Html Css Color HEX #E7AAB9 Blossom

📋 copy color: '#E7AAB9'

red 231 ◦ green 170 ◦ blue 185

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

Shades of Blossom #E7AAB9

Tints of Blossom #E7AAB9

RGB

 RED value IS 231 (90.63% from 255) = 39.42%

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

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

R = 39.42%
G = 29.01%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E7AAB9 (or 0xE7AAB9) is known color: Blossom. HEX triplet: E7, AA and B9. RGB value is (231,170,185). Sum of RGB (Red+Green+Blue) = 231+170+185=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAB9 is #185546. Grayscale: #BDBDBD. Windows color (decimal): -1594695 or 12167911. OLE color: 12167911.

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

Color convert

RGB 231 170 185 -
CMYK 0 0.26 0.20 0.09
HSL 345.25º 0.56% 0.79% -
HSV(B) 345.25º 0.26% 0.91% -
XYZ 56.09 49.24 52.45 -
YUV 189.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 231 170 185 0 0.26 0.20 0.09 345.25 0.56 0.79
Hex E7 AA B9 0 1A 14 9 159 38 4F
Octal 347 252 271 0 32 24 11 531 70 117
Binary 11100111 10101010 10111001 0 11010 10100 1001 101011001 111000 1001111

Color Harmonies of #E7AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AAB9

Black with #E7AAB9

Text Example


Text Example

White with #E7AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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