#EF96D7

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

Shades of Lavender Rose #EF96D7

Tints of Lavender Rose #EF96D7

Color information

#EF96D7 (or 0xEF96D7) is unknown color: approx Lavender Rose. HEX triplet: EF, 96 and D7. RGB value is (239,150,215). Sum of RGB (Red+Green+Blue) = 239+150+215=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96D7 is #106928. Grayscale: #B7B7B7. Windows color (decimal): -1075497 or 14128879. OLE color: 14128879.

HSL color Cylindrical-coordinate representation of color #EF96D7: hue angle of 316.18º degrees, saturation: 0.74, 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 #EF96D7 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB239150215-
CMYK00.370.100.06
HSL316.18º73.55%76.27%-
HSV(B)316.18º37.24%93.73%-
XYZ58.7745.0769.89-
YUV184.02145.49167.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 150 (58.98% from 255) = 24.83%
BLUE value IS 215 (84.38% from 255) = 35.60%
R=39.57%
G=24.83%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915021500.370.100.06316.1873.5576.27
HexEF96D7025A613c4a4c
Octal357226327045126474112114
Binary1110111110010110110101110100101101011010011110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF96D7; }

 p { color: rgb(239,150,215); }

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

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

 a { background-color: rgb(239,150,215); }

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

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

 span { border-color: rgb(239,150,215); }

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