#EF5AE5

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

Shades of Free Speech Magenta #EF5AE5

Tints of Free Speech Magenta #EF5AE5

Color information

#EF5AE5 (or 0xEF5AE5) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 5A and E5. RGB value is (239,90,229). Sum of RGB (Red+Green+Blue) = 239+90+229=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5AE5 is #10A51A. Grayscale: #959595. Windows color (decimal): -1090843 or 15031023. OLE color: 15031023.

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

Color convert

RGB23990229-
CMYK00.620.040.06
HSL304.03º82.32%64.51%-
HSV(B)304.03º62.34%93.73%-
XYZ53.431.3277.36-
YUV150.4172.36191.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 90 (35.55% from 255) = 16.13%
BLUE value IS 229 (89.84% from 255) = 41.04%
R=42.83%
G=16.13%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399022900.620.040.06304.0382.3264.51
HexEF5AE503E461305241
Octal35713234507646460122101
Binary11101111101101011100101011111010011010011000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5AE5; }

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

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

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

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

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

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

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

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