Html Css Color HEX #E44AF5 Free Speech Magenta

📋 copy color: '#E44AF5'

red 228 ◦ green 74 ◦ blue 245

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

Shades of Free Speech Magenta #E44AF5

Tints of Free Speech Magenta #E44AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 44.79%

R = 41.68%
G = 13.53%
B = 44.79%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E44AF5 (or 0xE44AF5) is known color: Free Speech Magenta. HEX triplet: E4, 4A and F5. RGB value is (228,74,245). Sum of RGB (Red+Green+Blue) = 228+74+245=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 74 (29.30% from 255 or 13.53% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #E44AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E44AF5 is #1BB50A. Grayscale: #8B8B8B. Windows color (decimal): -1815819 or 16075492. OLE color: 16075492.

HSL color Cylindrical-coordinate representation of color #E44AF5: hue angle of 294.04º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E44AF5 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 228 74 245 -
CMYK 0.07 0.70 0 0.04
HSL 294.04º 0.9% 0.63% -
HSV(B) 294.04º 0.7% 0.96% -
XYZ 50.93 27.98 89.1 -
YUV 139.54 187.52 191.1 -
System Red Green Blue C M Y K H S L
Decimal 228 74 245 0.07 0.70 0 0.04 294.04 0.9 0.63
Hex E4 4A F5 7 46 0 4 126 5A 3F
Octal 344 112 365 7 106 0 4 446 132 77
Binary 11100100 1001010 11110101 111 1000110 0 100 100100110 1011010 111111

Color Harmonies of #E44AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44AF5

Black with #E44AF5

Text Example


Text Example

White with #E44AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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