Html Css Color HEX #E44ED8 Free Speech Magenta

📋 copy color: '#E44ED8'

red 228 ◦ green 78 ◦ blue 216

#E44ED8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E44ED8

Tints of Free Speech Magenta #E44ED8

RGB

 RED value IS 228 (89.45% from 255) = 43.68%

 GREEN value IS 78 (30.86% from 255) = 14.94%

 BLUE value IS 216 (84.77% from 255) = 41.38%

R = 43.68%
G = 14.94%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E44ED8 (or 0xE44ED8) is known color: Free Speech Magenta. HEX triplet: E4, 4E and D8. RGB value is (228,78,216). Sum of RGB (Red+Green+Blue) = 228+78+216=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 228 - color contains mainly: red. Hex color #E44ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44ED8 is #1BB127. Grayscale: #8A8A8A. Windows color (decimal): -1814824 or 14175972. OLE color: 14175972.

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

Color convert

RGB 228 78 216 -
CMYK 0 0.66 0.05 0.11
HSL 304.8º 0.74% 0.6% -
HSV(B) 304.8º 0.66% 0.89% -
XYZ 47.11 26.9 67.67 -
YUV 138.58 171.7 191.78 -
System Red Green Blue C M Y K H S L
Decimal 228 78 216 0 0.66 0.05 0.11 304.8 0.74 0.6
Hex E4 4E D8 0 42 5 B 131 4A 3C
Octal 344 116 330 0 102 5 13 461 112 74
Binary 11100100 1001110 11011000 0 1000010 101 1011 100110001 1001010 111100

Color Harmonies of #E44ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44ED8

Black with #E44ED8

Text Example


Text Example

White with #E44ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44ED8; }

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

 H1.HeaderClassName
 {
   color: #E44ED8;
 }
 .AnyTagClassName
 {
   color: #E44ED8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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