#EC8AA1

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

Shades of Mauvelous #EC8AA1

Tints of Mauvelous #EC8AA1

Color information

#EC8AA1 (or 0xEC8AA1) is unknown color: approx Mauvelous. HEX triplet: EC, 8A and A1. RGB value is (236,138,161). Sum of RGB (Red+Green+Blue) = 236+138+161=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8AA1 is #13755E. Grayscale: #A9A9A9. Windows color (decimal): -1275231 or 10586860. OLE color: 10586860.

HSL color Cylindrical-coordinate representation of color #EC8AA1: hue angle of 345.92º 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 #EC8AA1 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB236138161-
CMYK00.420.320.07
HSL345.92º72.06%73.33%-
HSV(B)345.92º41.53%92.55%-
XYZ50.1138.5838.52-
YUV169.92122.97175.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.11%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 161 (63.28% from 255) = 30.09%
R=44.11%
G=25.79%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613816100.420.320.07345.9272.0673.33
HexEC8AA102A20715a4849
Octal354212241052407532110111
Binary111011001000101010100001010101010000011110101101010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AA1; }

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

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

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

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

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

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

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

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