#EB97D3

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

Shades of Lavender Rose #EB97D3

Tints of Lavender Rose #EB97D3

Color information

#EB97D3 (or 0xEB97D3) is unknown color: approx Lavender Rose. HEX triplet: EB, 97 and D3. RGB value is (235,151,211). Sum of RGB (Red+Green+Blue) = 235+151+211=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB97D3 is #14682C. Grayscale: #B6B6B6. Windows color (decimal): -1337389 or 13866987. OLE color: 13866987.

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

Color convert

RGB235151211-
CMYK00.360.100.08
HSL317.14º67.74%75.69%-
HSV(B)317.14º35.74%92.16%-
XYZ57.0944.567.21-
YUV182.96143.83165.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 151 (59.38% from 255) = 25.29%
BLUE value IS 211 (82.81% from 255) = 35.34%
R=39.36%
G=25.29%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515121100.360.100.08317.1467.7475.69
HexEB97D3024A813d444c
Octal3532273230441210475104114
Binary11101011100101111101001101001001010100010011110110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97D3; }

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

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

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

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

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

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

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

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