#EF97D9

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

Shades of Lavender Rose #EF97D9

Tints of Lavender Rose #EF97D9

Color information

#EF97D9 (or 0xEF97D9) is unknown color: approx Lavender Rose. HEX triplet: EF, 97 and D9. RGB value is (239,151,217). Sum of RGB (Red+Green+Blue) = 239+151+217=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF97D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF97D9 is #106826. Grayscale: #B8B8B8. Windows color (decimal): -1075239 or 14260207. OLE color: 14260207.

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

Color convert

RGB239151217-
CMYK00.370.090.06
HSL315º73.33%76.47%-
HSV(B)315º36.82%93.73%-
XYZ59.1945.4971.31-
YUV184.84146.15166.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 151 (59.38% from 255) = 24.88%
BLUE value IS 217 (85.16% from 255) = 35.75%
R=39.37%
G=24.88%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915121700.370.090.0631573.3376.47
HexEF97D90259613b494c
Octal357227331045116473111114
Binary1110111110010111110110010100101100111010011101110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF97D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF97D9; }

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

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

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

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

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

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

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

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