Html Css Color HEX #EC47DA Free Speech Magenta

📋 copy color: '#EC47DA'

red 236 ◦ green 71 ◦ blue 218

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

Shades of Free Speech Magenta #EC47DA

Tints of Free Speech Magenta #EC47DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 44.95%
G = 13.52%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC47DA (or 0xEC47DA) is known color: Free Speech Magenta. HEX triplet: EC, 47 and DA. RGB value is (236,71,218). Sum of RGB (Red+Green+Blue) = 236+71+218=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 71 (28.12% from 255 or 13.52% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47DA is #13B825. Grayscale: #888888. Windows color (decimal): -1292326 or 14305260. OLE color: 14305260.

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

Color convert

RGB 236 71 218 -
CMYK 0 0.70 0.08 0.07
HSL 306.55º 0.81% 0.6% -
HSV(B) 306.55º 0.7% 0.93% -
XYZ 49.5 27.4 69.01 -
YUV 137.09 173.66 198.55 -
System Red Green Blue C M Y K H S L
Decimal 236 71 218 0 0.70 0.08 0.07 306.55 0.81 0.6
Hex EC 47 DA 0 46 8 7 133 51 3C
Octal 354 107 332 0 106 10 7 463 121 74
Binary 11101100 1000111 11011010 0 1000110 1000 111 100110011 1010001 111100

Color Harmonies of #EC47DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47DA

Black with #EC47DA

Text Example


Text Example

White with #EC47DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC47DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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