#EB9ED2

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

Shades of Lavender Rose #EB9ED2

Tints of Lavender Rose #EB9ED2

Color information

#EB9ED2 (or 0xEB9ED2) is unknown color: approx Lavender Rose. HEX triplet: EB, 9E and D2. RGB value is (235,158,210). Sum of RGB (Red+Green+Blue) = 235+158+210=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9ED2 is #14612D. Grayscale: #BABABA. Windows color (decimal): -1335598 or 13803243. OLE color: 13803243.

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

Color convert

RGB235158210-
CMYK00.330.110.08
HSL319.48º65.81%77.06%-
HSV(B)319.48º32.77%92.16%-
XYZ58.1246.7766.94-
YUV186.95141.01162.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 158 (62.11% from 255) = 26.20%
BLUE value IS 210 (82.42% from 255) = 34.83%
R=38.97%
G=26.20%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515821000.330.110.08319.4865.8177.06
HexEB9ED2021B813f424d
Octal3532363220411310477102115
Binary11101011100111101101001001000011011100010011111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9ED2; }

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

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

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

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

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

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

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

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