#EBA6D7

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

Shades of Lavender Rose #EBA6D7

Tints of Lavender Rose #EBA6D7

Color information

#EBA6D7 (or 0xEBA6D7) is unknown color: approx Lavender Rose. HEX triplet: EB, A6 and D7. RGB value is (235,166,215). Sum of RGB (Red+Green+Blue) = 235+166+215=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 166 (65.23% from 255 or 26.95% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6D7 is #145928. Grayscale: #C0C0C0. Windows color (decimal): -1333545 or 14132971. OLE color: 14132971.

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

Color convert

RGB235166215-
CMYK00.290.090.08
HSL317.39º63.3%78.63%-
HSV(B)317.39º29.36%92.16%-
XYZ60.1649.8470.74-
YUV192.22140.86158.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 166 (65.23% from 255) = 26.95%
BLUE value IS 215 (84.38% from 255) = 34.90%
R=38.15%
G=26.95%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516621500.290.090.08317.3963.378.63
HexEBA6D701D9813d3f4f
Octal353246327035111047577117
Binary111010111010011011010111011101100110001001111011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6D7; }

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

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

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

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

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

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

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

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