#EC79DE

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

Shades of Pale Magenta #EC79DE

Tints of Pale Magenta #EC79DE

Color information

#EC79DE (or 0xEC79DE) is unknown color: approx Pale Magenta. HEX triplet: EC, 79 and DE. RGB value is (236,121,222). Sum of RGB (Red+Green+Blue) = 236+121+222=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 121 (47.66% from 255 or 20.90% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79DE is #138621. Grayscale: #A6A6A6. Windows color (decimal): -1279522 or 14580204. OLE color: 14580204.

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

Color convert

RGB236121222-
CMYK00.490.060.07
HSL307.3º75.16%70%-
HSV(B)307.3º48.73%92.55%-
XYZ54.6136.7873.33-
YUV166.9159.1177.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.76%
GREEN value IS 121 (47.66% from 255) = 20.90%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=40.76%
G=20.90%
B=38.34%

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
Decimal23612122200.490.060.07307.375.1670
HexEC79DE031671334b46
Octal35417133606167463113106
Binary11101100111100111011110011000111011110011001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC79DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC79DE; }

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

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

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

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

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

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

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

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