#E24EF1

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

Shades of Free Speech Magenta #E24EF1

Tints of Free Speech Magenta #E24EF1

Color information

#E24EF1 (or 0xE24EF1) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 4E and F1. RGB value is (226,78,241). Sum of RGB (Red+Green+Blue) = 226+78+241=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 78 (30.86% from 255 or 14.31% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #E24EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E24EF1 is #1DB10E. Grayscale: #8C8C8C. Windows color (decimal): -1945871 or 15814370. OLE color: 15814370.

HSL color Cylindrical-coordinate representation of color #E24EF1: hue angle of 294.48º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E24EF1 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22678241-
CMYK0.060.6800.05
HSL294.48º85.34%62.55%-
HSV(B)294.48º67.63%94.51%-
XYZ49.9727.9785.98-
YUV140.83184.53188.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.47%
GREEN value IS 78 (30.86% from 255) = 14.31%
BLUE value IS 241 (94.53% from 255) = 44.22%
R=41.47%
G=14.31%
B=44.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal226782410.060.6800.05294.4885.3462.55
HexE24EF164405126553f
Octal34211636161040544612577
Binary11100010100111011110001110100010001011001001101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24EF1; }

 p { color: rgb(226,78,241); }

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

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

 a { background-color: rgb(226,78,241); }

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

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

 span { border-color: rgb(226,78,241); }

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