#E24DE4

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

Shades of Free Speech Magenta #E24DE4

Tints of Free Speech Magenta #E24DE4

Color information

#E24DE4 (or 0xE24DE4) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 4D and E4. RGB value is (226,77,228). Sum of RGB (Red+Green+Blue) = 226+77+228=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 77 (30.47% from 255 or 14.50% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #E24DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24DE4 is #1DB21B. Grayscale: #8A8A8A. Windows color (decimal): -1946140 or 14962146. OLE color: 14962146.

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

Color convert

RGB22677228-
CMYK0.010.6600.11
HSL299.21º73.66%59.8%-
HSV(B)299.21º66.23%89.41%-
XYZ48.0227.0876.09-
YUV138.76178.36190.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.56%
GREEN value IS 77 (30.47% from 255) = 14.50%
BLUE value IS 228 (89.45% from 255) = 42.94%
R=42.56%
G=14.50%
B=42.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226772280.010.6600.11299.2173.6659.8
HexE24DE41420B12b4a3c
Octal342115344110201345311274
Binary1110001010011011110010011000010010111001010111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24DE4; }

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

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

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

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

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

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

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

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