#EF97E2

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

Shades of Lavender Rose #EF97E2

Tints of Lavender Rose #EF97E2

Color information

#EF97E2 (or 0xEF97E2) is unknown color: approx Lavender Rose. HEX triplet: EF, 97 and E2. RGB value is (239,151,226). Sum of RGB (Red+Green+Blue) = 239+151+226=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 151 (59.38% from 255 or 24.51% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EF97E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF97E2 is #10681D. Grayscale: #B9B9B9. Windows color (decimal): -1075230 or 14850031. OLE color: 14850031.

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

Color convert

RGB239151226-
CMYK00.370.050.06
HSL308.86º73.33%76.47%-
HSV(B)308.86º36.82%93.73%-
XYZ60.3945.9777.64-
YUV185.86150.65165.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 151 (59.38% from 255) = 24.51%
BLUE value IS 226 (88.67% from 255) = 36.69%
R=38.80%
G=24.51%
B=36.69%

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
Decimal23915122600.370.050.06308.8673.3376.47
HexEF97E202556135494c
Octal35722734204556465111114
Binary111011111001011111100010010010110111010011010110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF97E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF97E2; }

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

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

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

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

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

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

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

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