#EBA3DB

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

Shades of Lavender Rose #EBA3DB

Tints of Lavender Rose #EBA3DB

Color information

#EBA3DB (or 0xEBA3DB) is unknown color: approx Lavender Rose. HEX triplet: EB, A3 and DB. RGB value is (235,163,219). Sum of RGB (Red+Green+Blue) = 235+163+219=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3DB is #145C24. Grayscale: #BEBEBE. Windows color (decimal): -1334309 or 14394347. OLE color: 14394347.

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

Color convert

RGB235163219-
CMYK00.310.070.08
HSL313.33º64.29%78.04%-
HSV(B)313.33º30.64%92.16%-
XYZ60.1448.9773.3-
YUV190.91143.85159.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 163 (64.06% from 255) = 26.42%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=38.09%
G=26.42%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516321900.310.070.08313.3364.2978.04
HexEBA3DB01F78139404e
Octal353243333037710471100116
Binary111010111010001111011011011111111100010011100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA3DB; }

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

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

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

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

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

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

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

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