#EC7DDF

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

Shades of Pale Magenta #EC7DDF

Tints of Pale Magenta #EC7DDF

Color information

#EC7DDF (or 0xEC7DDF) is unknown color: approx Pale Magenta. HEX triplet: EC, 7D and DF. RGB value is (236,125,223). Sum of RGB (Red+Green+Blue) = 236+125+223=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DDF is #138220. Grayscale: #A9A9A9. Windows color (decimal): -1278497 or 14646764. OLE color: 14646764.

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

Color convert

RGB236125223-
CMYK00.470.060.07
HSL307.03º74.5%70.78%-
HSV(B)307.03º47.03%92.55%-
XYZ55.2437.8374.2-
YUV169.36158.27175.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.41%
GREEN value IS 125 (49.22% from 255) = 21.40%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=40.41%
G=21.40%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612522300.470.060.07307.0374.570.78
HexEC7DDF02F671334a47
Octal35417533705767463112107
Binary11101100111110111011111010111111011110011001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7DDF; }

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

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

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

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

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

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

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

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