#EC79DF

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

Shades of Pale Magenta #EC79DF

Tints of Pale Magenta #EC79DF

Color information

#EC79DF (or 0xEC79DF) is unknown color: approx Pale Magenta. HEX triplet: EC, 79 and DF. RGB value is (236,121,223). Sum of RGB (Red+Green+Blue) = 236+121+223=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 121 (47.66% from 255 or 20.86% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79DF is #138620. Grayscale: #A6A6A6. Windows color (decimal): -1279521 or 14645740. OLE color: 14645740.

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

Color convert

RGB236121223-
CMYK00.490.060.07
HSL306.78º75.16%70%-
HSV(B)306.78º48.73%92.55%-
XYZ54.7536.8474.04-
YUV167.01159.6177.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.69%
GREEN value IS 121 (47.66% from 255) = 20.86%
BLUE value IS 223 (87.5% from 255) = 38.45%
R=40.69%
G=20.86%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612122300.490.060.07306.7875.1670
HexEC79DF031671334b46
Octal35417133706167463113106
Binary11101100111100111011111011000111011110011001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC79DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC79DF; }

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

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

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

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

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

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

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

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