#EF57E5

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

Shades of Free Speech Magenta #EF57E5

Tints of Free Speech Magenta #EF57E5

Color information

#EF57E5 (or 0xEF57E5) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 57 and E5. RGB value is (239,87,229). Sum of RGB (Red+Green+Blue) = 239+87+229=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 87 (34.38% from 255 or 15.68% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57E5 is #10A81A. Grayscale: #949494. Windows color (decimal): -1091611 or 15030255. OLE color: 15030255.

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

Color convert

RGB23987229-
CMYK00.640.040.06
HSL303.95º82.61%63.92%-
HSV(B)303.95º63.6%93.73%-
XYZ53.1530.8277.28-
YUV148.64173.36192.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 87 (34.38% from 255) = 15.68%
BLUE value IS 229 (89.84% from 255) = 41.26%
R=43.06%
G=15.68%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398722900.640.040.06303.9582.6163.92
HexEF57E5040461305340
Octal357127345010046460123100
Binary111011111010111111001010100000010011010011000010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF57E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF57E5; }

 p { color: rgb(239,87,229); }

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

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

 a { background-color: rgb(239,87,229); }

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

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

 span { border-color: rgb(239,87,229); }

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