#EBA7E1

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

Shades of Lavender Rose #EBA7E1

Tints of Lavender Rose #EBA7E1

Color information

#EBA7E1 (or 0xEBA7E1) is unknown color: approx Lavender Rose. HEX triplet: EB, A7 and E1. RGB value is (235,167,225). Sum of RGB (Red+Green+Blue) = 235+167+225=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 167 (65.62% from 255 or 26.63% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7E1 is #14581E. Grayscale: #C1C1C1. Windows color (decimal): -1333279 or 14788587. OLE color: 14788587.

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

Color convert

RGB235167225-
CMYK00.290.040.08
HSL308.82º62.96%78.82%-
HSV(B)308.82º28.94%92.16%-
XYZ61.6750.7477.78-
YUV193.94145.53157.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 167 (65.62% from 255) = 26.63%
BLUE value IS 225 (88.28% from 255) = 35.89%
R=37.48%
G=26.63%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516722500.290.040.08308.8262.9678.82
HexEBA7E101D481353f4f
Octal35324734103541046577117
Binary11101011101001111110000101110110010001001101011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7E1; }

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

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

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

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

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

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

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

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