#EEAAB0

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

Shades of Blossom #EEAAB0

Tints of Blossom #EEAAB0

Color information

#EEAAB0 (or 0xEEAAB0) is unknown color: approx Blossom. HEX triplet: EE, AA and B0. RGB value is (238,170,176). Sum of RGB (Red+Green+Blue) = 238+170+176=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAAB0 is #11554F. Grayscale: #BFBFBF. Windows color (decimal): -1135952 or 11578094. OLE color: 11578094.

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

Color convert

RGB238170176-
CMYK00.290.260.07
HSL354.71º66.67%80%-
HSV(B)354.71º28.57%93.33%-
XYZ57.4750.0647.71-
YUV191.02119.53161.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.75%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 176 (69.14% from 255) = 30.14%
R=40.75%
G=29.11%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817017600.290.260.07354.7166.6780
HexEEAAB001D1A71634350
Octal356252260035327543103120
Binary1110111010101010101100000111011101011110110001110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAB0; }

 p { color: rgb(238,170,176); }

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

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

 a { background-color: rgb(238,170,176); }

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

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

 span { border-color: rgb(238,170,176); }

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