#EF9ED9

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

Shades of Lavender Rose #EF9ED9

Tints of Lavender Rose #EF9ED9

Color information

#EF9ED9 (or 0xEF9ED9) is unknown color: approx Lavender Rose. HEX triplet: EF, 9E and D9. RGB value is (239,158,217). Sum of RGB (Red+Green+Blue) = 239+158+217=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ED9 is #106126. Grayscale: #BCBCBC. Windows color (decimal): -1073447 or 14261999. OLE color: 14261999.

HSL color Cylindrical-coordinate representation of color #EF9ED9: hue angle of 316.3º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9ED9 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239158217-
CMYK00.340.090.06
HSL316.3º71.68%77.84%-
HSV(B)316.3º33.89%93.73%-
XYZ60.3547.8171.69-
YUV188.94143.84163.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 158 (62.11% from 255) = 25.73%
BLUE value IS 217 (85.16% from 255) = 35.34%
R=38.93%
G=25.73%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915821700.340.090.06316.371.6877.84
HexEF9ED90229613c484e
Octal357236331042116474110116
Binary1110111110011110110110010100010100111010011110010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9ED9; }

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

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

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

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

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

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

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

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