#EBA8DB

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

Shades of Lavender Rose #EBA8DB

Tints of Lavender Rose #EBA8DB

Color information

#EBA8DB (or 0xEBA8DB) is unknown color: approx Lavender Rose. HEX triplet: EB, A8 and DB. RGB value is (235,168,219). Sum of RGB (Red+Green+Blue) = 235+168+219=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 168 (66.02% from 255 or 27.01% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8DB is #145724. Grayscale: #C1C1C1. Windows color (decimal): -1333029 or 14395627. OLE color: 14395627.

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

Color convert

RGB235168219-
CMYK00.290.070.08
HSL314.33º62.62%79.02%-
HSV(B)314.33º28.51%92.16%-
XYZ61.0550.7873.6-
YUV193.85142.2157.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 168 (66.02% from 255) = 27.01%
BLUE value IS 219 (85.94% from 255) = 35.21%
R=37.78%
G=27.01%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516821900.290.070.08314.3362.6279.02
HexEBA8DB01D7813a3f4f
Octal35325033303571047277117
Binary11101011101010001101101101110111110001001110101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8DB; }

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

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

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

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

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

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

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

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