#E99FD5

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

Shades of Lavender Rose #E99FD5

Tints of Lavender Rose #E99FD5

Color information

#E99FD5 (or 0xE99FD5) is unknown color: approx Lavender Rose. HEX triplet: E9, 9F and D5. RGB value is (233,159,213). Sum of RGB (Red+Green+Blue) = 233+159+213=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E99FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99FD5 is #16602A. Grayscale: #BBBBBB. Windows color (decimal): -1466411 or 14000105. OLE color: 14000105.

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

Color convert

RGB233159213-
CMYK00.320.090.09
HSL316.22º62.71%76.86%-
HSV(B)316.22º31.76%91.37%-
XYZ58.0146.9268.95-
YUV187.28142.52160.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.51%
GREEN value IS 159 (62.5% from 255) = 26.28%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=38.51%
G=26.28%
B=35.21%

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
Decimal23315921300.320.090.09316.2262.7176.86
HexE99FD50209913c3f4d
Octal351237325040111147477115
Binary1110100110011111110101010100000100110011001111001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99FD5; }

 p { color: rgb(233,159,213); }

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

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

 a { background-color: rgb(233,159,213); }

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

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

 span { border-color: rgb(233,159,213); }

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