Html Css Color HEX #EC59CD Free Speech Magenta

📋 copy color: '#EC59CD'

red 236 ◦ green 89 ◦ blue 205

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

Shades of Free Speech Magenta #EC59CD

Tints of Free Speech Magenta #EC59CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 44.53%
G = 16.79%
B = 38.68%

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

#EC59CD (or 0xEC59CD) is known color: Free Speech Magenta. HEX triplet: EC, 59 and CD. RGB value is (236,89,205). Sum of RGB (Red+Green+Blue) = 236+89+205=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59CD is #13A632. Grayscale: #919191. Windows color (decimal): -1287731 or 13457900. OLE color: 13457900.

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

Color convert

RGB 236 89 205 -
CMYK 0 0.62 0.13 0.07
HSL 312.65º 0.79% 0.64% -
HSV(B) 312.65º 0.62% 0.93% -
XYZ 49.18 29.39 60.84 -
YUV 146.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 236 89 205 0 0.62 0.13 0.07 312.65 0.79 0.64
Hex EC 59 CD 0 3E D 7 139 4F 40
Octal 354 131 315 0 76 15 7 471 117 100
Binary 11101100 1011001 11001101 0 111110 1101 111 100111001 1001111 1000000

Color Harmonies of #EC59CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC59CD

Black with #EC59CD

Text Example


Text Example

White with #EC59CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC59CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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