#EB97D1

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

Shades of Lavender Rose #EB97D1

Tints of Lavender Rose #EB97D1

Color information

#EB97D1 (or 0xEB97D1) is unknown color: approx Lavender Rose. HEX triplet: EB, 97 and D1. RGB value is (235,151,209). Sum of RGB (Red+Green+Blue) = 235+151+209=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB97D1 is #14682E. Grayscale: #B6B6B6. Windows color (decimal): -1337391 or 13735915. OLE color: 13735915.

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

Color convert

RGB235151209-
CMYK00.360.110.08
HSL318.57º67.74%75.69%-
HSV(B)318.57º35.74%92.16%-
XYZ56.8444.465.9-
YUV182.73142.83165.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=39.50%
G=25.38%
B=35.13%

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
Decimal23515120900.360.110.08318.5767.7475.69
HexEB97D1024B813f444c
Octal3532273210441310477104114
Binary11101011100101111101000101001001011100010011111110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97D1; }

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

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

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

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

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

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

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

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