Html Css Color HEX #E44AF1 Free Speech Magenta

📋 copy color: '#E44AF1'

red 228 ◦ green 74 ◦ blue 241

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

Shades of Free Speech Magenta #E44AF1

Tints of Free Speech Magenta #E44AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.38%

R = 41.99%
G = 13.63%
B = 44.38%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E44AF1 (or 0xE44AF1) is known color: Free Speech Magenta. HEX triplet: E4, 4A and F1. RGB value is (228,74,241). Sum of RGB (Red+Green+Blue) = 228+74+241=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 74 (29.30% from 255 or 13.63% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #E44AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E44AF1 is #1BB50E. Grayscale: #8A8A8A. Windows color (decimal): -1815823 or 15813348. OLE color: 15813348.

HSL color Cylindrical-coordinate representation of color #E44AF1: hue angle of 295.33º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E44AF1 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 74 241 -
CMYK 0.05 0.69 0 0.05
HSL 295.33º 0.86% 0.62% -
HSV(B) 295.33º 0.69% 0.95% -
XYZ 50.32 27.74 85.92 -
YUV 139.08 185.52 191.42 -
System Red Green Blue C M Y K H S L
Decimal 228 74 241 0.05 0.69 0 0.05 295.33 0.86 0.62
Hex E4 4A F1 5 45 0 5 127 56 3E
Octal 344 112 361 5 105 0 5 447 126 76
Binary 11100100 1001010 11110001 101 1000101 0 101 100100111 1010110 111110

Color Harmonies of #E44AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44AF1

Black with #E44AF1

Text Example


Text Example

White with #E44AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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