#EC94A6

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

Shades of Mauvelous #EC94A6

Tints of Mauvelous #EC94A6

Color information

#EC94A6 (or 0xEC94A6) is unknown color: approx Mauvelous. HEX triplet: EC, 94 and A6. RGB value is (236,148,166). Sum of RGB (Red+Green+Blue) = 236+148+166=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 166 (65.23% from 255 or 30.18% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC94A6 is #136B59. Grayscale: #B0B0B0. Windows color (decimal): -1272666 or 10917100. OLE color: 10917100.

HSL color Cylindrical-coordinate representation of color #EC94A6: hue angle of 347.73º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC94A6 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB236148166-
CMYK00.370.300.07
HSL347.73º69.84%75.29%-
HSV(B)347.73º37.29%92.55%-
XYZ52.0641.7741.39-
YUV176.36122.15170.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 148 (58.20% from 255) = 26.91%
BLUE value IS 166 (65.23% from 255) = 30.18%
R=42.91%
G=26.91%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614816600.370.300.07347.7369.8475.29
HexEC94A60251E715c464b
Octal354224246045367534106113
Binary11101100100101001010011001001011111011110101110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC94A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC94A6; }

 p { color: rgb(236,148,166); }

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

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

 a { background-color: rgb(236,148,166); }

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

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

 span { border-color: rgb(236,148,166); }

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