Html Css Color HEX #EC59D1 Free Speech Magenta

📋 copy color: '#EC59D1'

red 236 ◦ green 89 ◦ blue 209

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

Shades of Free Speech Magenta #EC59D1

Tints of Free Speech Magenta #EC59D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.14%

R = 44.19%
G = 16.67%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC59D1 (or 0xEC59D1) is known color: Free Speech Magenta. HEX triplet: EC, 59 and D1. RGB value is (236,89,209). Sum of RGB (Red+Green+Blue) = 236+89+209=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59D1 is #13A62E. Grayscale: #929292. Windows color (decimal): -1287727 or 13720044. OLE color: 13720044.

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

Color convert

RGB 236 89 209 -
CMYK 0 0.62 0.11 0.07
HSL 311.02º 0.79% 0.64% -
HSV(B) 311.02º 0.62% 0.93% -
XYZ 49.67 29.58 63.41 -
YUV 146.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 236 89 209 0 0.62 0.11 0.07 311.02 0.79 0.64
Hex EC 59 D1 0 3E B 7 137 4F 40
Octal 354 131 321 0 76 13 7 467 117 100
Binary 11101100 1011001 11010001 0 111110 1011 111 100110111 1001111 1000000

Color Harmonies of #EC59D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC59D1

Black with #EC59D1

Text Example


Text Example

White with #EC59D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC59D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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