#EC90A7

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

Shades of Mauvelous #EC90A7

Tints of Mauvelous #EC90A7

Color information

#EC90A7 (or 0xEC90A7) is unknown color: approx Mauvelous. HEX triplet: EC, 90 and A7. RGB value is (236,144,167). Sum of RGB (Red+Green+Blue) = 236+144+167=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC90A7 is #136F58. Grayscale: #AEAEAE. Windows color (decimal): -1273689 or 10981612. OLE color: 10981612.

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

Color convert

RGB236144167-
CMYK00.390.290.07
HSL345º70.77%74.51%-
HSV(B)345º38.98%92.55%-
XYZ51.5440.5741.67-
YUV174.13123.98172.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.14%
GREEN value IS 144 (56.64% from 255) = 26.33%
BLUE value IS 167 (65.62% from 255) = 30.53%
R=43.14%
G=26.33%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614416700.390.290.0734570.7774.51
HexEC90A70271D7159474b
Octal354220247047357531107113
Binary11101100100100001010011101001111110111110101100110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC90A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC90A7; }

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

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

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

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

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

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

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

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