#EBA0D5

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

Shades of Lavender Rose #EBA0D5

Tints of Lavender Rose #EBA0D5

Color information

#EBA0D5 (or 0xEBA0D5) is unknown color: approx Lavender Rose. HEX triplet: EB, A0 and D5. RGB value is (235,160,213). Sum of RGB (Red+Green+Blue) = 235+160+213=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0D5 is #145F2A. Grayscale: #BCBCBC. Windows color (decimal): -1335083 or 14000363. OLE color: 14000363.

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

Color convert

RGB235160213-
CMYK00.320.090.08
HSL317.6º65.22%77.45%-
HSV(B)317.6º31.91%92.16%-
XYZ58.8447.6169.04-
YUV188.47141.85161.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 160 (62.89% from 255) = 26.32%
BLUE value IS 213 (83.59% from 255) = 35.03%
R=38.65%
G=26.32%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516021300.320.090.08317.665.2277.45
HexEBA0D50209813e414d
Octal3532403250401110476101115
Binary11101011101000001101010101000001001100010011111010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0D5; }

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

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

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

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

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

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

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

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