Html Css Color HEX #EC47D6 Free Speech Magenta

📋 copy color: '#EC47D6'

red 236 ◦ green 71 ◦ blue 214

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

Shades of Free Speech Magenta #EC47D6

Tints of Free Speech Magenta #EC47D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.07%

R = 45.3%
G = 13.63%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC47D6 (or 0xEC47D6) is known color: Free Speech Magenta. HEX triplet: EC, 47 and D6. RGB value is (236,71,214). Sum of RGB (Red+Green+Blue) = 236+71+214=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47D6 is #13B829. Grayscale: #888888. Windows color (decimal): -1292330 or 14043116. OLE color: 14043116.

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

Color convert

RGB 236 71 214 -
CMYK 0 0.70 0.09 0.07
HSL 308º 0.81% 0.6% -
HSV(B) 308º 0.7% 0.93% -
XYZ 48.98 27.19 66.29 -
YUV 136.64 171.66 198.87 -
System Red Green Blue C M Y K H S L
Decimal 236 71 214 0 0.70 0.09 0.07 308 0.81 0.6
Hex EC 47 D6 0 46 9 7 134 51 3C
Octal 354 107 326 0 106 11 7 464 121 74
Binary 11101100 1000111 11010110 0 1000110 1001 111 100110100 1010001 111100

Color Harmonies of #EC47D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47D6

Black with #EC47D6

Text Example


Text Example

White with #EC47D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC47D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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