#EB9BD2

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

Shades of Lavender Rose #EB9BD2

Tints of Lavender Rose #EB9BD2

Color information

#EB9BD2 (or 0xEB9BD2) is unknown color: approx Lavender Rose. HEX triplet: EB, 9B and D2. RGB value is (235,155,210). Sum of RGB (Red+Green+Blue) = 235+155+210=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9BD2 is #14642D. Grayscale: #B9B9B9. Windows color (decimal): -1336366 or 13802475. OLE color: 13802475.

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

Color convert

RGB235155210-
CMYK00.340.110.08
HSL318.75º66.67%76.47%-
HSV(B)318.75º34.04%92.16%-
XYZ57.6245.7666.77-
YUV185.19142163.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 155 (60.94% from 255) = 25.83%
BLUE value IS 210 (82.42% from 255) = 35%
R=39.17%
G=25.83%
B=35%

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
Decimal23515521000.340.110.08318.7566.6776.47
HexEB9BD2022B813f434c
Octal3532333220421310477103114
Binary11101011100110111101001001000101011100010011111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BD2; }

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

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

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

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

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

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

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

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