#EF5AE4

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

Shades of Free Speech Magenta #EF5AE4

Tints of Free Speech Magenta #EF5AE4

Color information

#EF5AE4 (or 0xEF5AE4) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 5A and E4. RGB value is (239,90,228). Sum of RGB (Red+Green+Blue) = 239+90+228=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 90 (35.55% from 255 or 16.16% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5AE4 is #10A51B. Grayscale: #959595. Windows color (decimal): -1090844 or 14965487. OLE color: 14965487.

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

Color convert

RGB23990228-
CMYK00.620.050.06
HSL304.43º82.32%64.51%-
HSV(B)304.43º62.34%93.73%-
XYZ53.2631.2676.63-
YUV150.28171.86191.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 90 (35.55% from 255) = 16.16%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=42.91%
G=16.16%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399022800.620.050.06304.4382.3264.51
HexEF5AE403E561305241
Octal35713234407656460122101
Binary11101111101101011100100011111010111010011000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5AE4; }

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

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

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

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

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

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

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

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