Html Css Color HEX #EC47DD Free Speech Magenta

📋 copy color: '#EC47DD'

red 236 ◦ green 71 ◦ blue 221

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

Shades of Free Speech Magenta #EC47DD

Tints of Free Speech Magenta #EC47DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 44.7%
G = 13.45%
B = 41.86%

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

#EC47DD (or 0xEC47DD) is known color: Free Speech Magenta. HEX triplet: EC, 47 and DD. RGB value is (236,71,221). Sum of RGB (Red+Green+Blue) = 236+71+221=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 71 (28.12% from 255 or 13.45% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47DD is #13B822. Grayscale: #898989. Windows color (decimal): -1292323 or 14501868. OLE color: 14501868.

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

Color convert

RGB 236 71 221 -
CMYK 0 0.70 0.06 0.07
HSL 305.45º 0.81% 0.6% -
HSV(B) 305.45º 0.7% 0.93% -
XYZ 49.9 27.56 71.1 -
YUV 137.44 175.16 198.3 -
System Red Green Blue C M Y K H S L
Decimal 236 71 221 0 0.70 0.06 0.07 305.45 0.81 0.6
Hex EC 47 DD 0 46 6 7 131 51 3C
Octal 354 107 335 0 106 6 7 461 121 74
Binary 11101100 1000111 11011101 0 1000110 110 111 100110001 1010001 111100

Color Harmonies of #EC47DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47DD

Black with #EC47DD

Text Example


Text Example

White with #EC47DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC47DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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