#EC47D1

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

Shades of Free Speech Magenta #EC47D1

Tints of Free Speech Magenta #EC47D1

Color information

#EC47D1 (or 0xEC47D1) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 47 and D1. RGB value is (236,71,209). Sum of RGB (Red+Green+Blue) = 236+71+209=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47D1 is #13B82E. Grayscale: #878787. Windows color (decimal): -1292335 or 13715436. OLE color: 13715436.

HSL color Cylindrical-coordinate representation of color #EC47D1: hue angle of 309.82º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC47D1 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB23671209-
CMYK00.700.110.07
HSL309.82º81.28%60.2%-
HSV(B)309.82º69.92%92.55%-
XYZ48.3526.9462.97-
YUV136.07169.16199.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.74%
GREEN value IS 71 (28.12% from 255) = 13.76%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=45.74%
G=13.76%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367120900.700.110.07309.8281.2860.2
HexEC47D1046B7136513c
Octal354107321010613746612174
Binary111011001000111110100010100011010111111001101101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC47D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC47D1; }

 p { color: rgb(236,71,209); }

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

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

 a { background-color: rgb(236,71,209); }

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

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

 span { border-color: rgb(236,71,209); }

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