#E44DC8

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

Shades of Free Speech Magenta #E44DC8

Tints of Free Speech Magenta #E44DC8

Color information

#E44DC8 (or 0xE44DC8) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 4D and C8. RGB value is (228,77,200). Sum of RGB (Red+Green+Blue) = 228+77+200=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44DC8 is #1BB237. Grayscale: #878787. Windows color (decimal): -1815096 or 13127140. OLE color: 13127140.

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

Color convert

RGB22877200-
CMYK00.660.120.11
HSL311.13º73.66%59.8%-
HSV(B)311.13º66.23%89.41%-
XYZ45.0725.9757.28-
YUV136.17164.03193.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.15%
GREEN value IS 77 (30.47% from 255) = 15.25%
BLUE value IS 200 (78.52% from 255) = 39.60%
R=45.15%
G=15.25%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287720000.660.120.11311.1373.6659.8
HexE44DC8042CB1374a3c
Octal3441153100102141346711274
Binary1110010010011011100100001000010110010111001101111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44DC8; }

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

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

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

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

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

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

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

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