Html Css Color HEX #E449F5 Free Speech Magenta

📋 copy color: '#E449F5'

red 228 ◦ green 73 ◦ blue 245

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

Shades of Free Speech Magenta #E449F5

Tints of Free Speech Magenta #E449F5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.37%

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

R = 41.76%
G = 13.37%
B = 44.87%

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

#E449F5 (or 0xE449F5) is known color: Free Speech Magenta. HEX triplet: E4, 49 and F5. RGB value is (228,73,245). Sum of RGB (Red+Green+Blue) = 228+73+245=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 73 (28.91% from 255 or 13.37% from 546); Blue value is 245 (96.09% from 255 or 44.87% from 546); Max value from RGB is 245 - color contains mainly: blue. Hex color #E449F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E449F5 is #1BB60A. Grayscale: #8A8A8A. Windows color (decimal): -1816075 or 16075236. OLE color: 16075236.

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

Color convert

RGB 228 73 245 -
CMYK 0.07 0.70 0 0.04
HSL 294.07º 0.9% 0.62% -
HSV(B) 294.07º 0.7% 0.96% -
XYZ 50.86 27.85 89.08 -
YUV 138.95 187.85 191.51 -
System Red Green Blue C M Y K H S L
Decimal 228 73 245 0.07 0.70 0 0.04 294.07 0.9 0.62
Hex E4 49 F5 7 46 0 4 126 5A 3E
Octal 344 111 365 7 106 0 4 446 132 76
Binary 11100100 1001001 11110101 111 1000110 0 100 100100110 1011010 111110

Color Harmonies of #E449F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E449F5

Black with #E449F5

Text Example


Text Example

White with #E449F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E449F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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