#EBA6DD

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

Shades of Lavender Rose #EBA6DD

Tints of Lavender Rose #EBA6DD

Color information

#EBA6DD (or 0xEBA6DD) is unknown color: approx Lavender Rose. HEX triplet: EB, A6 and DD. RGB value is (235,166,221). Sum of RGB (Red+Green+Blue) = 235+166+221=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6DD is #145922. Grayscale: #C0C0C0. Windows color (decimal): -1333539 or 14526187. OLE color: 14526187.

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

Color convert

RGB235166221-
CMYK00.290.060.08
HSL312.17º63.3%78.63%-
HSV(B)312.17º29.36%92.16%-
XYZ60.9550.1674.88-
YUV192.9143.86158.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 166 (65.23% from 255) = 26.69%
BLUE value IS 221 (86.72% from 255) = 35.53%
R=37.78%
G=26.69%
B=35.53%

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
Decimal23516622100.290.060.08312.1763.378.63
HexEBA6DD01D681383f4f
Octal35324633503561047077117
Binary11101011101001101101110101110111010001001110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6DD; }

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

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

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

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

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

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

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

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