#EC89A5

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

Shades of Mauvelous #EC89A5

Tints of Mauvelous #EC89A5

Color information

#EC89A5 (or 0xEC89A5) is unknown color: approx Mauvelous. HEX triplet: EC, 89 and A5. RGB value is (236,137,165). Sum of RGB (Red+Green+Blue) = 236+137+165=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC89A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC89A5 is #13765A. Grayscale: #A9A9A9. Windows color (decimal): -1275483 or 10848748. OLE color: 10848748.

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

Color convert

RGB236137165-
CMYK00.420.300.07
HSL343.03º72.26%73.14%-
HSV(B)343.03º41.95%92.55%-
XYZ50.3338.4440.36-
YUV169.79125.3175.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 137 (53.91% from 255) = 25.46%
BLUE value IS 165 (64.84% from 255) = 30.67%
R=43.87%
G=25.46%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613716500.420.300.07343.0372.2673.14
HexEC89A502A1E71574849
Octal354211245052367527110111
Binary11101100100010011010010101010101111011110101011110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC89A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC89A5; }

 p { color: rgb(236,137,165); }

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

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

 a { background-color: rgb(236,137,165); }

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

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

 span { border-color: rgb(236,137,165); }

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