Html Css Color HEX #E2AAB8 Blossom

📋 copy color: '#E2AAB8'

red 226 ◦ green 170 ◦ blue 184

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

Shades of Blossom #E2AAB8

Tints of Blossom #E2AAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.72%

R = 38.97%
G = 29.31%
B = 31.72%

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

#E2AAB8 (or 0xE2AAB8) is known color: Blossom. HEX triplet: E2, AA and B8. RGB value is (226,170,184). Sum of RGB (Red+Green+Blue) = 226+170+184=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AAB8 is #1D5547. Grayscale: #BCBCBC. Windows color (decimal): -1922376 or 12102370. OLE color: 12102370.

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

Color convert

RGB 226 170 184 -
CMYK 0 0.25 0.19 0.11
HSL 345º 0.49% 0.78% -
HSV(B) 345º 0.25% 0.89% -
XYZ 54.39 48.38 51.82 -
YUV 188.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 226 170 184 0 0.25 0.19 0.11 345 0.49 0.78
Hex E2 AA B8 0 19 13 B 159 31 4E
Octal 342 252 270 0 31 23 13 531 61 116
Binary 11100010 10101010 10111000 0 11001 10011 1011 101011001 110001 1001110

Color Harmonies of #E2AAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAB8

Black with #E2AAB8

Text Example


Text Example

White with #E2AAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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