Html Css Color HEX #E441FA Free Speech Magenta

📋 copy color: '#E441FA'

red 228 ◦ green 65 ◦ blue 250

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

Shades of Free Speech Magenta #E441FA

Tints of Free Speech Magenta #E441FA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.97%

 BLUE value IS 250 (98.05% from 255) = 46.04%

R = 41.99%
G = 11.97%
B = 46.04%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E441FA (or 0xE441FA) is known color: Free Speech Magenta. HEX triplet: E4, 41 and FA. RGB value is (228,65,250). Sum of RGB (Red+Green+Blue) = 228+65+250=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 65 (25.78% from 255 or 11.97% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #E441FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E441FA is #1BBE05. Grayscale: #868686. Windows color (decimal): -1818118 or 16400868. OLE color: 16400868.

HSL color Cylindrical-coordinate representation of color #E441FA: hue angle of 292.86º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E441FA is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 65 250 -
CMYK 0.09 0.74 0 0.02
HSL 292.86º 0.95% 0.62% -
HSV(B) 292.86º 0.74% 0.98% -
XYZ 51.14 27.18 92.99 -
YUV 134.83 193 194.46 -
System Red Green Blue C M Y K H S L
Decimal 228 65 250 0.09 0.74 0 0.02 292.86 0.95 0.62
Hex E4 41 FA 9 4A 0 2 125 5F 3E
Octal 344 101 372 11 112 0 2 445 137 76
Binary 11100100 1000001 11111010 1001 1001010 0 10 100100101 1011111 111110

Color Harmonies of #E441FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E441FA

Black with #E441FA

Text Example


Text Example

White with #E441FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E441FA; }

 p { color: rgb(228,65,250); }

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

background-color css

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

 a { background-color: rgb(228,65,250); }

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

border-color css

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

 span { border-color: rgb(228,65,250); }

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