#EBA8E1

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

Shades of Lavender Rose #EBA8E1

Tints of Lavender Rose #EBA8E1

Color information

#EBA8E1 (or 0xEBA8E1) is unknown color: approx Lavender Rose. HEX triplet: EB, A8 and E1. RGB value is (235,168,225). Sum of RGB (Red+Green+Blue) = 235+168+225=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8E1 is #14571E. Grayscale: #C2C2C2. Windows color (decimal): -1333023 or 14788843. OLE color: 14788843.

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

Color convert

RGB235168225-
CMYK00.290.040.08
HSL308.96º62.62%79.02%-
HSV(B)308.96º28.51%92.16%-
XYZ61.8551.177.84-
YUV194.53145.2156.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 168 (66.02% from 255) = 26.75%
BLUE value IS 225 (88.28% from 255) = 35.83%
R=37.42%
G=26.75%
B=35.83%

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
Decimal23516822500.290.040.08308.9662.6279.02
HexEBA8E101D481353f4f
Octal35325034103541046577117
Binary11101011101010001110000101110110010001001101011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8E1; }

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

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

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

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

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

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

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

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