#EC7FDE

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

Shades of Pale Magenta #EC7FDE

Tints of Pale Magenta #EC7FDE

Color information

#EC7FDE (or 0xEC7FDE) is unknown color: approx Pale Magenta. HEX triplet: EC, 7F and DE. RGB value is (236,127,222). Sum of RGB (Red+Green+Blue) = 236+127+222=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FDE is #138021. Grayscale: #AAAAAA. Windows color (decimal): -1277986 or 14581740. OLE color: 14581740.

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

Color convert

RGB236127222-
CMYK00.460.060.07
HSL307.71º74.15%71.18%-
HSV(B)307.71º46.19%92.55%-
XYZ55.3738.2973.58-
YUV170.42157.11174.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 127 (50% from 255) = 21.71%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=40.34%
G=21.71%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612722200.460.060.07307.7174.1571.18
HexEC7FDE02E671344a47
Octal35417733605667464112107
Binary11101100111111111011110010111011011110011010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7FDE; }

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

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

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

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

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

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

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

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