#EC8DA3

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

Shades of Mauvelous #EC8DA3

Tints of Mauvelous #EC8DA3

Color information

#EC8DA3 (or 0xEC8DA3) is unknown color: approx Mauvelous. HEX triplet: EC, 8D and A3. RGB value is (236,141,163). Sum of RGB (Red+Green+Blue) = 236+141+163=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8DA3 is #13725C. Grayscale: #ABABAB. Windows color (decimal): -1274461 or 10718700. OLE color: 10718700.

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

Color convert

RGB236141163-
CMYK00.400.310.07
HSL346.11º71.43%73.92%-
HSV(B)346.11º40.25%92.55%-
XYZ50.7339.5339.61-
YUV171.91122.97173.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.70%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 163 (64.06% from 255) = 30.19%
R=43.70%
G=26.11%
B=30.19%

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
Decimal23614116300.400.310.07346.1171.4373.92
HexEC8DA30281F715a474a
Octal354215243050377532107112
Binary11101100100011011010001101010001111111110101101010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DA3; }

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

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

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

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

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

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

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

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