#EC7FD2

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

Shades of Pale Magenta #EC7FD2

Tints of Pale Magenta #EC7FD2

Color information

#EC7FD2 (or 0xEC7FD2) is unknown color: approx Pale Magenta. HEX triplet: EC, 7F and D2. RGB value is (236,127,210). Sum of RGB (Red+Green+Blue) = 236+127+210=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FD2 is #13802D. Grayscale: #A8A8A8. Windows color (decimal): -1277998 or 13795308. OLE color: 13795308.

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

Color convert

RGB236127210-
CMYK00.460.110.07
HSL314.31º74.15%71.18%-
HSV(B)314.31º46.19%92.55%-
XYZ53.8137.6665.41-
YUV169.05151.11175.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 127 (50% from 255) = 22.16%
BLUE value IS 210 (82.42% from 255) = 36.65%
R=41.19%
G=22.16%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612721000.460.110.07314.3174.1571.18
HexEC7FD202EB713a4a47
Octal354177322056137472112107
Binary111011001111111110100100101110101111110011101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7FD2; }

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

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

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

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

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

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

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

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