Html Css Color HEX #EC61CC Free Speech Magenta

📋 copy color: '#EC61CC'

red 236 ◦ green 97 ◦ blue 204

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

Shades of Free Speech Magenta #EC61CC

Tints of Free Speech Magenta #EC61CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.06%

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

R = 43.95%
G = 18.06%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC61CC (or 0xEC61CC) is known color: Free Speech Magenta. HEX triplet: EC, 61 and CC. RGB value is (236,97,204). Sum of RGB (Red+Green+Blue) = 236+97+204=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC61CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC61CC is #139E33. Grayscale: #969696. Windows color (decimal): -1285684 or 13394412. OLE color: 13394412.

HSL color Cylindrical-coordinate representation of color #EC61CC: hue angle of 313.81º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC61CC is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 97 204 -
CMYK 0 0.59 0.14 0.07
HSL 313.81º 0.79% 0.65% -
HSV(B) 313.81º 0.59% 0.93% -
XYZ 49.77 30.74 60.44 -
YUV 150.76 158.05 188.8 -
System Red Green Blue C M Y K H S L
Decimal 236 97 204 0 0.59 0.14 0.07 313.81 0.79 0.65
Hex EC 61 CC 0 3B E 7 13A 4F 41
Octal 354 141 314 0 73 16 7 472 117 101
Binary 11101100 1100001 11001100 0 111011 1110 111 100111010 1001111 1000001

Color Harmonies of #EC61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC61CC

Black with #EC61CC

Text Example


Text Example

White with #EC61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC61CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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