#EBA7D9

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

Shades of Lavender Rose #EBA7D9

Tints of Lavender Rose #EBA7D9

Color information

#EBA7D9 (or 0xEBA7D9) is unknown color: approx Lavender Rose. HEX triplet: EB, A7 and D9. RGB value is (235,167,217). Sum of RGB (Red+Green+Blue) = 235+167+217=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7D9 is #145826. Grayscale: #C0C0C0. Windows color (decimal): -1333287 or 14264299. OLE color: 14264299.

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

Color convert

RGB235167217-
CMYK00.290.080.08
HSL315.88º62.96%78.82%-
HSV(B)315.88º28.94%92.16%-
XYZ60.650.3172.16-
YUV193.03141.53157.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 167 (65.62% from 255) = 26.98%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=37.96%
G=26.98%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516721700.290.080.08315.8862.9678.82
HexEBA7D901D8813c3f4f
Octal353247331035101047477117
Binary111010111010011111011001011101100010001001111001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7D9; }

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

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

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

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

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

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

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

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