Html Css Color HEX #EC50C9 Free Speech Magenta

📋 copy color: '#EC50C9'

red 236 ◦ green 80 ◦ blue 201

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

Shades of Free Speech Magenta #EC50C9

Tints of Free Speech Magenta #EC50C9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.47%

 BLUE value IS 201 (78.91% from 255) = 38.88%

R = 45.65%
G = 15.47%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EC50C9 (or 0xEC50C9) is known color: Free Speech Magenta. HEX triplet: EC, 50 and C9. RGB value is (236,80,201). Sum of RGB (Red+Green+Blue) = 236+80+201=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50C9 is #13AF36. Grayscale: #8C8C8C. Windows color (decimal): -1290039 or 13193452. OLE color: 13193452.

HSL color Cylindrical-coordinate representation of color #EC50C9: hue angle of 313.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC50C9 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 80 201 -
CMYK 0 0.66 0.15 0.07
HSL 313.46º 0.8% 0.62% -
HSV(B) 313.46º 0.66% 0.93% -
XYZ 48 27.79 58.09 -
YUV 140.44 162.18 196.16 -
System Red Green Blue C M Y K H S L
Decimal 236 80 201 0 0.66 0.15 0.07 313.46 0.8 0.62
Hex EC 50 C9 0 42 F 7 139 50 3E
Octal 354 120 311 0 102 17 7 471 120 76
Binary 11101100 1010000 11001001 0 1000010 1111 111 100111001 1010000 111110

Color Harmonies of #EC50C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50C9

Black with #EC50C9

Text Example


Text Example

White with #EC50C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50C9; }

 p { color: rgb(236,80,201); }

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

background-color css

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

 a { background-color: rgb(236,80,201); }

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

border-color css

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

 span { border-color: rgb(236,80,201); }

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