#EC5FCA

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

Shades of Free Speech Magenta #EC5FCA

Tints of Free Speech Magenta #EC5FCA

Color information

#EC5FCA (or 0xEC5FCA) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 5F and CA. RGB value is (236,95,202). Sum of RGB (Red+Green+Blue) = 236+95+202=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FCA is #13A035. Grayscale: #959595. Windows color (decimal): -1286198 or 13262828. OLE color: 13262828.

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

Color convert

RGB23695202-
CMYK00.600.140.07
HSL314.47º78.77%64.9%-
HSV(B)314.47º59.75%92.55%-
XYZ49.3430.2859.12-
YUV149.36157.71189.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.28%
GREEN value IS 95 (37.5% from 255) = 17.82%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=44.28%
G=17.82%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369520200.600.140.07314.4778.7764.9
HexEC5FCA03CE713a4f41
Octal354137312074167472117101
Binary111011001011111110010100111100111011110011101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5FCA; }

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

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

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

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

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

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

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

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