#EBA9D7

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

Shades of Lavender Rose #EBA9D7

Tints of Lavender Rose #EBA9D7

Color information

#EBA9D7 (or 0xEBA9D7) is unknown color: approx Lavender Rose. HEX triplet: EB, A9 and D7. RGB value is (235,169,215). Sum of RGB (Red+Green+Blue) = 235+169+215=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 169 (66.41% from 255 or 27.30% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9D7 is #145628. Grayscale: #C1C1C1. Windows color (decimal): -1332777 or 14133739. OLE color: 14133739.

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

Color convert

RGB235169215-
CMYK00.280.090.08
HSL318.18º62.26%79.22%-
HSV(B)318.18º28.09%92.16%-
XYZ60.7150.9470.92-
YUV193.98139.87157.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 169 (66.41% from 255) = 27.30%
BLUE value IS 215 (84.38% from 255) = 34.73%
R=37.96%
G=27.30%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516921500.280.090.08318.1862.2679.22
HexEBA9D701C9813e3e4f
Octal353251327034111047676117
Binary111010111010100111010111011100100110001001111101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9D7; }

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

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

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

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

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

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

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

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