#E99FD7

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

Shades of Lavender Rose #E99FD7

Tints of Lavender Rose #E99FD7

Color information

#E99FD7 (or 0xE99FD7) is unknown color: approx Lavender Rose. HEX triplet: E9, 9F and D7. RGB value is (233,159,215). Sum of RGB (Red+Green+Blue) = 233+159+215=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E99FD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99FD7 is #166028. Grayscale: #BBBBBB. Windows color (decimal): -1466409 or 14131177. OLE color: 14131177.

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

Color convert

RGB233159215-
CMYK00.320.080.09
HSL314.59º62.71%76.86%-
HSV(B)314.59º31.76%91.37%-
XYZ58.2747.0370.3-
YUV187.51143.52160.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.39%
GREEN value IS 159 (62.5% from 255) = 26.19%
BLUE value IS 215 (84.38% from 255) = 35.42%
R=38.39%
G=26.19%
B=35.42%

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
Decimal23315921500.320.080.09314.5962.7176.86
HexE99FD70208913b3f4d
Octal351237327040101147377115
Binary1110100110011111110101110100000100010011001110111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99FD7; }

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

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

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

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

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

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

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

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