#EC83AA

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

Shades of Mauvelous #EC83AA

Tints of Mauvelous #EC83AA

Color information

#EC83AA (or 0xEC83AA) is unknown color: approx Mauvelous. HEX triplet: EC, 83 and AA. RGB value is (236,131,170). Sum of RGB (Red+Green+Blue) = 236+131+170=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC83AA is #137C55. Grayscale: #A6A6A6. Windows color (decimal): -1277014 or 11174892. OLE color: 11174892.

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

Color convert

RGB236131170-
CMYK00.440.280.07
HSL337.71º73.43%71.96%-
HSV(B)337.71º44.49%92.55%-
XYZ49.9636.9742.53-
YUV166.84129.79177.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 131 (51.56% from 255) = 24.39%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=43.95%
G=24.39%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613117000.440.280.07337.7173.4371.96
HexEC83AA02C1C71524948
Octal354203252054347522111110
Binary11101100100000111010101001011001110011110101001010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC83AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC83AA; }

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

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

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

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

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

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

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

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