Html Css Color HEX #EAA9B1 Blossom

📋 copy color: '#EAA9B1'

red 234 ◦ green 169 ◦ blue 177

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

Shades of Blossom #EAA9B1

Tints of Blossom #EAA9B1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.14%

 BLUE value IS 177 (69.53% from 255) = 30.52%

R = 40.34%
G = 29.14%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EAA9B1 (or 0xEAA9B1) is known color: Blossom. HEX triplet: EA, A9 and B1. RGB value is (234,169,177). Sum of RGB (Red+Green+Blue) = 234+169+177=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA9B1 is #15564E. Grayscale: #BDBDBD. Windows color (decimal): -1398351 or 11643370. OLE color: 11643370.

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

Color convert

RGB 234 169 177 -
CMYK 0 0.28 0.24 0.08
HSL 352.62º 0.61% 0.79% -
HSV(B) 352.62º 0.28% 0.92% -
XYZ 56.06 49.04 48.11 -
YUV 189.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 234 169 177 0 0.28 0.24 0.08 352.62 0.61 0.79
Hex EA A9 B1 0 1C 18 8 161 3D 4F
Octal 352 251 261 0 34 30 10 541 75 117
Binary 11101010 10101001 10110001 0 11100 11000 1000 101100001 111101 1001111

Color Harmonies of #EAA9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA9B1

Black with #EAA9B1

Text Example


Text Example

White with #EAA9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA9B1; }

 p { color: rgb(234,169,177); }

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

background-color css

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

 a { background-color: rgb(234,169,177); }

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

border-color css

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

 span { border-color: rgb(234,169,177); }

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