#EC7DDC

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

Shades of Pale Magenta #EC7DDC

Tints of Pale Magenta #EC7DDC

Color information

#EC7DDC (or 0xEC7DDC) is unknown color: approx Pale Magenta. HEX triplet: EC, 7D and DC. RGB value is (236,125,220). Sum of RGB (Red+Green+Blue) = 236+125+220=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DDC is #138223. Grayscale: #A8A8A8. Windows color (decimal): -1278500 or 14450156. OLE color: 14450156.

HSL color Cylindrical-coordinate representation of color #EC7DDC: hue angle of 308.65º degrees, saturation: 0.74, 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 #EC7DDC is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236125220-
CMYK00.470.070.07
HSL308.65º74.5%70.78%-
HSV(B)308.65º47.03%92.55%-
XYZ54.8437.6772.09-
YUV169.02156.77175.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 125 (49.22% from 255) = 21.51%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=40.62%
G=21.51%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612522000.470.070.07308.6574.570.78
HexEC7DDC02F771354a47
Octal35417533405777465112107
Binary11101100111110111011100010111111111110011010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7DDC; }

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

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

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

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

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

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

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

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