Html Css Color HEX #EC61CF Free Speech Magenta

📋 copy color: '#EC61CF'

red 236 ◦ green 97 ◦ blue 207

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

Shades of Free Speech Magenta #EC61CF

Tints of Free Speech Magenta #EC61CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.33%

R = 43.7%
G = 17.96%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC61CF (or 0xEC61CF) is known color: Free Speech Magenta. HEX triplet: EC, 61 and CF. RGB value is (236,97,207). Sum of RGB (Red+Green+Blue) = 236+97+207=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC61CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC61CF is #139E30. Grayscale: #969696. Windows color (decimal): -1285681 or 13591020. OLE color: 13591020.

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

Color convert

RGB 236 97 207 -
CMYK 0 0.59 0.12 0.07
HSL 312.52º 0.79% 0.65% -
HSV(B) 312.52º 0.59% 0.93% -
XYZ 50.13 30.89 62.35 -
YUV 151.1 159.55 188.56 -
System Red Green Blue C M Y K H S L
Decimal 236 97 207 0 0.59 0.12 0.07 312.52 0.79 0.65
Hex EC 61 CF 0 3B C 7 139 4F 41
Octal 354 141 317 0 73 14 7 471 117 101
Binary 11101100 1100001 11001111 0 111011 1100 111 100111001 1001111 1000001

Color Harmonies of #EC61CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC61CF

Black with #EC61CF

Text Example


Text Example

White with #EC61CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC61CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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