Html Css Color HEX #EC58DC Free Speech Magenta

📋 copy color: '#EC58DC'

red 236 ◦ green 88 ◦ blue 220

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

Shades of Free Speech Magenta #EC58DC

Tints of Free Speech Magenta #EC58DC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.18%

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 43.38%
G = 16.18%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC58DC (or 0xEC58DC) is known color: Free Speech Magenta. HEX triplet: EC, 58 and DC. RGB value is (236,88,220). Sum of RGB (Red+Green+Blue) = 236+88+220=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 88 (34.77% from 255 or 16.18% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58DC is #13A723. Grayscale: #929292. Windows color (decimal): -1287972 or 14440684. OLE color: 14440684.

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

Color convert

RGB 236 88 220 -
CMYK 0 0.63 0.07 0.07
HSL 306.49º 0.8% 0.64% -
HSV(B) 306.49º 0.63% 0.93% -
XYZ 51 29.98 70.81 -
YUV 147.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 236 88 220 0 0.63 0.07 0.07 306.49 0.8 0.64
Hex EC 58 DC 0 3F 7 7 132 50 40
Octal 354 130 334 0 77 7 7 462 120 100
Binary 11101100 1011000 11011100 0 111111 111 111 100110010 1010000 1000000

Color Harmonies of #EC58DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58DC

Black with #EC58DC

Text Example


Text Example

White with #EC58DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58DC; }

 p { color: rgb(236,88,220); }

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

background-color css

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

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

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

border-color css

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

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

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