#EEABE5

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

Shades of Lavender Rose #EEABE5

Tints of Lavender Rose #EEABE5

Color information

#EEABE5 (or 0xEEABE5) is unknown color: approx Lavender Rose. HEX triplet: EE, AB and E5. RGB value is (238,171,229). Sum of RGB (Red+Green+Blue) = 238+171+229=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABE5 is #11541A. Grayscale: #C5C5C5. Windows color (decimal): -1135643 or 15051758. OLE color: 15051758.

HSL color Cylindrical-coordinate representation of color #EEABE5: hue angle of 308.06º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEABE5 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB238171229-
CMYK00.280.040.07
HSL308.06º66.34%80.2%-
HSV(B)308.06º28.15%93.33%-
XYZ63.9752.9680.98-
YUV197.64145.7156.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 171 (67.19% from 255) = 26.80%
BLUE value IS 229 (89.84% from 255) = 35.89%
R=37.30%
G=26.80%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817122900.280.040.07308.0666.3480.2
HexEEABE501C471344250
Octal35625334503447464102120
Binary11101110101010111110010101110010011110011010010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABE5; }

 p { color: rgb(238,171,229); }

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

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

 a { background-color: rgb(238,171,229); }

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

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

 span { border-color: rgb(238,171,229); }

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