#EC90A4

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

Shades of Mauvelous #EC90A4

Tints of Mauvelous #EC90A4

Color information

#EC90A4 (or 0xEC90A4) is unknown color: approx Mauvelous. HEX triplet: EC, 90 and A4. RGB value is (236,144,164). Sum of RGB (Red+Green+Blue) = 236+144+164=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC90A4 is #136F5B. Grayscale: #ADADAD. Windows color (decimal): -1273692 or 10785004. OLE color: 10785004.

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

Color convert

RGB236144164-
CMYK00.390.310.07
HSL346.96º70.77%74.51%-
HSV(B)346.96º38.98%92.55%-
XYZ51.2740.4640.23-
YUV173.79122.48172.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.38%
GREEN value IS 144 (56.64% from 255) = 26.47%
BLUE value IS 164 (64.45% from 255) = 30.15%
R=43.38%
G=26.47%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614416400.390.310.07346.9670.7774.51
HexEC90A40271F715b474b
Octal354220244047377533107113
Binary11101100100100001010010001001111111111110101101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC90A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC90A4; }

 p { color: rgb(236,144,164); }

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

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

 a { background-color: rgb(236,144,164); }

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

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

 span { border-color: rgb(236,144,164); }

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