#EC84AA

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

Shades of Mauvelous #EC84AA

Tints of Mauvelous #EC84AA

Color information

#EC84AA (or 0xEC84AA) is unknown color: approx Mauvelous. HEX triplet: EC, 84 and AA. RGB value is (236,132,170). Sum of RGB (Red+Green+Blue) = 236+132+170=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC84AA is #137B55. Grayscale: #A7A7A7. Windows color (decimal): -1276758 or 11175148. OLE color: 11175148.

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

Color convert

RGB236132170-
CMYK00.440.280.07
HSL338.08º73.24%72.16%-
HSV(B)338.08º44.07%92.55%-
XYZ50.137.2442.58-
YUV167.43129.46176.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 132 (51.95% from 255) = 24.54%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=43.87%
G=24.54%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613217000.440.280.07338.0873.2472.16
HexEC84AA02C1C71524948
Octal354204252054347522111110
Binary11101100100001001010101001011001110011110101001010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC84AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC84AA; }

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

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

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

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

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

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

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

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