#EC8DA0

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

Shades of Mauvelous #EC8DA0

Tints of Mauvelous #EC8DA0

Color information

#EC8DA0 (or 0xEC8DA0) is unknown color: approx Mauvelous. HEX triplet: EC, 8D and A0. RGB value is (236,141,160). Sum of RGB (Red+Green+Blue) = 236+141+160=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8DA0 is #13725F. Grayscale: #ABABAB. Windows color (decimal): -1274464 or 10522092. OLE color: 10522092.

HSL color Cylindrical-coordinate representation of color #EC8DA0: hue angle of 348º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8DA0 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB236141160-
CMYK00.400.320.07
HSL348º71.43%73.92%-
HSV(B)348º40.25%92.55%-
XYZ50.4639.4238.21-
YUV171.57121.47173.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 160 (62.89% from 255) = 29.80%
R=43.95%
G=26.26%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614116000.400.320.0734871.4373.92
HexEC8DA002820715c474a
Octal354215240050407534107112
Binary111011001000110110100000010100010000011110101110010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DA0; }

 p { color: rgb(236,141,160); }

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

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

 a { background-color: rgb(236,141,160); }

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

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

 span { border-color: rgb(236,141,160); }

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