#E44DE5

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

Shades of Free Speech Magenta #E44DE5

Tints of Free Speech Magenta #E44DE5

Color information

#E44DE5 (or 0xE44DE5) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 4D and E5. RGB value is (228,77,229). Sum of RGB (Red+Green+Blue) = 228+77+229=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 77 (30.47% from 255 or 14.42% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #E44DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44DE5 is #1BB21A. Grayscale: #8B8B8B. Windows color (decimal): -1815067 or 15027684. OLE color: 15027684.

HSL color Cylindrical-coordinate representation of color #E44DE5: hue angle of 299.61º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E44DE5 is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22877229-
CMYK0.000.6600.10
HSL299.61º74.51%60%-
HSV(B)299.61º66.38%89.8%-
XYZ48.7927.4676.86-
YUV139.48178.53191.14-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.70%
GREEN value IS 77 (30.47% from 255) = 14.42%
BLUE value IS 229 (89.84% from 255) = 42.88%
R=42.70%
G=14.42%
B=42.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal228772290.000.6600.10299.6174.5160
HexE44DE50420A12c4b3c
Octal344115345010201245411374
Binary1110010010011011110010101000010010101001011001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44DE5; }

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

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

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

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

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

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

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

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