#EB9AD2

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

Shades of Lavender Rose #EB9AD2

Tints of Lavender Rose #EB9AD2

Color information

#EB9AD2 (or 0xEB9AD2) is unknown color: approx Lavender Rose. HEX triplet: EB, 9A and D2. RGB value is (235,154,210). Sum of RGB (Red+Green+Blue) = 235+154+210=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9AD2 is #14652D. Grayscale: #B8B8B8. Windows color (decimal): -1336622 or 13802219. OLE color: 13802219.

HSL color Cylindrical-coordinate representation of color #EB9AD2: hue angle of 318.52º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9AD2 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235154210-
CMYK00.340.110.08
HSL318.52º66.94%76.27%-
HSV(B)318.52º34.47%92.16%-
XYZ57.4545.4366.71-
YUV184.6142.34163.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 154 (60.55% from 255) = 25.71%
BLUE value IS 210 (82.42% from 255) = 35.06%
R=39.23%
G=25.71%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515421000.340.110.08318.5266.9476.27
HexEB9AD2022B813f434c
Octal3532323220421310477103114
Binary11101011100110101101001001000101011100010011111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AD2; }

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

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

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

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

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

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

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

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