Html Css Color HEX #EC55E5 Free Speech Magenta

📋 copy color: '#EC55E5'

red 236 ◦ green 85 ◦ blue 229

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

Shades of Free Speech Magenta #EC55E5

Tints of Free Speech Magenta #EC55E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 42.91%
G = 15.45%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC55E5 (or 0xEC55E5) is known color: Free Speech Magenta. HEX triplet: EC, 55 and E5. RGB value is (236,85,229). Sum of RGB (Red+Green+Blue) = 236+85+229=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 85 (33.59% from 255 or 15.45% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55E5 is #13AA1A. Grayscale: #929292. Windows color (decimal): -1288731 or 15029740. OLE color: 15029740.

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

Color convert

RGB 236 85 229 -
CMYK 0 0.64 0.03 0.07
HSL 302.78º 0.8% 0.63% -
HSV(B) 302.78º 0.64% 0.93% -
XYZ 51.98 29.99 77.18 -
YUV 146.57 174.53 191.79 -
System Red Green Blue C M Y K H S L
Decimal 236 85 229 0 0.64 0.03 0.07 302.78 0.8 0.63
Hex EC 55 E5 0 40 3 7 12F 50 3F
Octal 354 125 345 0 100 3 7 457 120 77
Binary 11101100 1010101 11100101 0 1000000 11 111 100101111 1010000 111111

Color Harmonies of #EC55E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55E5

Black with #EC55E5

Text Example


Text Example

White with #EC55E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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