#E24DE2

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

Shades of Free Speech Magenta #E24DE2

Tints of Free Speech Magenta #E24DE2

Color information

#E24DE2 (or 0xE24DE2) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 4D and E2. RGB value is (226,77,226). Sum of RGB (Red+Green+Blue) = 226+77+226=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 77 (30.47% from 255 or 14.56% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: red, blue. Hex color #E24DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24DE2 is #1DB21D. Grayscale: #8A8A8A. Windows color (decimal): -1946142 or 14831074. OLE color: 14831074.

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

Color convert

RGB22677226-
CMYK00.6600.11
HSL300º71.98%59.41%-
HSV(B)300º65.93%88.63%-
XYZ47.7526.9774.64-
YUV138.54177.36190.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.72%
GREEN value IS 77 (30.47% from 255) = 14.56%
BLUE value IS 226 (88.67% from 255) = 42.72%
R=42.72%
G=14.56%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267722600.6600.1130071.9859.41
HexE24DE20420B12c483b
Octal342115342010201345411073
Binary1110001010011011110001001000010010111001011001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24DE2; }

 p { color: rgb(226,77,226); }

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

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

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

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

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

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

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