Html Css Color HEX #E041FC Free Speech Magenta

📋 copy color: '#E041FC'

red 224 ◦ green 65 ◦ blue 252

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

Shades of Free Speech Magenta #E041FC

Tints of Free Speech Magenta #E041FC

RGB

 RED value IS 224 (87.89% from 255) = 41.4%

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

 BLUE value IS 252 (98.83% from 255) = 46.58%

R = 41.4%
G = 12.01%
B = 46.58%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E041FC (or 0xE041FC) is known color: Free Speech Magenta. HEX triplet: E0, 41 and FC. RGB value is (224,65,252). Sum of RGB (Red+Green+Blue) = 224+65+252=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 65 (25.78% from 255 or 12.01% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #E041FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E041FC is #1FBE03. Grayscale: #858585. Windows color (decimal): -2080260 or 16531936. OLE color: 16531936.

HSL color Cylindrical-coordinate representation of color #E041FC: hue angle of 291.02º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E041FC is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 65 252 -
CMYK 0.11 0.74 0 0.01
HSL 291.02º 0.97% 0.62% -
HSV(B) 291.02º 0.74% 0.99% -
XYZ 50.2 26.66 94.59 -
YUV 133.86 194.68 192.29 -
System Red Green Blue C M Y K H S L
Decimal 224 65 252 0.11 0.74 0 0.01 291.02 0.97 0.62
Hex E0 41 FC B 4A 0 1 123 61 3E
Octal 340 101 374 13 112 0 1 443 141 76
Binary 11100000 1000001 11111100 1011 1001010 0 1 100100011 1100001 111110

Color Harmonies of #E041FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041FC

Black with #E041FC

Text Example


Text Example

White with #E041FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041FC; }

 p { color: rgb(224,65,252); }

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

background-color css

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

 a { background-color: rgb(224,65,252); }

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

border-color css

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

 span { border-color: rgb(224,65,252); }

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