#EC79D5

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

Shades of Pale Magenta #EC79D5

Tints of Pale Magenta #EC79D5

Color information

#EC79D5 (or 0xEC79D5) is unknown color: approx Pale Magenta. HEX triplet: EC, 79 and D5. RGB value is (236,121,213). Sum of RGB (Red+Green+Blue) = 236+121+213=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 121 (47.66% from 255 or 21.23% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79D5 is #13862A. Grayscale: #A5A5A5. Windows color (decimal): -1279531 or 13990380. OLE color: 13990380.

HSL color Cylindrical-coordinate representation of color #EC79D5: hue angle of 312º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC79D5 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236121213-
CMYK00.490.100.07
HSL312º75.16%70%-
HSV(B)312º48.73%92.55%-
XYZ53.4436.3167.14-
YUV165.87154.6178.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 121 (47.66% from 255) = 21.23%
BLUE value IS 213 (83.59% from 255) = 37.37%
R=41.40%
G=21.23%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612121300.490.100.0731275.1670
HexEC79D5031A71384b46
Octal354171325061127470113106
Binary111011001111001110101010110001101011110011100010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC79D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC79D5; }

 p { color: rgb(236,121,213); }

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

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

 a { background-color: rgb(236,121,213); }

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

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

 span { border-color: rgb(236,121,213); }

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