Html Css Color HEX #EC59CC Free Speech Magenta

📋 copy color: '#EC59CC'

red 236 ◦ green 89 ◦ blue 204

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

Shades of Free Speech Magenta #EC59CC

Tints of Free Speech Magenta #EC59CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.56%

R = 44.61%
G = 16.82%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC59CC (or 0xEC59CC) is known color: Free Speech Magenta. HEX triplet: EC, 59 and CC. RGB value is (236,89,204). Sum of RGB (Red+Green+Blue) = 236+89+204=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59CC is #13A633. Grayscale: #919191. Windows color (decimal): -1287732 or 13392364. OLE color: 13392364.

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

Color convert

RGB 236 89 204 -
CMYK 0 0.62 0.14 0.07
HSL 313.06º 0.79% 0.64% -
HSV(B) 313.06º 0.62% 0.93% -
XYZ 49.06 29.34 60.2 -
YUV 146.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 236 89 204 0 0.62 0.14 0.07 313.06 0.79 0.64
Hex EC 59 CC 0 3E E 7 139 4F 40
Octal 354 131 314 0 76 16 7 471 117 100
Binary 11101100 1011001 11001100 0 111110 1110 111 100111001 1001111 1000000

Color Harmonies of #EC59CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC59CC

Black with #EC59CC

Text Example


Text Example

White with #EC59CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC59CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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