Html Css Color HEX #EC47D1 Free Speech Magenta

📋 copy color: '#EC47D1'

red 236 ◦ green 71 ◦ blue 209

#EC47D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #EC47D1

Tints of Free Speech Magenta #EC47D1

RGB

 RED value IS 236 (92.58% from 255) = 45.74%

 GREEN value IS 71 (28.13% from 255) = 13.76%

 BLUE value IS 209 (82.03% from 255) = 40.5%

R = 45.74%
G = 13.76%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC47D1 (or 0xEC47D1) is known color: 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

RGB 236 71 209 -
CMYK 0 0.70 0.11 0.07
HSL 309.82º 0.81% 0.6% -
HSV(B) 309.82º 0.7% 0.93% -
XYZ 48.35 26.94 62.97 -
YUV 136.07 169.16 199.28 -
System Red Green Blue C M Y K H S L
Decimal 236 71 209 0 0.70 0.11 0.07 309.82 0.81 0.6
Hex EC 47 D1 0 46 B 7 136 51 3C
Octal 354 107 321 0 106 13 7 466 121 74
Binary 11101100 1000111 11010001 0 1000110 1011 111 100110110 1010001 111100

Color Harmonies of #EC47D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47D1

Black with #EC47D1

Text Example


Text Example

White with #EC47D1

Text Example


Text Example

HTML Codes & Css Web 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>