Html Css Color HEX #E2AAB7 Blossom

📋 copy color: '#E2AAB7'

red 226 ◦ green 170 ◦ blue 183

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

Shades of Blossom #E2AAB7

Tints of Blossom #E2AAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.61%

R = 39.03%
G = 29.36%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E2AAB7 (or 0xE2AAB7) is known color: Blossom. HEX triplet: E2, AA and B7. RGB value is (226,170,183). Sum of RGB (Red+Green+Blue) = 226+170+183=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AAB7 is #1D5548. Grayscale: #BCBCBC. Windows color (decimal): -1922377 or 12036834. OLE color: 12036834.

HSL color Cylindrical-coordinate representation of color #E2AAB7: hue angle of 346.07º 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 #E2AAB7 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 170 183 -
CMYK 0 0.25 0.19 0.11
HSL 346.07º 0.49% 0.78% -
HSV(B) 346.07º 0.25% 0.89% -
XYZ 54.29 48.34 51.27 -
YUV 188.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 226 170 183 0 0.25 0.19 0.11 346.07 0.49 0.78
Hex E2 AA B7 0 19 13 B 15A 31 4E
Octal 342 252 267 0 31 23 13 532 61 116
Binary 11100010 10101010 10110111 0 11001 10011 1011 101011010 110001 1001110

Color Harmonies of #E2AAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAB7

Black with #E2AAB7

Text Example


Text Example

White with #E2AAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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