Html Css Color HEX #EAABB8 Blossom

📋 copy color: '#EAABB8'

red 234 ◦ green 171 ◦ blue 184

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

Shades of Blossom #EAABB8

Tints of Blossom #EAABB8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.03%

 BLUE value IS 184 (72.27% from 255) = 31.24%

R = 39.73%
G = 29.03%
B = 31.24%

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

#EAABB8 (or 0xEAABB8) is known color: Blossom. HEX triplet: EA, AB and B8. RGB value is (234,171,184). Sum of RGB (Red+Green+Blue) = 234+171+184=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABB8 is #155447. Grayscale: #BFBFBF. Windows color (decimal): -1397832 or 12102634. OLE color: 12102634.

HSL color Cylindrical-coordinate representation of color #EAABB8: hue angle of 347.62º 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 #EAABB8 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 171 184 -
CMYK 0 0.27 0.21 0.08
HSL 347.62º 0.6% 0.79% -
HSV(B) 347.62º 0.27% 0.92% -
XYZ 57.15 50.08 52 -
YUV 191.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 234 171 184 0 0.27 0.21 0.08 347.62 0.6 0.79
Hex EA AB B8 0 1B 15 8 15C 3C 4F
Octal 352 253 270 0 33 25 10 534 74 117
Binary 11101010 10101011 10111000 0 11011 10101 1000 101011100 111100 1001111

Color Harmonies of #EAABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABB8

Black with #EAABB8

Text Example


Text Example

White with #EAABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABB8; }

 p { color: rgb(234,171,184); }

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

background-color css

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

 a { background-color: rgb(234,171,184); }

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

border-color css

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

 span { border-color: rgb(234,171,184); }

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