#E38EDD

Color #E38EDD Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #E38EDD

Tints of Plum #E38EDD

Color information

#E38EDD (or 0xE38EDD) is unknown color: approx Plum. HEX triplet: E3, 8E and DD. RGB value is (227,142,221). Sum of RGB (Red+Green+Blue) = 227+142+221=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 227 - color contains mainly: red. Hex color #E38EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38EDD is #1C7122. Grayscale: #B0B0B0. Windows color (decimal): -1863971 or 14520035. OLE color: 14520035.

HSL color Cylindrical-coordinate representation of color #E38EDD: hue angle of 304.24º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E38EDD is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB227142221-
CMYK00.370.030.11
HSL304.24º60.28%72.35%-
HSV(B)304.24º37.44%89.02%-
XYZ54.440.973.43-
YUV176.42153.16164.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 38.47%
GREEN value IS 142 (55.86% from 255) = 24.07%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=38.47%
G=24.07%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714222100.370.030.11304.2460.2872.35
HexE38EDD0253B1303c48
Octal34321633504531346074110
Binary11100011100011101101110101001011110111001100001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38EDD; }

 p { color: rgb(227,142,221); }

 H1.HeaderClassName
 {
   color: #E38EDD;
 }
 .AnyTagClassName
 {
   color: #E38EDD;
 }
</style>
background-color css

<style>
 a { background-color: #E38EDD; }

 a { background-color: rgb(227,142,221); }

 div.DivClassName
 {
   background-color: #E38EDD;
 }
 .BgClassName
 {
   background-color: #E38EDD;
 }
</style>
border-color css

<style>
 span { border-color: #E38EDD; }

 span { border-color: rgb(227,142,221); }

 td.TdClassName
 {
   border-color: #E38EDD;
 }
 .TagClassName
 {
   border-color: #E38EDD;
 }
</style>