#E38ED4

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

Shades of Plum #E38ED4

Tints of Plum #E38ED4

Color information

#E38ED4 (or 0xE38ED4) is unknown color: approx Plum. HEX triplet: E3, 8E and D4. RGB value is (227,142,212). Sum of RGB (Red+Green+Blue) = 227+142+212=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 227 - color contains mainly: red. Hex color #E38ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38ED4 is #1C712B. Grayscale: #AFAFAF. Windows color (decimal): -1863980 or 13930211. OLE color: 13930211.

HSL color Cylindrical-coordinate representation of color #E38ED4: hue angle of 310.59º 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 #E38ED4 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB227142212-
CMYK00.370.070.11
HSL310.59º60.28%72.35%-
HSV(B)310.59º37.44%89.02%-
XYZ53.2440.4367.29-
YUV175.4148.66164.81-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.07%
GREEN value IS 142 (55.86% from 255) = 24.44%
BLUE value IS 212 (83.20% from 255) = 36.49%
R=39.07%
G=24.44%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714221200.370.070.11310.5960.2872.35
HexE38ED40257B1373c48
Octal34321632404571346774110
Binary111000111000111011010100010010111110111001101111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38ED4; }

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

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

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

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

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

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

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

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