#E444F4

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

Shades of Free Speech Magenta #E444F4

Tints of Free Speech Magenta #E444F4

Color information

#E444F4 (or 0xE444F4) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 44 and F4. RGB value is (228,68,244). Sum of RGB (Red+Green+Blue) = 228+68+244=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 68 (26.95% from 255 or 12.59% from 540); Blue value is 244 (95.70% from 255 or 45.19% from 540); Max value from RGB is 244 - color contains mainly: blue. Hex color #E444F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E444F4 is #1BBB0B. Grayscale: #878787. Windows color (decimal): -1817356 or 16008420. OLE color: 16008420.

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

Color convert

RGB22868244-
CMYK0.070.7200.04
HSL294.55º88.89%61.18%-
HSV(B)294.55º72.13%95.69%-
XYZ50.3927.1688.17-
YUV135.9189.01193.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.22%
GREEN value IS 68 (26.95% from 255) = 12.59%
BLUE value IS 244 (95.70% from 255) = 45.19%
R=42.22%
G=12.59%
B=45.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal228682440.070.7200.04294.5588.8961.18
HexE444F474804127593d
Octal34410436471100444713175
Binary11100100100010011110100111100100001001001001111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E444F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E444F4; }

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

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

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

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

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

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

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

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