Html Css Color HEX #EC59DD Free Speech Magenta

📋 copy color: '#EC59DD'

red 236 ◦ green 89 ◦ blue 221

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

Shades of Free Speech Magenta #EC59DD

Tints of Free Speech Magenta #EC59DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 43.22%
G = 16.3%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC59DD (or 0xEC59DD) is known color: Free Speech Magenta. HEX triplet: EC, 59 and DD. RGB value is (236,89,221). Sum of RGB (Red+Green+Blue) = 236+89+221=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 89 (35.16% from 255 or 16.30% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59DD is #13A622. Grayscale: #939393. Windows color (decimal): -1287715 or 14506476. OLE color: 14506476.

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

Color convert

RGB 236 89 221 -
CMYK 0 0.62 0.06 0.07
HSL 306.12º 0.79% 0.64% -
HSV(B) 306.12º 0.62% 0.93% -
XYZ 51.22 30.2 71.54 -
YUV 148 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 236 89 221 0 0.62 0.06 0.07 306.12 0.79 0.64
Hex EC 59 DD 0 3E 6 7 132 4F 40
Octal 354 131 335 0 76 6 7 462 117 100
Binary 11101100 1011001 11011101 0 111110 110 111 100110010 1001111 1000000

Color Harmonies of #EC59DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC59DD

Black with #EC59DD

Text Example


Text Example

White with #EC59DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC59DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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