#EF4FE0

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

Shades of Free Speech Magenta #EF4FE0

Tints of Free Speech Magenta #EF4FE0

Color information

#EF4FE0 (or 0xEF4FE0) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 4F and E0. RGB value is (239,79,224). Sum of RGB (Red+Green+Blue) = 239+79+224=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 79 (31.25% from 255 or 14.58% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4FE0 is #10B01F. Grayscale: #8E8E8E. Windows color (decimal): -1093664 or 14700527. OLE color: 14700527.

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

Color convert

RGB23979224-
CMYK00.670.060.06
HSL305.62º83.33%62.35%-
HSV(B)305.62º66.95%93.73%-
XYZ51.8529.3273.45-
YUV143.37173.51196.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.10%
GREEN value IS 79 (31.25% from 255) = 14.58%
BLUE value IS 224 (87.89% from 255) = 41.33%
R=44.10%
G=14.58%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397922400.670.060.06305.6283.3362.35
HexEF4FE004366132533e
Octal35711734001036646212376
Binary11101111100111111100000010000111101101001100101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4FE0; }

 p { color: rgb(239,79,224); }

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

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

 a { background-color: rgb(239,79,224); }

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

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

 span { border-color: rgb(239,79,224); }

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