#EBA9DB

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

Shades of Lavender Rose #EBA9DB

Tints of Lavender Rose #EBA9DB

Color information

#EBA9DB (or 0xEBA9DB) is unknown color: approx Lavender Rose. HEX triplet: EB, A9 and DB. RGB value is (235,169,219). Sum of RGB (Red+Green+Blue) = 235+169+219=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9DB is #145624. Grayscale: #C2C2C2. Windows color (decimal): -1332773 or 14395883. OLE color: 14395883.

HSL color Cylindrical-coordinate representation of color #EBA9DB: hue angle of 314.55º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9DB is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235169219-
CMYK00.280.070.08
HSL314.55º62.26%79.22%-
HSV(B)314.55º28.09%92.16%-
XYZ61.2451.1573.66-
YUV194.43141.87156.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 169 (66.41% from 255) = 27.13%
BLUE value IS 219 (85.94% from 255) = 35.15%
R=37.72%
G=27.13%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516921900.280.070.08314.5562.2679.22
HexEBA9DB01C7813b3e4f
Octal35325133303471047376117
Binary11101011101010011101101101110011110001001110111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9DB; }

 p { color: rgb(235,169,219); }

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

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

 a { background-color: rgb(235,169,219); }

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

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

 span { border-color: rgb(235,169,219); }

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