#EF50C4

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

Shades of Free Speech Magenta #EF50C4

Tints of Free Speech Magenta #EF50C4

Color information

#EF50C4 (or 0xEF50C4) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 50 and C4. RGB value is (239,80,196). Sum of RGB (Red+Green+Blue) = 239+80+196=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50C4 is #10AF3B. Grayscale: #8C8C8C. Windows color (decimal): -1093436 or 12865775. OLE color: 12865775.

HSL color Cylindrical-coordinate representation of color #EF50C4: hue angle of 316.23º 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 #EF50C4 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB23980196-
CMYK00.670.180.06
HSL316.23º83.25%62.55%-
HSV(B)316.23º66.53%93.73%-
XYZ48.4328.0755.09-
YUV140.76159.18198.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 80 (31.64% from 255) = 15.53%
BLUE value IS 196 (76.95% from 255) = 38.06%
R=46.41%
G=15.53%
B=38.06%

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
Decimal2398019600.670.180.06316.2383.2562.55
HexEF50C404312613c533f
Octal357120304010322647412377
Binary1110111110100001100010001000011100101101001111001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF50C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF50C4; }

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

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

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

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

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

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

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

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