#EF96E6

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

Shades of Lavender Rose #EF96E6

Tints of Lavender Rose #EF96E6

Color information

#EF96E6 (or 0xEF96E6) is unknown color: approx Lavender Rose. HEX triplet: EF, 96 and E6. RGB value is (239,150,230). Sum of RGB (Red+Green+Blue) = 239+150+230=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96E6 is #106919. Grayscale: #B9B9B9. Windows color (decimal): -1075482 or 15111919. OLE color: 15111919.

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

Color convert

RGB239150230-
CMYK00.370.040.06
HSL306.07º73.55%76.27%-
HSV(B)306.07º37.24%93.73%-
XYZ60.7945.8880.51-
YUV185.73152.99166-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 150 (58.98% from 255) = 24.23%
BLUE value IS 230 (90.23% from 255) = 37.16%
R=38.61%
G=24.23%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915023000.370.040.06306.0773.5576.27
HexEF96E6025461324a4c
Octal35722634604546462112114
Binary111011111001011011100110010010110011010011001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF96E6; }

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

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

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

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

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

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

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

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