#EBA4DB

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

Shades of Lavender Rose #EBA4DB

Tints of Lavender Rose #EBA4DB

Color information

#EBA4DB (or 0xEBA4DB) is unknown color: approx Lavender Rose. HEX triplet: EB, A4 and DB. RGB value is (235,164,219). Sum of RGB (Red+Green+Blue) = 235+164+219=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 164 (64.45% from 255 or 26.54% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4DB is #145B24. Grayscale: #BFBFBF. Windows color (decimal): -1334053 or 14394603. OLE color: 14394603.

HSL color Cylindrical-coordinate representation of color #EBA4DB: hue angle of 313.52º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4DB is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235164219-
CMYK00.300.070.08
HSL313.52º63.96%78.24%-
HSV(B)313.52º30.21%92.16%-
XYZ60.3249.3373.36-
YUV191.5143.52159.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 164 (64.45% from 255) = 26.54%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=38.03%
G=26.54%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516421900.300.070.08313.5263.9678.24
HexEBA4DB01E7813a404e
Octal353244333036710472100116
Binary111010111010010011011011011110111100010011101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4DB; }

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

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

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

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

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

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

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

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