Html Css Color HEX #E8AAB2 Blossom

📋 copy color: '#E8AAB2'

red 232 ◦ green 170 ◦ blue 178

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

Shades of Blossom #E8AAB2

Tints of Blossom #E8AAB2

RGB

 RED value IS 232 (91.02% from 255) = 40%

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

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

R = 40%
G = 29.31%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E8AAB2 (or 0xE8AAB2) is known color: Blossom. HEX triplet: E8, AA and B2. RGB value is (232,170,178). Sum of RGB (Red+Green+Blue) = 232+170+178=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AAB2 is #17554D. Grayscale: #BDBDBD. Windows color (decimal): -1529166 or 11709160. OLE color: 11709160.

HSL color Cylindrical-coordinate representation of color #E8AAB2: hue angle of 352.26º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8AAB2 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 170 178 -
CMYK 0 0.27 0.23 0.09
HSL 352.26º 0.57% 0.79% -
HSV(B) 352.26º 0.27% 0.91% -
XYZ 55.69 49.12 48.67 -
YUV 189.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 232 170 178 0 0.27 0.23 0.09 352.26 0.57 0.79
Hex E8 AA B2 0 1B 17 9 160 39 4F
Octal 350 252 262 0 33 27 11 540 71 117
Binary 11101000 10101010 10110010 0 11011 10111 1001 101100000 111001 1001111

Color Harmonies of #E8AAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AAB2

Black with #E8AAB2

Text Example


Text Example

White with #E8AAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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