Html Css Color HEX #E040FA Free Speech Magenta

📋 copy color: '#E040FA'

red 224 ◦ green 64 ◦ blue 250

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

Shades of Free Speech Magenta #E040FA

Tints of Free Speech Magenta #E040FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.9%

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

R = 41.64%
G = 11.9%
B = 46.47%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E040FA (or 0xE040FA) is known color: Free Speech Magenta. HEX triplet: E0, 40 and FA. RGB value is (224,64,250). Sum of RGB (Red+Green+Blue) = 224+64+250=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 64 (25.39% from 255 or 11.90% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #E040FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E040FA is #1FBF05. Grayscale: #848484. Windows color (decimal): -2080518 or 16400608. OLE color: 16400608.

HSL color Cylindrical-coordinate representation of color #E040FA: hue angle of 291.61º 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 #E040FA is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 64 250 -
CMYK 0.10 0.74 0 0.02
HSL 291.61º 0.95% 0.62% -
HSV(B) 291.61º 0.74% 0.98% -
XYZ 49.83 26.42 92.92 -
YUV 133.04 194.01 192.88 -
System Red Green Blue C M Y K H S L
Decimal 224 64 250 0.10 0.74 0 0.02 291.61 0.95 0.62
Hex E0 40 FA A 4A 0 2 124 5F 3E
Octal 340 100 372 12 112 0 2 444 137 76
Binary 11100000 1000000 11111010 1010 1001010 0 10 100100100 1011111 111110

Color Harmonies of #E040FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040FA

Black with #E040FA

Text Example


Text Example

White with #E040FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040FA; }

 p { color: rgb(224,64,250); }

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

background-color css

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

 a { background-color: rgb(224,64,250); }

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

border-color css

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

 span { border-color: rgb(224,64,250); }

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