#EC7DE0

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

Shades of Pale Magenta #EC7DE0

Tints of Pale Magenta #EC7DE0

Color information

#EC7DE0 (or 0xEC7DE0) is unknown color: approx Pale Magenta. HEX triplet: EC, 7D and E0. RGB value is (236,125,224). Sum of RGB (Red+Green+Blue) = 236+125+224=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DE0 is #13821F. Grayscale: #A9A9A9. Windows color (decimal): -1278496 or 14712300. OLE color: 14712300.

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

Color convert

RGB236125224-
CMYK00.470.050.07
HSL306.49º74.5%70.78%-
HSV(B)306.49º47.03%92.55%-
XYZ55.3837.8874.91-
YUV169.48158.77175.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 125 (49.22% from 255) = 21.37%
BLUE value IS 224 (87.89% from 255) = 38.29%
R=40.34%
G=21.37%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612522400.470.050.07306.4974.570.78
HexEC7DE002F571324a47
Octal35417534005757462112107
Binary11101100111110111100000010111110111110011001010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7DE0; }

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

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

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

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

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

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

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

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