#EBA0D9

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

Shades of Lavender Rose #EBA0D9

Tints of Lavender Rose #EBA0D9

Color information

#EBA0D9 (or 0xEBA0D9) is unknown color: approx Lavender Rose. HEX triplet: EB, A0 and D9. RGB value is (235,160,217). Sum of RGB (Red+Green+Blue) = 235+160+217=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0D9 is #145F26. Grayscale: #BCBCBC. Windows color (decimal): -1335079 or 14262507. OLE color: 14262507.

HSL color Cylindrical-coordinate representation of color #EBA0D9: hue angle of 314.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA0D9 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235160217-
CMYK00.320.080.08
HSL314.4º65.22%77.45%-
HSV(B)314.4º31.91%92.16%-
XYZ59.3647.8171.75-
YUV188.92143.85160.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 160 (62.89% from 255) = 26.14%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=38.40%
G=26.14%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516021700.320.080.08314.465.2277.45
HexEBA0D90208813a414d
Octal3532403310401010472101115
Binary11101011101000001101100101000001000100010011101010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0D9; }

 p { color: rgb(235,160,217); }

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

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

 a { background-color: rgb(235,160,217); }

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

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

 span { border-color: rgb(235,160,217); }

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