#EBA6DC

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

Shades of Lavender Rose #EBA6DC

Tints of Lavender Rose #EBA6DC

Color information

#EBA6DC (or 0xEBA6DC) is unknown color: approx Lavender Rose. HEX triplet: EB, A6 and DC. RGB value is (235,166,220). Sum of RGB (Red+Green+Blue) = 235+166+220=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6DC is #145923. Grayscale: #C0C0C0. Windows color (decimal): -1333540 or 14460651. OLE color: 14460651.

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

Color convert

RGB235166220-
CMYK00.290.060.08
HSL313.04º63.3%78.63%-
HSV(B)313.04º29.36%92.16%-
XYZ60.8250.174.18-
YUV192.79143.36158.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 166 (65.23% from 255) = 26.73%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=37.84%
G=26.73%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516622000.290.060.08313.0463.378.63
HexEBA6DC01D681393f4f
Octal35324633403561047177117
Binary11101011101001101101110001110111010001001110011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6DC; }

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

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

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

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

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

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

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

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