#EC8DA8

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

Shades of Mauvelous #EC8DA8

Tints of Mauvelous #EC8DA8

Color information

#EC8DA8 (or 0xEC8DA8) is unknown color: approx Mauvelous. HEX triplet: EC, 8D and A8. RGB value is (236,141,168). Sum of RGB (Red+Green+Blue) = 236+141+168=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8DA8 is #137257. Grayscale: #ACACAC. Windows color (decimal): -1274456 or 11046380. OLE color: 11046380.

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

Color convert

RGB236141168-
CMYK00.400.290.07
HSL342.95º71.43%73.92%-
HSV(B)342.95º40.25%92.55%-
XYZ51.1839.7142.01-
YUV172.48125.47173.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 168 (66.02% from 255) = 30.83%
R=43.30%
G=25.87%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614116800.400.290.07342.9571.4373.92
HexEC8DA80281D7157474a
Octal354215250050357527107112
Binary11101100100011011010100001010001110111110101011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DA8; }

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

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

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

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

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

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

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

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