#EF4EC5

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

Shades of Free Speech Magenta #EF4EC5

Tints of Free Speech Magenta #EF4EC5

Color information

#EF4EC5 (or 0xEF4EC5) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 4E and C5. RGB value is (239,78,197). Sum of RGB (Red+Green+Blue) = 239+78+197=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4EC5 is #10B13A. Grayscale: #8B8B8B. Windows color (decimal): -1093947 or 12930799. OLE color: 12930799.

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

Color convert

RGB23978197-
CMYK00.670.180.06
HSL315.65º83.42%62.16%-
HSV(B)315.65º67.36%93.73%-
XYZ48.427.8355.64-
YUV139.7160.34198.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.50%
GREEN value IS 78 (30.86% from 255) = 15.18%
BLUE value IS 197 (77.34% from 255) = 38.33%
R=46.50%
G=15.18%
B=38.33%

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
Decimal2397819700.670.180.06315.6583.4262.16
HexEF4EC504312613c533e
Octal357116305010322647412376
Binary1110111110011101100010101000011100101101001111001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4EC5; }

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

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

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

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

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

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

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

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