Html Css Color HEX #EC50E1 Free Speech Magenta

📋 copy color: '#EC50E1'

red 236 ◦ green 80 ◦ blue 225

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

Shades of Free Speech Magenta #EC50E1

Tints of Free Speech Magenta #EC50E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.59%

R = 43.62%
G = 14.79%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC50E1 (or 0xEC50E1) is known color: Free Speech Magenta. HEX triplet: EC, 50 and E1. RGB value is (236,80,225). Sum of RGB (Red+Green+Blue) = 236+80+225=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 80 (31.64% from 255 or 14.79% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50E1 is #13AF1E. Grayscale: #8E8E8E. Windows color (decimal): -1290015 or 14766316. OLE color: 14766316.

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

Color convert

RGB 236 80 225 -
CMYK 0 0.66 0.05 0.07
HSL 304.23º 0.8% 0.62% -
HSV(B) 304.23º 0.66% 0.93% -
XYZ 51.05 29.01 74.14 -
YUV 143.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 236 80 225 0 0.66 0.05 0.07 304.23 0.8 0.62
Hex EC 50 E1 0 42 5 7 130 50 3E
Octal 354 120 341 0 102 5 7 460 120 76
Binary 11101100 1010000 11100001 0 1000010 101 111 100110000 1010000 111110

Color Harmonies of #EC50E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50E1

Black with #EC50E1

Text Example


Text Example

White with #EC50E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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