#EC93A2

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

Shades of Mauvelous #EC93A2

Tints of Mauvelous #EC93A2

Color information

#EC93A2 (or 0xEC93A2) is unknown color: approx Mauvelous. HEX triplet: EC, 93 and A2. RGB value is (236,147,162). Sum of RGB (Red+Green+Blue) = 236+147+162=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC93A2 is #136C5D. Grayscale: #AFAFAF. Windows color (decimal): -1272926 or 10654700. OLE color: 10654700.

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

Color convert

RGB236147162-
CMYK00.380.310.07
HSL349.89º70.08%75.1%-
HSV(B)349.89º37.71%92.55%-
XYZ51.5541.3139.44-
YUV175.32120.49171.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 147 (57.81% from 255) = 26.97%
BLUE value IS 162 (63.67% from 255) = 29.72%
R=43.30%
G=26.97%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614716200.380.310.07349.8970.0875.1
HexEC93A20261F715e464b
Octal354223242046377536106113
Binary11101100100100111010001001001101111111110101111010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC93A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC93A2; }

 p { color: rgb(236,147,162); }

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

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

 a { background-color: rgb(236,147,162); }

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

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

 span { border-color: rgb(236,147,162); }

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