Html Css Color HEX #EEAAB0 Blossom

📋 copy color: '#EEAAB0'

red 238 ◦ green 170 ◦ blue 176

#EEAAB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #EEAAB0

Tints of Blossom #EEAAB0

RGB

 RED value IS 238 (93.36% from 255) = 40.75%

 GREEN value IS 170 (66.8% 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 value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EEAAB0 (or 0xEEAAB0) is known color: 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

RGB 238 170 176 -
CMYK 0 0.29 0.26 0.07
HSL 354.71º 0.67% 0.8% -
HSV(B) 354.71º 0.29% 0.93% -
XYZ 57.47 50.06 47.71 -
YUV 191.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 238 170 176 0 0.29 0.26 0.07 354.71 0.67 0.8
Hex EE AA B0 0 1D 1A 7 163 43 50
Octal 356 252 260 0 35 32 7 543 103 120
Binary 11101110 10101010 10110000 0 11101 11010 111 101100011 1000011 1010000

Color Harmonies of #EEAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAAB0

Black with #EEAAB0

Text Example


Text Example

White with #EEAAB0

Text Example


Text Example

HTML Codes & Css Web 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>