#EC7CD8

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

Shades of Pale Magenta #EC7CD8

Tints of Pale Magenta #EC7CD8

Color information

#EC7CD8 (or 0xEC7CD8) is unknown color: approx Pale Magenta. HEX triplet: EC, 7C and D8. RGB value is (236,124,216). Sum of RGB (Red+Green+Blue) = 236+124+216=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CD8 is #138327. Grayscale: #A7A7A7. Windows color (decimal): -1278760 or 14187756. OLE color: 14187756.

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

Color convert

RGB236124216-
CMYK00.470.080.07
HSL310.71º74.67%70.59%-
HSV(B)310.71º47.46%92.55%-
XYZ54.1937.2169.29-
YUV167.98155.11176.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.97%
GREEN value IS 124 (48.83% from 255) = 21.53%
BLUE value IS 216 (84.77% from 255) = 37.5%
R=40.97%
G=21.53%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612421600.470.080.07310.7174.6770.59
HexEC7CD802F871374b47
Octal354174330057107467113107
Binary111011001111100110110000101111100011110011011110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7CD8; }

 p { color: rgb(236,124,216); }

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

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

 a { background-color: rgb(236,124,216); }

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

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

 span { border-color: rgb(236,124,216); }

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