#E448F4

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

Shades of Free Speech Magenta #E448F4

Tints of Free Speech Magenta #E448F4

Color information

#E448F4 (or 0xE448F4) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 48 and F4. RGB value is (228,72,244). Sum of RGB (Red+Green+Blue) = 228+72+244=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 72 (28.52% from 255 or 13.24% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 244 - color contains mainly: blue. Hex color #E448F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E448F4 is #1BB70B. Grayscale: #898989. Windows color (decimal): -1816332 or 16009444. OLE color: 16009444.

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

Color convert

RGB22872244-
CMYK0.070.7000.04
HSL294.42º88.66%61.96%-
HSV(B)294.42º70.49%95.69%-
XYZ50.6427.6688.26-
YUV138.25187.68192.01-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.91%
GREEN value IS 72 (28.52% from 255) = 13.24%
BLUE value IS 244 (95.70% from 255) = 44.85%
R=41.91%
G=13.24%
B=44.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal228722440.070.7000.04294.4288.6661.96
HexE448F474604126593e
Octal34411036471060444613176
Binary11100100100100011110100111100011001001001001101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E448F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E448F4; }

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

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

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

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

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

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

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

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