Html Css Color HEX #E2AAB9 Blossom

📋 copy color: '#E2AAB9'

red 226 ◦ green 170 ◦ blue 185

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

Shades of Blossom #E2AAB9

Tints of Blossom #E2AAB9

RGB

 RED value IS 226 (88.67% from 255) = 38.9%

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

 BLUE value IS 185 (72.66% from 255) = 31.84%

R = 38.9%
G = 29.26%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E2AAB9 (or 0xE2AAB9) is known color: Blossom. HEX triplet: E2, AA and B9. RGB value is (226,170,185). Sum of RGB (Red+Green+Blue) = 226+170+185=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AAB9 is #1D5546. Grayscale: #BCBCBC. Windows color (decimal): -1922375 or 12167906. OLE color: 12167906.

HSL color Cylindrical-coordinate representation of color #E2AAB9: hue angle of 343.93º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AAB9 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 170 185 -
CMYK 0 0.25 0.18 0.11
HSL 343.93º 0.49% 0.78% -
HSV(B) 343.93º 0.25% 0.89% -
XYZ 54.5 48.42 52.37 -
YUV 188.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 226 170 185 0 0.25 0.18 0.11 343.93 0.49 0.78
Hex E2 AA B9 0 19 12 B 158 31 4E
Octal 342 252 271 0 31 22 13 530 61 116
Binary 11100010 10101010 10111001 0 11001 10010 1011 101011000 110001 1001110

Color Harmonies of #E2AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAB9

Black with #E2AAB9

Text Example


Text Example

White with #E2AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAB9; }

 p { color: rgb(226,170,185); }

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

background-color css

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

 a { background-color: rgb(226,170,185); }

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

border-color css

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

 span { border-color: rgb(226,170,185); }

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