#E448F5

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

Shades of Free Speech Magenta #E448F5

Tints of Free Speech Magenta #E448F5

Color information

#E448F5 (or 0xE448F5) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 48 and F5. RGB value is (228,72,245). Sum of RGB (Red+Green+Blue) = 228+72+245=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 72 (28.52% from 255 or 13.21% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #E448F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E448F5 is #1BB70A. Grayscale: #898989. Windows color (decimal): -1816331 or 16074980. OLE color: 16074980.

HSL color Cylindrical-coordinate representation of color #E448F5: hue angle of 294.1º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E448F5 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22872245-
CMYK0.070.7100.04
HSL294.1º89.64%62.16%-
HSV(B)294.1º70.61%96.08%-
XYZ50.7927.7289.06-
YUV138.37188.18191.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.83%
GREEN value IS 72 (28.52% from 255) = 13.21%
BLUE value IS 245 (96.09% from 255) = 44.95%
R=41.83%
G=13.21%
B=44.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal228722450.070.7100.04294.189.6462.16
HexE448F5747041265a3e
Octal34411036571070444613276
Binary11100100100100011110101111100011101001001001101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E448F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E448F5; }

 p { color: rgb(228,72,245); }

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

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

 a { background-color: rgb(228,72,245); }

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

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

 span { border-color: rgb(228,72,245); }

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