#EF96E3

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

Shades of Lavender Rose #EF96E3

Tints of Lavender Rose #EF96E3

Color information

#EF96E3 (or 0xEF96E3) is unknown color: approx Lavender Rose. HEX triplet: EF, 96 and E3. RGB value is (239,150,227). Sum of RGB (Red+Green+Blue) = 239+150+227=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96E3 is #10691C. Grayscale: #B9B9B9. Windows color (decimal): -1075485 or 14915311. OLE color: 14915311.

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

Color convert

RGB239150227-
CMYK00.370.050.06
HSL308.09º73.55%76.27%-
HSV(B)308.09º37.24%93.73%-
XYZ60.3745.7178.31-
YUV185.39151.49166.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 150 (58.98% from 255) = 24.35%
BLUE value IS 227 (89.06% from 255) = 36.85%
R=38.80%
G=24.35%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915022700.370.050.06308.0973.5576.27
HexEF96E3025561344a4c
Octal35722634304556464112114
Binary111011111001011011100011010010110111010011010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF96E3; }

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

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

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

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

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

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

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

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