#EBA9DA

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

Shades of Lavender Rose #EBA9DA

Tints of Lavender Rose #EBA9DA

Color information

#EBA9DA (or 0xEBA9DA) is unknown color: approx Lavender Rose. HEX triplet: EB, A9 and DA. RGB value is (235,169,218). Sum of RGB (Red+Green+Blue) = 235+169+218=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9DA is #145625. Grayscale: #C2C2C2. Windows color (decimal): -1332774 or 14330347. OLE color: 14330347.

HSL color Cylindrical-coordinate representation of color #EBA9DA: hue angle of 315.45º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9DA is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235169218-
CMYK00.280.070.08
HSL315.45º62.26%79.22%-
HSV(B)315.45º28.09%92.16%-
XYZ61.151.172.97-
YUV194.32141.37157.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 169 (66.41% from 255) = 27.17%
BLUE value IS 218 (85.55% from 255) = 35.05%
R=37.78%
G=27.17%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516921800.280.070.08315.4562.2679.22
HexEBA9DA01C7813b3e4f
Octal35325133203471047376117
Binary11101011101010011101101001110011110001001110111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9DA; }

 p { color: rgb(235,169,218); }

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

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

 a { background-color: rgb(235,169,218); }

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

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

 span { border-color: rgb(235,169,218); }

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