#EC83A8

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

Shades of Mauvelous #EC83A8

Tints of Mauvelous #EC83A8

Color information

#EC83A8 (or 0xEC83A8) is unknown color: approx Mauvelous. HEX triplet: EC, 83 and A8. RGB value is (236,131,168). Sum of RGB (Red+Green+Blue) = 236+131+168=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC83A8 is #137C57. Grayscale: #A6A6A6. Windows color (decimal): -1277016 or 11043820. OLE color: 11043820.

HSL color Cylindrical-coordinate representation of color #EC83A8: hue angle of 338.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC83A8 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB236131168-
CMYK00.440.290.07
HSL338.86º73.43%71.96%-
HSV(B)338.86º44.49%92.55%-
XYZ49.7836.8941.54-
YUV166.61128.79177.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.11%
GREEN value IS 131 (51.56% from 255) = 24.49%
BLUE value IS 168 (66.02% from 255) = 31.40%
R=44.11%
G=24.49%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613116800.440.290.07338.8673.4371.96
HexEC83A802C1D71534948
Octal354203250054357523111110
Binary11101100100000111010100001011001110111110101001110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC83A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC83A8; }

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

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

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

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

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

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

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

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