#EB97D8

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

Shades of Lavender Rose #EB97D8

Tints of Lavender Rose #EB97D8

Color information

#EB97D8 (or 0xEB97D8) is unknown color: approx Lavender Rose. HEX triplet: EB, 97 and D8. RGB value is (235,151,216). Sum of RGB (Red+Green+Blue) = 235+151+216=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB97D8 is #146827. Grayscale: #B7B7B7. Windows color (decimal): -1337384 or 14194667. OLE color: 14194667.

HSL color Cylindrical-coordinate representation of color #EB97D8: hue angle of 313.57º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EB97D8 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235151216-
CMYK00.360.080.08
HSL313.57º67.74%75.69%-
HSV(B)313.57º35.74%92.16%-
XYZ57.7244.7570.56-
YUV183.53146.33164.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 151 (59.38% from 255) = 25.08%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=39.04%
G=25.08%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515121600.360.080.08313.5767.7475.69
HexEB97D80248813a444c
Octal3532273300441010472104114
Binary11101011100101111101100001001001000100010011101010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97D8; }

 p { color: rgb(235,151,216); }

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

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

 a { background-color: rgb(235,151,216); }

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

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

 span { border-color: rgb(235,151,216); }

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