#E99ED7

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

Shades of Lavender Rose #E99ED7

Tints of Lavender Rose #E99ED7

Color information

#E99ED7 (or 0xE99ED7) is unknown color: approx Lavender Rose. HEX triplet: E9, 9E and D7. RGB value is (233,158,215). Sum of RGB (Red+Green+Blue) = 233+158+215=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E99ED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99ED7 is #166128. Grayscale: #BABABA. Windows color (decimal): -1466665 or 14130921. OLE color: 14130921.

HSL color Cylindrical-coordinate representation of color #E99ED7: hue angle of 314.4º 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 #E99ED7 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB233158215-
CMYK00.320.080.09
HSL314.4º63.03%76.67%-
HSV(B)314.4º32.19%91.37%-
XYZ58.146.6870.24-
YUV186.92143.85160.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.45%
GREEN value IS 158 (62.11% from 255) = 26.07%
BLUE value IS 215 (84.38% from 255) = 35.48%
R=38.45%
G=26.07%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315821500.320.080.09314.463.0376.67
HexE99ED70208913a3f4d
Octal351236327040101147277115
Binary1110100110011110110101110100000100010011001110101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99ED7; }

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

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

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

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

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

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

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

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