#EF5AEA

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

Shades of Free Speech Magenta #EF5AEA

Tints of Free Speech Magenta #EF5AEA

Color information

#EF5AEA (or 0xEF5AEA) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 5A and EA. RGB value is (239,90,234). Sum of RGB (Red+Green+Blue) = 239+90+234=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 90 (35.55% from 255 or 15.99% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5AEA is #10A515. Grayscale: #969696. Windows color (decimal): -1090838 or 15358703. OLE color: 15358703.

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

Color convert

RGB23990234-
CMYK00.620.020.06
HSL302.01º82.32%64.51%-
HSV(B)302.01º62.34%93.73%-
XYZ54.131.681.09-
YUV150.97174.86190.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 90 (35.55% from 255) = 15.99%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=42.45%
G=15.99%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399023400.620.020.06302.0182.3264.51
HexEF5AEA03E2612e5241
Octal35713235207626456122101
Binary1110111110110101110101001111101011010010111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5AEA; }

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

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

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

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

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

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

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

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