Html Css Color HEX #E042FA Free Speech Magenta

📋 copy color: '#E042FA'

red 224 ◦ green 66 ◦ blue 250

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

Shades of Free Speech Magenta #E042FA

Tints of Free Speech Magenta #E042FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.22%

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

R = 41.48%
G = 12.22%
B = 46.3%

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

#E042FA (or 0xE042FA) is known color: Free Speech Magenta. HEX triplet: E0, 42 and FA. RGB value is (224,66,250). Sum of RGB (Red+Green+Blue) = 224+66+250=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 66 (26.17% from 255 or 12.22% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #E042FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E042FA is #1FBD05. Grayscale: #858585. Windows color (decimal): -2080006 or 16401120. OLE color: 16401120.

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

Color convert

RGB 224 66 250 -
CMYK 0.10 0.74 0 0.02
HSL 291.52º 0.95% 0.62% -
HSV(B) 291.52º 0.74% 0.98% -
XYZ 49.94 26.65 92.95 -
YUV 134.22 193.35 192.04 -
System Red Green Blue C M Y K H S L
Decimal 224 66 250 0.10 0.74 0 0.02 291.52 0.95 0.62
Hex E0 42 FA A 4A 0 2 124 5F 3E
Octal 340 102 372 12 112 0 2 444 137 76
Binary 11100000 1000010 11111010 1010 1001010 0 10 100100100 1011111 111110

Color Harmonies of #E042FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E042FA

Black with #E042FA

Text Example


Text Example

White with #E042FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E042FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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