Html Css Color HEX #E042F9 Free Speech Magenta

📋 copy color: '#E042F9'

red 224 ◦ green 66 ◦ blue 249

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

Shades of Free Speech Magenta #E042F9

Tints of Free Speech Magenta #E042F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.2%

R = 41.56%
G = 12.24%
B = 46.2%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E042F9 (or 0xE042F9) is known color: Free Speech Magenta. HEX triplet: E0, 42 and F9. RGB value is (224,66,249). Sum of RGB (Red+Green+Blue) = 224+66+249=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 66 (26.17% from 255 or 12.24% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #E042F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E042F9 is #1FBD06. Grayscale: #858585. Windows color (decimal): -2080007 or 16335584. OLE color: 16335584.

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

Color convert

RGB 224 66 249 -
CMYK 0.10 0.73 0 0.02
HSL 291.8º 0.94% 0.62% -
HSV(B) 291.8º 0.73% 0.98% -
XYZ 49.79 26.58 92.13 -
YUV 134.1 192.85 192.12 -
System Red Green Blue C M Y K H S L
Decimal 224 66 249 0.10 0.73 0 0.02 291.8 0.94 0.62
Hex E0 42 F9 A 49 0 2 124 5E 3E
Octal 340 102 371 12 111 0 2 444 136 76
Binary 11100000 1000010 11111001 1010 1001001 0 10 100100100 1011110 111110

Color Harmonies of #E042F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E042F9

Black with #E042F9

Text Example


Text Example

White with #E042F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E042F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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