#EB9ADE

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

Shades of Lavender Rose #EB9ADE

Tints of Lavender Rose #EB9ADE

Color information

#EB9ADE (or 0xEB9ADE) is unknown color: approx Lavender Rose. HEX triplet: EB, 9A and DE. RGB value is (235,154,222). Sum of RGB (Red+Green+Blue) = 235+154+222=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9ADE is #146521. Grayscale: #B9B9B9. Windows color (decimal): -1336610 or 14588651. OLE color: 14588651.

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

Color convert

RGB235154222-
CMYK00.340.060.08
HSL309.63º66.94%76.27%-
HSV(B)309.63º34.47%92.16%-
XYZ5946.0574.89-
YUV185.97148.34162.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 154 (60.55% from 255) = 25.20%
BLUE value IS 222 (87.11% from 255) = 36.33%
R=38.46%
G=25.20%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515422200.340.060.08309.6366.9476.27
HexEB9ADE02268136434c
Octal353232336042610466103114
Binary1110101110011010110111100100010110100010011011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9ADE; }

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

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

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

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

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

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

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

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