#EC92AA

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

Shades of Mauvelous #EC92AA

Tints of Mauvelous #EC92AA

Color information

#EC92AA (or 0xEC92AA) is unknown color: approx Mauvelous. HEX triplet: EC, 92 and AA. RGB value is (236,146,170). Sum of RGB (Red+Green+Blue) = 236+146+170=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC92AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC92AA is #136D55. Grayscale: #AFAFAF. Windows color (decimal): -1273174 or 11178732. OLE color: 11178732.

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

Color convert

RGB236146170-
CMYK00.380.280.07
HSL344º70.31%74.9%-
HSV(B)344º38.14%92.55%-
XYZ52.1341.2943.25-
YUV175.65124.82171.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.75%
GREEN value IS 146 (57.42% from 255) = 26.45%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=42.75%
G=26.45%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614617000.380.280.0734470.3174.9
HexEC92AA0261C7158464b
Octal354222252046347530106113
Binary11101100100100101010101001001101110011110101100010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC92AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC92AA; }

 p { color: rgb(236,146,170); }

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

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

 a { background-color: rgb(236,146,170); }

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

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

 span { border-color: rgb(236,146,170); }

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