#EC8DA6

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

Shades of Mauvelous #EC8DA6

Tints of Mauvelous #EC8DA6

Color information

#EC8DA6 (or 0xEC8DA6) is unknown color: approx Mauvelous. HEX triplet: EC, 8D and A6. RGB value is (236,141,166). Sum of RGB (Red+Green+Blue) = 236+141+166=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8DA6 is #137259. Grayscale: #ACACAC. Windows color (decimal): -1274458 or 10915308. OLE color: 10915308.

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

Color convert

RGB236141166-
CMYK00.400.300.07
HSL344.21º71.43%73.92%-
HSV(B)344.21º40.25%92.55%-
XYZ5139.6441.04-
YUV172.26124.47173.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.46%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 166 (65.23% from 255) = 30.57%
R=43.46%
G=25.97%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614116600.400.300.07344.2171.4373.92
HexEC8DA60281E7158474a
Octal354215246050367530107112
Binary11101100100011011010011001010001111011110101100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DA6; }

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

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

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

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

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

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

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

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