Html Css Color HEX #EC59CE Free Speech Magenta

📋 copy color: '#EC59CE'

red 236 ◦ green 89 ◦ blue 206

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

Shades of Free Speech Magenta #EC59CE

Tints of Free Speech Magenta #EC59CE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.76%

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

R = 44.44%
G = 16.76%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC59CE (or 0xEC59CE) is known color: Free Speech Magenta. HEX triplet: EC, 59 and CE. RGB value is (236,89,206). Sum of RGB (Red+Green+Blue) = 236+89+206=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59CE is #13A631. Grayscale: #919191. Windows color (decimal): -1287730 or 13523436. OLE color: 13523436.

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

Color convert

RGB 236 89 206 -
CMYK 0 0.62 0.13 0.07
HSL 312.24º 0.79% 0.64% -
HSV(B) 312.24º 0.62% 0.93% -
XYZ 49.31 29.43 61.48 -
YUV 146.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 236 89 206 0 0.62 0.13 0.07 312.24 0.79 0.64
Hex EC 59 CE 0 3E D 7 138 4F 40
Octal 354 131 316 0 76 15 7 470 117 100
Binary 11101100 1011001 11001110 0 111110 1101 111 100111000 1001111 1000000

Color Harmonies of #EC59CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC59CE

Black with #EC59CE

Text Example


Text Example

White with #EC59CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC59CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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