Html Css Color HEX #EC50EE Free Speech Magenta

📋 copy color: '#EC50EE'

red 236 ◦ green 80 ◦ blue 238

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

Shades of Free Speech Magenta #EC50EE

Tints of Free Speech Magenta #EC50EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 42.6%
G = 14.44%
B = 42.96%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC50EE (or 0xEC50EE) is known color: Free Speech Magenta. HEX triplet: EC, 50 and EE. RGB value is (236,80,238). Sum of RGB (Red+Green+Blue) = 236+80+238=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 80 (31.64% from 255 or 14.44% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC50EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC50EE is #13AF11. Grayscale: #909090. Windows color (decimal): -1290002 or 15618284. OLE color: 15618284.

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

Color convert

RGB 236 80 238 -
CMYK 0.01 0.66 0 0.07
HSL 299.24º 0.82% 0.62% -
HSV(B) 299.24º 0.66% 0.93% -
XYZ 52.89 29.74 83.84 -
YUV 144.66 180.68 193.15 -
System Red Green Blue C M Y K H S L
Decimal 236 80 238 0.01 0.66 0 0.07 299.24 0.82 0.62
Hex EC 50 EE 1 42 0 7 12B 52 3E
Octal 354 120 356 1 102 0 7 453 122 76
Binary 11101100 1010000 11101110 1 1000010 0 111 100101011 1010010 111110

Color Harmonies of #EC50EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50EE

Black with #EC50EE

Text Example


Text Example

White with #EC50EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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