#EF9FE9

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

Shades of Lavender Rose #EF9FE9

Tints of Lavender Rose #EF9FE9

Color information

#EF9FE9 (or 0xEF9FE9) is unknown color: approx Lavender Rose. HEX triplet: EF, 9F and E9. RGB value is (239,159,233). Sum of RGB (Red+Green+Blue) = 239+159+233=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9FE9 is #106016. Grayscale: #BFBFBF. Windows color (decimal): -1073175 or 15310831. OLE color: 15310831.

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

Color convert

RGB239159233-
CMYK00.330.030.06
HSL304.5º71.43%78.04%-
HSV(B)304.5º33.47%93.73%-
XYZ62.749.0383.25-
YUV191.36151.5161.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 159 (62.5% from 255) = 25.20%
BLUE value IS 233 (91.41% from 255) = 36.93%
R=37.88%
G=25.20%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915923300.330.030.06304.571.4378.04
HexEF9FE902136130474e
Octal35723735104136460107116
Binary11101111100111111110100101000011111010011000010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FE9; }

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

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

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

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

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

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

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

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