Html Css Color HEX #EC61CA Free Speech Magenta

📋 copy color: '#EC61CA'

red 236 ◦ green 97 ◦ blue 202

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

Shades of Free Speech Magenta #EC61CA

Tints of Free Speech Magenta #EC61CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.76%

R = 44.11%
G = 18.13%
B = 37.76%

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

#EC61CA (or 0xEC61CA) is known color: Free Speech Magenta. HEX triplet: EC, 61 and CA. RGB value is (236,97,202). Sum of RGB (Red+Green+Blue) = 236+97+202=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC61CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC61CA is #139E35. Grayscale: #969696. Windows color (decimal): -1285686 or 13263340. OLE color: 13263340.

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

Color convert

RGB 236 97 202 -
CMYK 0 0.59 0.14 0.07
HSL 314.68º 0.79% 0.65% -
HSV(B) 314.68º 0.59% 0.93% -
XYZ 49.53 30.65 59.18 -
YUV 150.53 157.05 188.96 -
System Red Green Blue C M Y K H S L
Decimal 236 97 202 0 0.59 0.14 0.07 314.68 0.79 0.65
Hex EC 61 CA 0 3B E 7 13B 4F 41
Octal 354 141 312 0 73 16 7 473 117 101
Binary 11101100 1100001 11001010 0 111011 1110 111 100111011 1001111 1000001

Color Harmonies of #EC61CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC61CA

Black with #EC61CA

Text Example


Text Example

White with #EC61CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC61CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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