#EF9AD9

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

Shades of Lavender Rose #EF9AD9

Tints of Lavender Rose #EF9AD9

Color information

#EF9AD9 (or 0xEF9AD9) is unknown color: approx Lavender Rose. HEX triplet: EF, 9A and D9. RGB value is (239,154,217). Sum of RGB (Red+Green+Blue) = 239+154+217=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9AD9 is #106526. Grayscale: #BABABA. Windows color (decimal): -1074471 or 14260975. OLE color: 14260975.

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

Color convert

RGB239154217-
CMYK00.360.090.06
HSL315.53º72.65%77.06%-
HSV(B)315.53º35.56%93.73%-
XYZ59.6846.4771.47-
YUV186.6145.16165.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 154 (60.55% from 255) = 25.25%
BLUE value IS 217 (85.16% from 255) = 35.57%
R=39.18%
G=25.25%
B=35.57%

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
Decimal23915421700.360.090.06315.5372.6577.06
HexEF9AD90249613c494d
Octal357232331044116474111115
Binary1110111110011010110110010100100100111010011110010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9AD9; }

 p { color: rgb(239,154,217); }

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

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

 a { background-color: rgb(239,154,217); }

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

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

 span { border-color: rgb(239,154,217); }

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