Html Css Color HEX #EC47DF Free Speech Magenta

📋 copy color: '#EC47DF'

red 236 ◦ green 71 ◦ blue 223

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

Shades of Free Speech Magenta #EC47DF

Tints of Free Speech Magenta #EC47DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 44.53%
G = 13.4%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC47DF (or 0xEC47DF) is known color: Free Speech Magenta. HEX triplet: EC, 47 and DF. RGB value is (236,71,223). Sum of RGB (Red+Green+Blue) = 236+71+223=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 71 (28.12% from 255 or 13.40% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47DF is #13B820. Grayscale: #898989. Windows color (decimal): -1292321 or 14632940. OLE color: 14632940.

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

Color convert

RGB 236 71 223 -
CMYK 0 0.70 0.06 0.07
HSL 304.73º 0.81% 0.6% -
HSV(B) 304.73º 0.7% 0.93% -
XYZ 50.16 27.67 72.51 -
YUV 137.66 176.16 198.14 -
System Red Green Blue C M Y K H S L
Decimal 236 71 223 0 0.70 0.06 0.07 304.73 0.81 0.6
Hex EC 47 DF 0 46 6 7 131 51 3C
Octal 354 107 337 0 106 6 7 461 121 74
Binary 11101100 1000111 11011111 0 1000110 110 111 100110001 1010001 111100

Color Harmonies of #EC47DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47DF

Black with #EC47DF

Text Example


Text Example

White with #EC47DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC47DF; }

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

 H1.HeaderClassName
 {
   color: #EC47DF;
 }
 .AnyTagClassName
 {
   color: #EC47DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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