#E190D1

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

Shades of Plum #E190D1

Tints of Plum #E190D1

Color information

#E190D1 (or 0xE190D1) is unknown color: approx Plum. HEX triplet: E1, 90 and D1. RGB value is (225,144,209). Sum of RGB (Red+Green+Blue) = 225+144+209=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E190D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190D1 is #1E6F2E. Grayscale: #AFAFAF. Windows color (decimal): -1994543 or 13734113. OLE color: 13734113.

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

Color convert

RGB225144209-
CMYK00.360.070.12
HSL311.85º57.45%72.35%-
HSV(B)311.85º36%88.24%-
XYZ52.5340.5665.38-
YUV175.63146.84163.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.93%
GREEN value IS 144 (56.64% from 255) = 24.91%
BLUE value IS 209 (82.03% from 255) = 36.16%
R=38.93%
G=24.91%
B=36.16%

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
Decimal22514420900.360.070.12311.8557.4572.35
HexE190D10247C1383948
Octal34122032104471447071110
Binary111000011001000011010001010010011111001001110001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E190D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E190D1; }

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

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

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

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

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

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

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

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