Html Css Color HEX #E2AABB Melanie

📋 copy color: '#E2AABB'

red 226 ◦ green 170 ◦ blue 187

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

Shades of Melanie #E2AABB

Tints of Melanie #E2AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.08%

R = 38.77%
G = 29.16%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E2AABB (or 0xE2AABB) is known color: Melanie. HEX triplet: E2, AA and BB. RGB value is (226,170,187). Sum of RGB (Red+Green+Blue) = 226+170+187=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AABB is #1D5544. Grayscale: #BCBCBC. Windows color (decimal): -1922373 or 12298978. OLE color: 12298978.

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

Color convert

RGB 226 170 187 -
CMYK 0 0.25 0.17 0.11
HSL 341.79º 0.49% 0.78% -
HSV(B) 341.79º 0.25% 0.89% -
XYZ 54.71 48.51 53.49 -
YUV 188.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 226 170 187 0 0.25 0.17 0.11 341.79 0.49 0.78
Hex E2 AA BB 0 19 11 B 156 31 4E
Octal 342 252 273 0 31 21 13 526 61 116
Binary 11100010 10101010 10111011 0 11001 10001 1011 101010110 110001 1001110

Color Harmonies of #E2AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AABB

Black with #E2AABB

Text Example


Text Example

White with #E2AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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