#E44EC0

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

Shades of Free Speech Magenta #E44EC0

Tints of Free Speech Magenta #E44EC0

Color information

#E44EC0 (or 0xE44EC0) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 4E and C0. RGB value is (228,78,192). Sum of RGB (Red+Green+Blue) = 228+78+192=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 228 - color contains mainly: red. Hex color #E44EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44EC0 is #1BB13F. Grayscale: #878787. Windows color (decimal): -1814848 or 12603108. OLE color: 12603108.

HSL color Cylindrical-coordinate representation of color #E44EC0: hue angle of 314.4º 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 #E44EC0 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB22878192-
CMYK00.660.160.11
HSL314.4º73.53%60%-
HSV(B)314.4º65.79%89.41%-
XYZ44.2325.7552.51-
YUV135.85159.7193.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.78%
GREEN value IS 78 (30.86% from 255) = 15.66%
BLUE value IS 192 (75.39% from 255) = 38.55%
R=45.78%
G=15.66%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287819200.660.160.11314.473.5360
HexE44EC004210B13a4a3c
Octal3441163000102201347211274
Binary11100100100111011000000010000101000010111001110101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44EC0; }

 p { color: rgb(228,78,192); }

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

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

 a { background-color: rgb(228,78,192); }

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

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

 span { border-color: rgb(228,78,192); }

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