#E44DD4

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

Shades of Free Speech Magenta #E44DD4

Tints of Free Speech Magenta #E44DD4

Color information

#E44DD4 (or 0xE44DD4) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 4D and D4. RGB value is (228,77,212). Sum of RGB (Red+Green+Blue) = 228+77+212=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44DD4 is #1BB22B. Grayscale: #898989. Windows color (decimal): -1815084 or 13913572. OLE color: 13913572.

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

Color convert

RGB22877212-
CMYK00.660.070.11
HSL306.36º73.66%59.8%-
HSV(B)306.36º66.23%89.41%-
XYZ46.5326.5664.96-
YUV137.54170.03192.52-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.10%
GREEN value IS 77 (30.47% from 255) = 14.89%
BLUE value IS 212 (83.20% from 255) = 41.01%
R=44.10%
G=14.89%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287721200.660.070.11306.3673.6659.8
HexE44DD40427B1324a3c
Octal344115324010271346211274
Binary111001001001101110101000100001011110111001100101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44DD4; }

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

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

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

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

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

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

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

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