#EEABE3

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

Shades of Lavender Rose #EEABE3

Tints of Lavender Rose #EEABE3

Color information

#EEABE3 (or 0xEEABE3) is unknown color: approx Lavender Rose. HEX triplet: EE, AB and E3. RGB value is (238,171,227). Sum of RGB (Red+Green+Blue) = 238+171+227=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABE3 is #11541C. Grayscale: #C5C5C5. Windows color (decimal): -1135645 or 14920686. OLE color: 14920686.

HSL color Cylindrical-coordinate representation of color #EEABE3: hue angle of 309.85º 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 #EEABE3 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB238171227-
CMYK00.280.050.07
HSL309.85º66.34%80.2%-
HSV(B)309.85º28.15%93.33%-
XYZ63.6952.8579.52-
YUV197.42144.7156.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 171 (67.19% from 255) = 26.89%
BLUE value IS 227 (89.06% from 255) = 35.69%
R=37.42%
G=26.89%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817122700.280.050.07309.8566.3480.2
HexEEABE301C571364250
Octal35625334303457466102120
Binary11101110101010111110001101110010111110011011010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABE3; }

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

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

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

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

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

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

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

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