Html Css Color HEX #E454F1 Free Speech Magenta

📋 copy color: '#E454F1'

red 228 ◦ green 84 ◦ blue 241

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

Shades of Free Speech Magenta #E454F1

Tints of Free Speech Magenta #E454F1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.19%

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

R = 41.23%
G = 15.19%
B = 43.58%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E454F1 (or 0xE454F1) is known color: Free Speech Magenta. HEX triplet: E4, 54 and F1. RGB value is (228,84,241). Sum of RGB (Red+Green+Blue) = 228+84+241=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 84 (33.20% from 255 or 15.19% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #E454F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E454F1 is #1BAB0E. Grayscale: #909090. Windows color (decimal): -1813263 or 15815908. OLE color: 15815908.

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

Color convert

RGB 228 84 241 -
CMYK 0.05 0.65 0 0.05
HSL 295.03º 0.85% 0.64% -
HSV(B) 295.03º 0.65% 0.95% -
XYZ 51.04 29.19 86.16 -
YUV 144.95 182.21 187.23 -
System Red Green Blue C M Y K H S L
Decimal 228 84 241 0.05 0.65 0 0.05 295.03 0.85 0.64
Hex E4 54 F1 5 41 0 5 127 55 40
Octal 344 124 361 5 101 0 5 447 125 100
Binary 11100100 1010100 11110001 101 1000001 0 101 100100111 1010101 1000000

Color Harmonies of #E454F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E454F1

Black with #E454F1

Text Example


Text Example

White with #E454F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E454F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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