#E24AF9

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

Shades of Free Speech Magenta #E24AF9

Tints of Free Speech Magenta #E24AF9

Color information

#E24AF9 (or 0xE24AF9) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 4A and F9. RGB value is (226,74,249). Sum of RGB (Red+Green+Blue) = 226+74+249=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 74 (29.30% from 255 or 13.48% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #E24AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E24AF9 is #1DB506. Grayscale: #8A8A8A. Windows color (decimal): -1946887 or 16337634. OLE color: 16337634.

HSL color Cylindrical-coordinate representation of color #E24AF9: hue angle of 292.11º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E24AF9 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22674249-
CMYK0.090.7000.02
HSL292.11º93.58%63.33%-
HSV(B)292.11º70.28%97.65%-
XYZ50.9127.9192.33-
YUV139.4189.86189.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.17%
GREEN value IS 74 (29.30% from 255) = 13.48%
BLUE value IS 249 (97.66% from 255) = 45.36%
R=41.17%
G=13.48%
B=45.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal226742490.090.7000.02292.1193.5863.33
HexE24AF9946021245e3f
Octal342112371111060244413677
Binary11100010100101011111001100110001100101001001001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24AF9; }

 p { color: rgb(226,74,249); }

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

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

 a { background-color: rgb(226,74,249); }

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

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

 span { border-color: rgb(226,74,249); }

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