#EB97D9

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

Shades of Lavender Rose #EB97D9

Tints of Lavender Rose #EB97D9

Color information

#EB97D9 (or 0xEB97D9) is unknown color: approx Lavender Rose. HEX triplet: EB, 97 and D9. RGB value is (235,151,217). Sum of RGB (Red+Green+Blue) = 235+151+217=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB97D9 is #146826. Grayscale: #B7B7B7. Windows color (decimal): -1337383 or 14260203. OLE color: 14260203.

HSL color Cylindrical-coordinate representation of color #EB97D9: hue angle of 312.86º 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 #EB97D9 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235151217-
CMYK00.360.080.08
HSL312.86º67.74%75.69%-
HSV(B)312.86º35.74%92.16%-
XYZ57.8544.8171.24-
YUV183.64146.83164.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 151 (59.38% from 255) = 25.04%
BLUE value IS 217 (85.16% from 255) = 35.99%
R=38.97%
G=25.04%
B=35.99%

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
Decimal23515121700.360.080.08312.8667.7475.69
HexEB97D902488139444c
Octal3532273310441010471104114
Binary11101011100101111101100101001001000100010011100110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97D9; }

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

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

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

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

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

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

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

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