#EB97DD

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

Shades of Lavender Rose #EB97DD

Tints of Lavender Rose #EB97DD

Color information

#EB97DD (or 0xEB97DD) is unknown color: approx Lavender Rose. HEX triplet: EB, 97 and DD. RGB value is (235,151,221). Sum of RGB (Red+Green+Blue) = 235+151+221=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB97DD is #146822. Grayscale: #B7B7B7. Windows color (decimal): -1337379 or 14522347. OLE color: 14522347.

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

Color convert

RGB235151221-
CMYK00.360.060.08
HSL310º67.74%75.69%-
HSV(B)310º35.74%92.16%-
XYZ58.3845.0274.02-
YUV184.1148.83164.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 151 (59.38% from 255) = 24.88%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=38.71%
G=24.88%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515122100.360.060.0831067.7475.69
HexEB97DD02468136444c
Octal353227335044610466104114
Binary1110101110010111110111010100100110100010011011010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97DD; }

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

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

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

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

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

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

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

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