#EBA4DC

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

Shades of Lavender Rose #EBA4DC

Tints of Lavender Rose #EBA4DC

Color information

#EBA4DC (or 0xEBA4DC) is unknown color: approx Lavender Rose. HEX triplet: EB, A4 and DC. RGB value is (235,164,220). Sum of RGB (Red+Green+Blue) = 235+164+220=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4DC is #145B23. Grayscale: #BFBFBF. Windows color (decimal): -1334052 or 14460139. OLE color: 14460139.

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

Color convert

RGB235164220-
CMYK00.300.060.08
HSL312.68º63.96%78.24%-
HSV(B)312.68º30.21%92.16%-
XYZ60.4549.3874.06-
YUV191.61144.02158.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 164 (64.45% from 255) = 26.49%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=37.96%
G=26.49%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516422000.300.060.08312.6863.9678.24
HexEBA4DC01E68139404e
Octal353244334036610471100116
Binary111010111010010011011100011110110100010011100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4DC; }

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

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

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

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

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

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

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

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