Html Css Color HEX #EC58CE Free Speech Magenta

📋 copy color: '#EC58CE'

red 236 ◦ green 88 ◦ blue 206

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

Shades of Free Speech Magenta #EC58CE

Tints of Free Speech Magenta #EC58CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 44.53%
G = 16.6%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC58CE (or 0xEC58CE) is known color: Free Speech Magenta. HEX triplet: EC, 58 and CE. RGB value is (236,88,206). Sum of RGB (Red+Green+Blue) = 236+88+206=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58CE is #13A731. Grayscale: #919191. Windows color (decimal): -1287986 or 13523180. OLE color: 13523180.

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

Color convert

RGB 236 88 206 -
CMYK 0 0.63 0.13 0.07
HSL 312.16º 0.8% 0.64% -
HSV(B) 312.16º 0.63% 0.93% -
XYZ 49.22 29.27 61.45 -
YUV 145.7 162.03 192.41 -
System Red Green Blue C M Y K H S L
Decimal 236 88 206 0 0.63 0.13 0.07 312.16 0.8 0.64
Hex EC 58 CE 0 3F D 7 138 50 40
Octal 354 130 316 0 77 15 7 470 120 100
Binary 11101100 1011000 11001110 0 111111 1101 111 100111000 1010000 1000000

Color Harmonies of #EC58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58CE

Black with #EC58CE

Text Example


Text Example

White with #EC58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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