#EB9AD8

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

Shades of Lavender Rose #EB9AD8

Tints of Lavender Rose #EB9AD8

Color information

#EB9AD8 (or 0xEB9AD8) is unknown color: approx Lavender Rose. HEX triplet: EB, 9A and D8. RGB value is (235,154,216). Sum of RGB (Red+Green+Blue) = 235+154+216=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9AD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9AD8 is #146527. Grayscale: #B9B9B9. Windows color (decimal): -1336616 or 14195435. OLE color: 14195435.

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

Color convert

RGB235154216-
CMYK00.340.080.08
HSL314.07º66.94%76.27%-
HSV(B)314.07º34.47%92.16%-
XYZ58.2145.7370.72-
YUV185.29145.34163.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 154 (60.55% from 255) = 25.45%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=38.84%
G=25.45%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515421600.340.080.08314.0766.9476.27
HexEB9AD80228813a434c
Octal3532323300421010472103114
Binary11101011100110101101100001000101000100010011101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AD8; }

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

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

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

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

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

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

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

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