#E19ED4

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

Shades of Plum #E19ED4

Tints of Plum #E19ED4

Color information

#E19ED4 (or 0xE19ED4) is unknown color: approx Plum. HEX triplet: E1, 9E and D4. RGB value is (225,158,212). Sum of RGB (Red+Green+Blue) = 225+158+212=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ED4 is #1E612B. Grayscale: #B8B8B8. Windows color (decimal): -1990956 or 13934305. OLE color: 13934305.

HSL color Cylindrical-coordinate representation of color #E19ED4: hue angle of 311.64º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19ED4 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB225158212-
CMYK00.300.060.12
HSL311.64º52.76%75.1%-
HSV(B)311.64º29.78%88.24%-
XYZ55.1645.2168.11-
YUV184.19143.7157.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.82%
GREEN value IS 158 (62.11% from 255) = 26.55%
BLUE value IS 212 (83.20% from 255) = 35.63%
R=37.82%
G=26.55%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515821200.300.060.12311.6452.7675.1
HexE19ED401E6C138354b
Octal34123632403661447065113
Binary11100001100111101101010001111011011001001110001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19ED4; }

 p { color: rgb(225,158,212); }

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

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

 a { background-color: rgb(225,158,212); }

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

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

 span { border-color: rgb(225,158,212); }

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