Html Css Color HEX #E0AAB5 Blossom

📋 copy color: '#E0AAB5'

red 224 ◦ green 170 ◦ blue 181

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

Shades of Blossom #E0AAB5

Tints of Blossom #E0AAB5

RGB

 RED value IS 224 (87.89% from 255) = 38.96%

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

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

R = 38.96%
G = 29.57%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E0AAB5 (or 0xE0AAB5) is known color: Blossom. HEX triplet: E0, AA and B5. RGB value is (224,170,181). Sum of RGB (Red+Green+Blue) = 224+170+181=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AAB5 is #1F554A. Grayscale: #BBBBBB. Windows color (decimal): -2053451 or 11905760. OLE color: 11905760.

HSL color Cylindrical-coordinate representation of color #E0AAB5: hue angle of 347.78º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0AAB5 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 170 181 -
CMYK 0 0.24 0.19 0.12
HSL 347.78º 0.47% 0.77% -
HSV(B) 347.78º 0.24% 0.88% -
XYZ 53.46 47.93 50.15 -
YUV 187.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 224 170 181 0 0.24 0.19 0.12 347.78 0.47 0.77
Hex E0 AA B5 0 18 13 C 15C 2F 4D
Octal 340 252 265 0 30 23 14 534 57 115
Binary 11100000 10101010 10110101 0 11000 10011 1100 101011100 101111 1001101

Color Harmonies of #E0AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AAB5

Black with #E0AAB5

Text Example


Text Example

White with #E0AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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