Html Css Color HEX #EC55E6 Free Speech Magenta

📋 copy color: '#EC55E6'

red 236 ◦ green 85 ◦ blue 230

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

Shades of Free Speech Magenta #EC55E6

Tints of Free Speech Magenta #EC55E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.74%

R = 42.83%
G = 15.43%
B = 41.74%

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

#EC55E6 (or 0xEC55E6) is known color: Free Speech Magenta. HEX triplet: EC, 55 and E6. RGB value is (236,85,230). Sum of RGB (Red+Green+Blue) = 236+85+230=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 85 (33.59% from 255 or 15.43% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55E6 is #13AA19. Grayscale: #929292. Windows color (decimal): -1288730 or 15095276. OLE color: 15095276.

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

Color convert

RGB 236 85 230 -
CMYK 0 0.64 0.03 0.07
HSL 302.38º 0.8% 0.63% -
HSV(B) 302.38º 0.64% 0.93% -
XYZ 52.12 30.04 77.91 -
YUV 146.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 236 85 230 0 0.64 0.03 0.07 302.38 0.8 0.63
Hex EC 55 E6 0 40 3 7 12E 50 3F
Octal 354 125 346 0 100 3 7 456 120 77
Binary 11101100 1010101 11100110 0 1000000 11 111 100101110 1010000 111111

Color Harmonies of #EC55E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55E6

Black with #EC55E6

Text Example


Text Example

White with #EC55E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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