#E99ED4

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

Shades of Lavender Rose #E99ED4

Tints of Lavender Rose #E99ED4

Color information

#E99ED4 (or 0xE99ED4) is unknown color: approx Lavender Rose. HEX triplet: E9, 9E and D4. RGB value is (233,158,212). Sum of RGB (Red+Green+Blue) = 233+158+212=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E99ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99ED4 is #16612B. Grayscale: #BABABA. Windows color (decimal): -1466668 or 13934313. OLE color: 13934313.

HSL color Cylindrical-coordinate representation of color #E99ED4: hue angle of 316.8º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E99ED4 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB233158212-
CMYK00.320.090.09
HSL316.8º63.03%76.67%-
HSV(B)316.8º32.19%91.37%-
XYZ57.7146.5368.23-
YUV186.58142.35161.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.64%
GREEN value IS 158 (62.11% from 255) = 26.20%
BLUE value IS 212 (83.20% from 255) = 35.16%
R=38.64%
G=26.20%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315821200.320.090.09316.863.0376.67
HexE99ED40209913d3f4d
Octal351236324040111147577115
Binary1110100110011110110101000100000100110011001111011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99ED4; }

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

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

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

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

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

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

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

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