#EC8DA2

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

Shades of Mauvelous #EC8DA2

Tints of Mauvelous #EC8DA2

Color information

#EC8DA2 (or 0xEC8DA2) is unknown color: approx Mauvelous. HEX triplet: EC, 8D and A2. RGB value is (236,141,162). Sum of RGB (Red+Green+Blue) = 236+141+162=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8DA2 is #13725D. Grayscale: #ABABAB. Windows color (decimal): -1274462 or 10653164. OLE color: 10653164.

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

Color convert

RGB236141162-
CMYK00.400.310.07
HSL346.74º71.43%73.92%-
HSV(B)346.74º40.25%92.55%-
XYZ50.6439.4939.14-
YUV171.8122.47173.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.78%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 162 (63.67% from 255) = 30.06%
R=43.78%
G=26.16%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614116200.400.310.07346.7471.4373.92
HexEC8DA20281F715b474a
Octal354215242050377533107112
Binary11101100100011011010001001010001111111110101101110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DA2; }

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

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

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

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

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

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

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

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