Html Css Color HEX #E44AD6 Free Speech Magenta

📋 copy color: '#E44AD6'

red 228 ◦ green 74 ◦ blue 214

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

Shades of Free Speech Magenta #E44AD6

Tints of Free Speech Magenta #E44AD6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.34%

 BLUE value IS 214 (83.98% from 255) = 41.47%

R = 44.19%
G = 14.34%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E44AD6 (or 0xE44AD6) is known color: Free Speech Magenta. HEX triplet: E4, 4A and D6. RGB value is (228,74,214). Sum of RGB (Red+Green+Blue) = 228+74+214=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E44AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44AD6 is #1BB529. Grayscale: #878787. Windows color (decimal): -1815850 or 14043876. OLE color: 14043876.

HSL color Cylindrical-coordinate representation of color #E44AD6: hue angle of 305.45º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E44AD6 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 74 214 -
CMYK 0 0.68 0.06 0.11
HSL 305.45º 0.74% 0.59% -
HSV(B) 305.45º 0.68% 0.89% -
XYZ 46.58 26.25 66.23 -
YUV 136.01 172.02 193.62 -
System Red Green Blue C M Y K H S L
Decimal 228 74 214 0 0.68 0.06 0.11 305.45 0.74 0.59
Hex E4 4A D6 0 44 6 B 131 4A 3B
Octal 344 112 326 0 104 6 13 461 112 73
Binary 11100100 1001010 11010110 0 1000100 110 1011 100110001 1001010 111011

Color Harmonies of #E44AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44AD6

Black with #E44AD6

Text Example


Text Example

White with #E44AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44AD6; }

 p { color: rgb(228,74,214); }

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

background-color css

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

 a { background-color: rgb(228,74,214); }

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

border-color css

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

 span { border-color: rgb(228,74,214); }

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