#E24FE0

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

Shades of Free Speech Magenta #E24FE0

Tints of Free Speech Magenta #E24FE0

Color information

#E24FE0 (or 0xE24FE0) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 4F and E0. RGB value is (226,79,224). Sum of RGB (Red+Green+Blue) = 226+79+224=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 79 (31.25% from 255 or 14.93% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E24FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24FE0 is #1DB01F. Grayscale: #8B8B8B. Windows color (decimal): -1945632 or 14700514. OLE color: 14700514.

HSL color Cylindrical-coordinate representation of color #E24FE0: hue angle of 300.82º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24FE0 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB22679224-
CMYK00.650.010.11
HSL300.82º71.71%59.8%-
HSV(B)300.82º65.04%88.63%-
XYZ47.6127.1473.25-
YUV139.48175.7189.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.72%
GREEN value IS 79 (31.25% from 255) = 14.93%
BLUE value IS 224 (87.89% from 255) = 42.34%
R=42.72%
G=14.93%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267922400.650.010.11300.8271.7159.8
HexE24FE00411B12d483c
Octal342117340010111345511074
Binary1110001010011111110000001000001110111001011011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24FE0; }

 p { color: rgb(226,79,224); }

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

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

 a { background-color: rgb(226,79,224); }

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

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

 span { border-color: rgb(226,79,224); }

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