#E190D3

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

Shades of Plum #E190D3

Tints of Plum #E190D3

Color information

#E190D3 (or 0xE190D3) is unknown color: approx Plum. HEX triplet: E1, 90 and D3. RGB value is (225,144,211). Sum of RGB (Red+Green+Blue) = 225+144+211=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E190D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190D3 is #1E6F2C. Grayscale: #AFAFAF. Windows color (decimal): -1994541 or 13865185. OLE color: 13865185.

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

Color convert

RGB225144211-
CMYK00.360.060.12
HSL310.37º57.45%72.35%-
HSV(B)310.37º36%88.24%-
XYZ52.7840.6666.69-
YUV175.86147.84163.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 144 (56.64% from 255) = 24.83%
BLUE value IS 211 (82.81% from 255) = 36.38%
R=38.79%
G=24.83%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514421100.360.060.12310.3757.4572.35
HexE190D30246C1363948
Octal34122032304461446671110
Binary111000011001000011010011010010011011001001101101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E190D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E190D3; }

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

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

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

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

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

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

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

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