#E44DE1

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

Shades of Free Speech Magenta #E44DE1

Tints of Free Speech Magenta #E44DE1

Color information

#E44DE1 (or 0xE44DE1) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 4D and E1. RGB value is (228,77,225). Sum of RGB (Red+Green+Blue) = 228+77+225=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44DE1 is #1BB21E. Grayscale: #8A8A8A. Windows color (decimal): -1815071 or 14765540. OLE color: 14765540.

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

Color convert

RGB22877225-
CMYK00.660.010.11
HSL301.19º73.66%59.8%-
HSV(B)301.19º66.23%89.41%-
XYZ48.2427.2473.95-
YUV139.02176.53191.47-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.02%
GREEN value IS 77 (30.47% from 255) = 14.53%
BLUE value IS 225 (88.28% from 255) = 42.45%
R=43.02%
G=14.53%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287722500.660.010.11301.1973.6659.8
HexE44DE10421B12d4a3c
Octal344115341010211345511274
Binary1110010010011011110000101000010110111001011011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44DE1; }

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

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

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

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

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

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

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

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