Html Css Color HEX #EC55EE Free Speech Magenta

📋 copy color: '#EC55EE'

red 236 ◦ green 85 ◦ blue 238

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

Shades of Free Speech Magenta #EC55EE

Tints of Free Speech Magenta #EC55EE

RGB

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

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

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

R = 42.22%
G = 15.21%
B = 42.58%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC55EE (or 0xEC55EE) is known color: Free Speech Magenta. HEX triplet: EC, 55 and EE. RGB value is (236,85,238). Sum of RGB (Red+Green+Blue) = 236+85+238=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 85 (33.59% from 255 or 15.21% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC55EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55EE is #13AA11. Grayscale: #939393. Windows color (decimal): -1288722 or 15619564. OLE color: 15619564.

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

Color convert

RGB 236 85 238 -
CMYK 0.01 0.64 0 0.07
HSL 299.22º 0.82% 0.63% -
HSV(B) 299.22º 0.64% 0.93% -
XYZ 53.27 30.5 83.97 -
YUV 147.59 179.03 191.06 -
System Red Green Blue C M Y K H S L
Decimal 236 85 238 0.01 0.64 0 0.07 299.22 0.82 0.63
Hex EC 55 EE 1 40 0 7 12B 52 3F
Octal 354 125 356 1 100 0 7 453 122 77
Binary 11101100 1010101 11101110 1 1000000 0 111 100101011 1010010 111111

Color Harmonies of #EC55EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55EE

Black with #EC55EE

Text Example


Text Example

White with #EC55EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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