Html Css Color HEX #EAAAB5 Blossom

📋 copy color: '#EAAAB5'

red 234 ◦ green 170 ◦ blue 181

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

Shades of Blossom #EAAAB5

Tints of Blossom #EAAAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.94%

R = 40%
G = 29.06%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EAAAB5 (or 0xEAAAB5) is known color: Blossom. HEX triplet: EA, AA and B5. RGB value is (234,170,181). Sum of RGB (Red+Green+Blue) = 234+170+181=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAB5 is #15554A. Grayscale: #BEBEBE. Windows color (decimal): -1398091 or 11905770. OLE color: 11905770.

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

Color convert

RGB 234 170 181 -
CMYK 0 0.27 0.23 0.08
HSL 349.69º 0.6% 0.79% -
HSV(B) 349.69º 0.27% 0.92% -
XYZ 56.65 49.58 50.3 -
YUV 190.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 234 170 181 0 0.27 0.23 0.08 349.69 0.6 0.79
Hex EA AA B5 0 1B 17 8 15E 3C 4F
Octal 352 252 265 0 33 27 10 536 74 117
Binary 11101010 10101010 10110101 0 11011 10111 1000 101011110 111100 1001111

Color Harmonies of #EAAAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAB5

Black with #EAAAB5

Text Example


Text Example

White with #EAAAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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