#EF5AE0

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

Shades of Free Speech Magenta #EF5AE0

Tints of Free Speech Magenta #EF5AE0

Color information

#EF5AE0 (or 0xEF5AE0) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 5A and E0. RGB value is (239,90,224). Sum of RGB (Red+Green+Blue) = 239+90+224=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5AE0 is #10A51F. Grayscale: #959595. Windows color (decimal): -1090848 or 14703343. OLE color: 14703343.

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

Color convert

RGB23990224-
CMYK00.620.060.06
HSL306.04º82.32%64.51%-
HSV(B)306.04º62.34%93.73%-
XYZ52.7131.0473.74-
YUV149.83169.86191.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 90 (35.55% from 255) = 16.27%
BLUE value IS 224 (87.89% from 255) = 40.51%
R=43.22%
G=16.27%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399022400.620.060.06306.0482.3264.51
HexEF5AE003E661325241
Octal35713234007666462122101
Binary11101111101101011100000011111011011010011001010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5AE0; }

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

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

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

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

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

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

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

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