Html Css Color HEX #EAAAB9 Blossom

📋 copy color: '#EAAAB9'

red 234 ◦ green 170 ◦ blue 185

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

Shades of Blossom #EAAAB9

Tints of Blossom #EAAAB9

RGB

 RED value IS 234 (91.8% from 255) = 39.73%

 GREEN value IS 170 (66.8% from 255) = 28.86%

 BLUE value IS 185 (72.66% from 255) = 31.41%

R = 39.73%
G = 28.86%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EAAAB9 (or 0xEAAAB9) is known color: Blossom. HEX triplet: EA, AA and B9. RGB value is (234,170,185). Sum of RGB (Red+Green+Blue) = 234+170+185=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAB9 is #155546. Grayscale: #BEBEBE. Windows color (decimal): -1398087 or 12167914. OLE color: 12167914.

HSL color Cylindrical-coordinate representation of color #EAAAB9: hue angle of 345.94º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAAB9 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 170 185 -
CMYK 0 0.27 0.21 0.08
HSL 345.94º 0.6% 0.79% -
HSV(B) 345.94º 0.27% 0.92% -
XYZ 57.06 49.74 52.49 -
YUV 190.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 234 170 185 0 0.27 0.21 0.08 345.94 0.6 0.79
Hex EA AA B9 0 1B 15 8 15A 3C 4F
Octal 352 252 271 0 33 25 10 532 74 117
Binary 11101010 10101010 10111001 0 11011 10101 1000 101011010 111100 1001111

Color Harmonies of #EAAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAB9

Black with #EAAAB9

Text Example


Text Example

White with #EAAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAB9; }

 p { color: rgb(234,170,185); }

 H1.HeaderClassName
 {
   color: #EAAAB9;
 }
 .AnyTagClassName
 {
   color: #EAAAB9;
 }
</style>

background-color css

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

 a { background-color: rgb(234,170,185); }

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

border-color css

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

 span { border-color: rgb(234,170,185); }

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