#EBA7D8

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

Shades of Lavender Rose #EBA7D8

Tints of Lavender Rose #EBA7D8

Color information

#EBA7D8 (or 0xEBA7D8) is unknown color: approx Lavender Rose. HEX triplet: EB, A7 and D8. RGB value is (235,167,216). Sum of RGB (Red+Green+Blue) = 235+167+216=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 167 (65.62% from 255 or 27.02% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7D8 is #145827. Grayscale: #C0C0C0. Windows color (decimal): -1333288 or 14198763. OLE color: 14198763.

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

Color convert

RGB235167216-
CMYK00.290.080.08
HSL316.76º62.96%78.82%-
HSV(B)316.76º28.94%92.16%-
XYZ60.4750.2671.48-
YUV192.92141.03158.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 167 (65.62% from 255) = 27.02%
BLUE value IS 216 (84.77% from 255) = 34.95%
R=38.03%
G=27.02%
B=34.95%

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
Decimal23516721600.290.080.08316.7662.9678.82
HexEBA7D801D8813d3f4f
Octal353247330035101047577117
Binary111010111010011111011000011101100010001001111011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7D8; }

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

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

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

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

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

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

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

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