#EC5FC9

Color #EC5FC9 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EC5FC9

Tints of Free Speech Magenta #EC5FC9

Color information

#EC5FC9 (or 0xEC5FC9) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 5F and C9. RGB value is (236,95,201). Sum of RGB (Red+Green+Blue) = 236+95+201=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FC9 is #13A036. Grayscale: #949494. Windows color (decimal): -1286199 or 13197292. OLE color: 13197292.

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

Color convert

RGB23695201-
CMYK00.600.150.07
HSL314.89º78.77%64.9%-
HSV(B)314.89º59.75%92.55%-
XYZ49.2330.2358.5-
YUV149.24157.21189.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.36%
GREEN value IS 95 (37.5% from 255) = 17.86%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=44.36%
G=17.86%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369520100.600.150.07314.8978.7764.9
HexEC5FC903CF713b4f41
Octal354137311074177473117101
Binary111011001011111110010010111100111111110011101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5FC9; }

 p { color: rgb(236,95,201); }

 H1.HeaderClassName
 {
   color: #EC5FC9;
 }
 .AnyTagClassName
 {
   color: #EC5FC9;
 }
</style>
background-color css

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

 a { background-color: rgb(236,95,201); }

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

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

 span { border-color: rgb(236,95,201); }

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