#EC8AAB

Color #EC8AAB Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #EC8AAB

Tints of Mauvelous #EC8AAB

Color information

#EC8AAB (or 0xEC8AAB) is unknown color: approx Mauvelous. HEX triplet: EC, 8A and AB. RGB value is (236,138,171). Sum of RGB (Red+Green+Blue) = 236+138+171=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8AAB is #137554. Grayscale: #ABABAB. Windows color (decimal): -1275221 or 11242220. OLE color: 11242220.

HSL color Cylindrical-coordinate representation of color #EC8AAB: hue angle of 339.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8AAB is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236138171-
CMYK00.420.280.07
HSL339.8º72.06%73.33%-
HSV(B)339.8º41.53%92.55%-
XYZ51.0338.9543.36-
YUV171.06127.97174.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=43.30%
G=25.32%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613817100.420.280.07339.872.0673.33
HexEC8AAB02A1C71544849
Octal354212253052347524110111
Binary11101100100010101010101101010101110011110101010010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AAB; }

 p { color: rgb(236,138,171); }

 H1.HeaderClassName
 {
   color: #EC8AAB;
 }
 .AnyTagClassName
 {
   color: #EC8AAB;
 }
</style>
background-color css

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

 a { background-color: rgb(236,138,171); }

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

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

 span { border-color: rgb(236,138,171); }

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