#E190D2

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

Shades of Plum #E190D2

Tints of Plum #E190D2

Color information

#E190D2 (or 0xE190D2) is unknown color: approx Plum. HEX triplet: E1, 90 and D2. RGB value is (225,144,210). Sum of RGB (Red+Green+Blue) = 225+144+210=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E190D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190D2 is #1E6F2D. Grayscale: #AFAFAF. Windows color (decimal): -1994542 or 13799649. OLE color: 13799649.

HSL color Cylindrical-coordinate representation of color #E190D2: hue angle of 311.11º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E190D2 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB225144210-
CMYK00.360.070.12
HSL311.11º57.45%72.35%-
HSV(B)311.11º36%88.24%-
XYZ52.6640.6166.04-
YUV175.74147.34163.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.86%
GREEN value IS 144 (56.64% from 255) = 24.87%
BLUE value IS 210 (82.42% from 255) = 36.27%
R=38.86%
G=24.87%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514421000.360.070.12311.1157.4572.35
HexE190D20247C1373948
Octal34122032204471446771110
Binary111000011001000011010010010010011111001001101111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E190D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E190D2; }

 p { color: rgb(225,144,210); }

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

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

 a { background-color: rgb(225,144,210); }

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

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

 span { border-color: rgb(225,144,210); }

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