#EC91A1

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

Shades of Mauvelous #EC91A1

Tints of Mauvelous #EC91A1

Color information

#EC91A1 (or 0xEC91A1) is unknown color: approx Mauvelous. HEX triplet: EC, 91 and A1. RGB value is (236,145,161). Sum of RGB (Red+Green+Blue) = 236+145+161=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC91A1 is #136E5E. Grayscale: #AEAEAE. Windows color (decimal): -1273439 or 10588652. OLE color: 10588652.

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

Color convert

RGB236145161-
CMYK00.390.320.07
HSL349.45º70.54%74.71%-
HSV(B)349.45º38.56%92.55%-
XYZ51.1540.6638.87-
YUV174.03120.65172.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.54%
GREEN value IS 145 (57.03% from 255) = 26.75%
BLUE value IS 161 (63.28% from 255) = 29.70%
R=43.54%
G=26.75%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614516100.390.320.07349.4570.5474.71
HexEC91A102720715d474b
Octal354221241047407535107113
Binary111011001001000110100001010011110000011110101110110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC91A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC91A1; }

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

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

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

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

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

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

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

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