#EC97A6

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

Shades of Mauvelous #EC97A6

Tints of Mauvelous #EC97A6

Color information

#EC97A6 (or 0xEC97A6) is unknown color: approx Mauvelous. HEX triplet: EC, 97 and A6. RGB value is (236,151,166). Sum of RGB (Red+Green+Blue) = 236+151+166=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC97A6 is #136859. Grayscale: #B2B2B2. Windows color (decimal): -1271898 or 10917868. OLE color: 10917868.

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

Color convert

RGB236151166-
CMYK00.360.300.07
HSL349.41º69.11%75.88%-
HSV(B)349.41º36.02%92.55%-
XYZ52.5442.7241.55-
YUV178.12121.16169.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.68%
GREEN value IS 151 (59.38% from 255) = 27.31%
BLUE value IS 166 (65.23% from 255) = 30.02%
R=42.68%
G=27.31%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615116600.360.300.07349.4169.1175.88
HexEC97A60241E715d454c
Octal354227246044367535105114
Binary11101100100101111010011001001001111011110101110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC97A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC97A6; }

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

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

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

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

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

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

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

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