#EC95A8

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

Shades of Mauvelous #EC95A8

Tints of Mauvelous #EC95A8

Color information

#EC95A8 (or 0xEC95A8) is unknown color: approx Mauvelous. HEX triplet: EC, 95 and A8. RGB value is (236,149,168). Sum of RGB (Red+Green+Blue) = 236+149+168=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC95A8 is #136A57. Grayscale: #B1B1B1. Windows color (decimal): -1272408 or 11048428. OLE color: 11048428.

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

Color convert

RGB236149168-
CMYK00.370.290.07
HSL346.9º69.6%75.49%-
HSV(B)346.9º36.86%92.55%-
XYZ52.4142.1542.42-
YUV177.18122.82169.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.68%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 168 (66.02% from 255) = 30.38%
R=42.68%
G=26.94%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614916800.370.290.07346.969.675.49
HexEC95A80251D715b464b
Octal354225250045357533106113
Binary11101100100101011010100001001011110111110101101110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC95A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC95A8; }

 p { color: rgb(236,149,168); }

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

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

 a { background-color: rgb(236,149,168); }

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

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

 span { border-color: rgb(236,149,168); }

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