Html Css Color HEX #EC59D9 Free Speech Magenta

📋 copy color: '#EC59D9'

red 236 ◦ green 89 ◦ blue 217

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

Shades of Free Speech Magenta #EC59D9

Tints of Free Speech Magenta #EC59D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.04%

R = 43.54%
G = 16.42%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC59D9 (or 0xEC59D9) is known color: Free Speech Magenta. HEX triplet: EC, 59 and D9. RGB value is (236,89,217). Sum of RGB (Red+Green+Blue) = 236+89+217=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 89 (35.16% from 255 or 16.42% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59D9 is #13A626. Grayscale: #939393. Windows color (decimal): -1287719 or 14244332. OLE color: 14244332.

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

Color convert

RGB 236 89 217 -
CMYK 0 0.62 0.08 0.07
HSL 307.76º 0.79% 0.64% -
HSV(B) 307.76º 0.62% 0.93% -
XYZ 50.69 29.99 68.76 -
YUV 147.55 167.2 191.09 -
System Red Green Blue C M Y K H S L
Decimal 236 89 217 0 0.62 0.08 0.07 307.76 0.79 0.64
Hex EC 59 D9 0 3E 8 7 134 4F 40
Octal 354 131 331 0 76 10 7 464 117 100
Binary 11101100 1011001 11011001 0 111110 1000 111 100110100 1001111 1000000

Color Harmonies of #EC59D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC59D9

Black with #EC59D9

Text Example


Text Example

White with #EC59D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC59D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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