#EC7FDC

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

Shades of Pale Magenta #EC7FDC

Tints of Pale Magenta #EC7FDC

Color information

#EC7FDC (or 0xEC7FDC) is unknown color: approx Pale Magenta. HEX triplet: EC, 7F and DC. RGB value is (236,127,220). Sum of RGB (Red+Green+Blue) = 236+127+220=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FDC is #138023. Grayscale: #A9A9A9. Windows color (decimal): -1277988 or 14450668. OLE color: 14450668.

HSL color Cylindrical-coordinate representation of color #EC7FDC: hue angle of 308.81º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC7FDC is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236127220-
CMYK00.460.070.07
HSL308.81º74.15%71.18%-
HSV(B)308.81º46.19%92.55%-
XYZ55.138.1872.18-
YUV170.19156.11174.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.48%
GREEN value IS 127 (50% from 255) = 21.78%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=40.48%
G=21.78%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612722000.460.070.07308.8174.1571.18
HexEC7FDC02E771354a47
Octal35417733405677465112107
Binary11101100111111111011100010111011111110011010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7FDC; }

 p { color: rgb(236,127,220); }

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

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

 a { background-color: rgb(236,127,220); }

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

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

 span { border-color: rgb(236,127,220); }

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