#EC94A5

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

Shades of Mauvelous #EC94A5

Tints of Mauvelous #EC94A5

Color information

#EC94A5 (or 0xEC94A5) is unknown color: approx Mauvelous. HEX triplet: EC, 94 and A5. RGB value is (236,148,165). Sum of RGB (Red+Green+Blue) = 236+148+165=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC94A5 is #136B5A. Grayscale: #B0B0B0. Windows color (decimal): -1272667 or 10851564. OLE color: 10851564.

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

Color convert

RGB236148165-
CMYK00.370.300.07
HSL348.41º69.84%75.29%-
HSV(B)348.41º37.29%92.55%-
XYZ51.9741.7340.91-
YUV176.25121.65170.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.99%
GREEN value IS 148 (58.20% from 255) = 26.96%
BLUE value IS 165 (64.84% from 255) = 30.05%
R=42.99%
G=26.96%
B=30.05%

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
Decimal23614816500.370.300.07348.4169.8475.29
HexEC94A50251E715c464b
Octal354224245045367534106113
Binary11101100100101001010010101001011111011110101110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC94A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC94A5; }

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

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

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

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

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

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

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

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