#EF50C5

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

Shades of Free Speech Magenta #EF50C5

Tints of Free Speech Magenta #EF50C5

Color information

#EF50C5 (or 0xEF50C5) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 50 and C5. RGB value is (239,80,197). Sum of RGB (Red+Green+Blue) = 239+80+197=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50C5 is #10AF3A. Grayscale: #8C8C8C. Windows color (decimal): -1093435 or 12931311. OLE color: 12931311.

HSL color Cylindrical-coordinate representation of color #EF50C5: hue angle of 315.85º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF50C5 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB23980197-
CMYK00.670.180.06
HSL315.85º83.25%62.55%-
HSV(B)315.85º66.53%93.73%-
XYZ48.5428.1255.69-
YUV140.88159.68197.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.32%
GREEN value IS 80 (31.64% from 255) = 15.50%
BLUE value IS 197 (77.34% from 255) = 38.18%
R=46.32%
G=15.50%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398019700.670.180.06315.8583.2562.55
HexEF50C504312613c533f
Octal357120305010322647412377
Binary1110111110100001100010101000011100101101001111001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF50C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF50C5; }

 p { color: rgb(239,80,197); }

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

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

 a { background-color: rgb(239,80,197); }

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

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

 span { border-color: rgb(239,80,197); }

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