#EB97D2

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

Shades of Lavender Rose #EB97D2

Tints of Lavender Rose #EB97D2

Color information

#EB97D2 (or 0xEB97D2) is unknown color: approx Lavender Rose. HEX triplet: EB, 97 and D2. RGB value is (235,151,210). Sum of RGB (Red+Green+Blue) = 235+151+210=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB97D2 is #14682D. Grayscale: #B6B6B6. Windows color (decimal): -1337390 or 13801451. OLE color: 13801451.

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

Color convert

RGB235151210-
CMYK00.360.110.08
HSL317.86º67.74%75.69%-
HSV(B)317.86º35.74%92.16%-
XYZ56.9644.4566.55-
YUV182.84143.33165.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 151 (59.38% from 255) = 25.34%
BLUE value IS 210 (82.42% from 255) = 35.23%
R=39.43%
G=25.34%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515121000.360.110.08317.8667.7475.69
HexEB97D2024B813e444c
Octal3532273220441310476104114
Binary11101011100101111101001001001001011100010011111010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97D2; }

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

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

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

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

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

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

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

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