Html Css Color HEX #EC55EC Free Speech Magenta

📋 copy color: '#EC55EC'

red 236 ◦ green 85 ◦ blue 236

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

Shades of Free Speech Magenta #EC55EC

Tints of Free Speech Magenta #EC55EC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.26%

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 42.37%
G = 15.26%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC55EC (or 0xEC55EC) is known color: Free Speech Magenta. HEX triplet: EC, 55 and EC. RGB value is (236,85,236). Sum of RGB (Red+Green+Blue) = 236+85+236=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC55EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55EC is #13AA13. Grayscale: #929292. Windows color (decimal): -1288724 or 15488492. OLE color: 15488492.

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

Color convert

RGB 236 85 236 -
CMYK 0 0.64 0 0.07
HSL 300º 0.8% 0.63% -
HSV(B) 300º 0.64% 0.93% -
XYZ 52.98 30.39 82.43 -
YUV 147.36 178.03 191.22 -
System Red Green Blue C M Y K H S L
Decimal 236 85 236 0 0.64 0 0.07 300 0.8 0.63
Hex EC 55 EC 0 40 0 7 12C 50 3F
Octal 354 125 354 0 100 0 7 454 120 77
Binary 11101100 1010101 11101100 0 1000000 0 111 100101100 1010000 111111

Color Harmonies of #EC55EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55EC

Black with #EC55EC

Text Example


Text Example

White with #EC55EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55EC; }

 p { color: rgb(236,85,236); }

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

background-color css

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

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

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

border-color css

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

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

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