#EC77D9

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

Shades of Pale Magenta #EC77D9

Tints of Pale Magenta #EC77D9

Color information

#EC77D9 (or 0xEC77D9) is unknown color: approx Pale Magenta. HEX triplet: EC, 77 and D9. RGB value is (236,119,217). Sum of RGB (Red+Green+Blue) = 236+119+217=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 119 (46.88% from 255 or 20.80% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77D9 is #138826. Grayscale: #A4A4A4. Windows color (decimal): -1280039 or 14252012. OLE color: 14252012.

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

Color convert

RGB236119217-
CMYK00.500.080.07
HSL309.74º75.48%69.61%-
HSV(B)309.74º49.58%92.55%-
XYZ53.7136.0469.77-
YUV165.15157.26178.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 119 (46.88% from 255) = 20.80%
BLUE value IS 217 (85.16% from 255) = 37.94%
R=41.26%
G=20.80%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611921700.500.080.07309.7475.4869.61
HexEC77D9032871364b46
Octal354167331062107466113106
Binary111011001110111110110010110010100011110011011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC77D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC77D9; }

 p { color: rgb(236,119,217); }

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

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

 a { background-color: rgb(236,119,217); }

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

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

 span { border-color: rgb(236,119,217); }

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