Html Css Color HEX #EAAEB8 Blossom

📋 copy color: '#EAAEB8'

red 234 ◦ green 174 ◦ blue 184

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

Shades of Blossom #EAAEB8

Tints of Blossom #EAAEB8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.39%

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

R = 39.53%
G = 29.39%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EAAEB8 (or 0xEAAEB8) is known color: Blossom. HEX triplet: EA, AE and B8. RGB value is (234,174,184). Sum of RGB (Red+Green+Blue) = 234+174+184=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEB8 is #155147. Grayscale: #C1C1C1. Windows color (decimal): -1397064 or 12103402. OLE color: 12103402.

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

Color convert

RGB 234 174 184 -
CMYK 0 0.26 0.21 0.08
HSL 350º 0.59% 0.8% -
HSV(B) 350º 0.26% 0.92% -
XYZ 57.72 51.23 52.19 -
YUV 193.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 234 174 184 0 0.26 0.21 0.08 350 0.59 0.8
Hex EA AE B8 0 1A 15 8 15E 3B 50
Octal 352 256 270 0 32 25 10 536 73 120
Binary 11101010 10101110 10111000 0 11010 10101 1000 101011110 111011 1010000

Color Harmonies of #EAAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEB8

Black with #EAAEB8

Text Example


Text Example

White with #EAAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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