Html Css Color HEX #E0AAB2 Blossom

📋 copy color: '#E0AAB2'

red 224 ◦ green 170 ◦ blue 178

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

Shades of Blossom #E0AAB2

Tints of Blossom #E0AAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.12%

R = 39.16%
G = 29.72%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E0AAB2 (or 0xE0AAB2) is known color: Blossom. HEX triplet: E0, AA and B2. RGB value is (224,170,178). Sum of RGB (Red+Green+Blue) = 224+170+178=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AAB2 is #1F554D. Grayscale: #BBBBBB. Windows color (decimal): -2053454 or 11709152. OLE color: 11709152.

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

Color convert

RGB 224 170 178 -
CMYK 0 0.24 0.21 0.12
HSL 351.11º 0.47% 0.77% -
HSV(B) 351.11º 0.24% 0.88% -
XYZ 53.15 47.81 48.55 -
YUV 187.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 224 170 178 0 0.24 0.21 0.12 351.11 0.47 0.77
Hex E0 AA B2 0 18 15 C 15F 2F 4D
Octal 340 252 262 0 30 25 14 537 57 115
Binary 11100000 10101010 10110010 0 11000 10101 1100 101011111 101111 1001101

Color Harmonies of #E0AAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AAB2

Black with #E0AAB2

Text Example


Text Example

White with #E0AAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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