#ef99d8

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

Shades of Lavender Rose #EF99D8

Tints of Lavender Rose #EF99D8

Color information

#EF99D8 (or 0xEF99D8) is unknown color: approx Lavender Rose. HEX triplet: EF, 99 and D8. RGB value is (239,153,216). Sum of RGB (Red+Green+Blue) = 239+153+216=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99D8 is #106627. Grayscale: #B9B9B9. Windows color (decimal): -1074728 or 14195183. OLE color: 14195183.

HSL color Cylindrical-coordinate representation of color #EF99D8: hue angle of 316.05º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99D8 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB239153216-
CMYK00.360.100.06
HSL316.05º72.88%76.86%-
HSV(B)316.05º35.98%93.73%-
XYZ59.3846.0970.73-
YUV185.9144.99165.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 153 (60.16% from 255) = 25.16%
BLUE value IS 216 (84.77% from 255) = 35.53%
R=39.31%
G=25.16%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915321600.360.100.06316.0572.8876.86
HexEF99D8024A613c494d
Octal357231330044126474111115
Binary1110111110011001110110000100100101011010011110010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef99d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef99d8; }

 p { color: rgb(239,153,216); }

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

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

 a { background-color: rgb(239,153,216); }

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

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

 span { border-color: rgb(239,153,216); }

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