Html Css Color HEX #EAA5B0 Blossom

📋 copy color: '#EAA5B0'

red 234 ◦ green 165 ◦ blue 176

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

Shades of Blossom #EAA5B0

Tints of Blossom #EAA5B0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.7%

 BLUE value IS 176 (69.14% from 255) = 30.61%

R = 40.7%
G = 28.7%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EAA5B0 (or 0xEAA5B0) is known color: Blossom. HEX triplet: EA, A5 and B0. RGB value is (234,165,176). Sum of RGB (Red+Green+Blue) = 234+165+176=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA5B0 is #155A4F. Grayscale: #BABABA. Windows color (decimal): -1399376 or 11576810. OLE color: 11576810.

HSL color Cylindrical-coordinate representation of color #EAA5B0: hue angle of 350.43º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA5B0 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 165 176 -
CMYK 0 0.29 0.25 0.08
HSL 350.43º 0.62% 0.78% -
HSV(B) 350.43º 0.29% 0.92% -
XYZ 55.22 47.54 47.34 -
YUV 186.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 234 165 176 0 0.29 0.25 0.08 350.43 0.62 0.78
Hex EA A5 B0 0 1D 19 8 15E 3E 4E
Octal 352 245 260 0 35 31 10 536 76 116
Binary 11101010 10100101 10110000 0 11101 11001 1000 101011110 111110 1001110

Color Harmonies of #EAA5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA5B0

Black with #EAA5B0

Text Example


Text Example

White with #EAA5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA5B0; }

 p { color: rgb(234,165,176); }

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

background-color css

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

 a { background-color: rgb(234,165,176); }

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

border-color css

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

 span { border-color: rgb(234,165,176); }

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