#EF99DA

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

Shades of Lavender Rose #EF99DA

Tints of Lavender Rose #EF99DA

Color information

#EF99DA (or 0xEF99DA) is unknown color: approx Lavender Rose. HEX triplet: EF, 99 and DA. RGB value is (239,153,218). Sum of RGB (Red+Green+Blue) = 239+153+218=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99DA is #106625. Grayscale: #B9B9B9. Windows color (decimal): -1074726 or 14326255. OLE color: 14326255.

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

Color convert

RGB239153218-
CMYK00.360.090.06
HSL314.65º72.88%76.86%-
HSV(B)314.65º35.98%93.73%-
XYZ59.6446.272.1-
YUV186.12145.99165.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 153 (60.16% from 255) = 25.08%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=39.18%
G=25.08%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915321800.360.090.06314.6572.8876.86
HexEF99DA0249613b494d
Octal357231332044116473111115
Binary1110111110011001110110100100100100111010011101110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99DA; }

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

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

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

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

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

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

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

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