Html Css Color HEX #E040F2 Free Speech Magenta

📋 copy color: '#E040F2'

red 224 ◦ green 64 ◦ blue 242

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

Shades of Free Speech Magenta #E040F2

Tints of Free Speech Magenta #E040F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.66%

R = 42.26%
G = 12.08%
B = 45.66%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E040F2 (or 0xE040F2) is known color: Free Speech Magenta. HEX triplet: E0, 40 and F2. RGB value is (224,64,242). Sum of RGB (Red+Green+Blue) = 224+64+242=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 64 (25.39% from 255 or 12.08% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #E040F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E040F2 is #1FBF0D. Grayscale: #838383. Windows color (decimal): -2080526 or 15876320. OLE color: 15876320.

HSL color Cylindrical-coordinate representation of color #E040F2: hue angle of 293.93º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E040F2 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 64 242 -
CMYK 0.07 0.74 0 0.05
HSL 293.93º 0.87% 0.6% -
HSV(B) 293.93º 0.74% 0.95% -
XYZ 48.6 25.92 86.45 -
YUV 132.13 190.01 193.53 -
System Red Green Blue C M Y K H S L
Decimal 224 64 242 0.07 0.74 0 0.05 293.93 0.87 0.6
Hex E0 40 F2 7 4A 0 5 126 57 3C
Octal 340 100 362 7 112 0 5 446 127 74
Binary 11100000 1000000 11110010 111 1001010 0 101 100100110 1010111 111100

Color Harmonies of #E040F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040F2

Black with #E040F2

Text Example


Text Example

White with #E040F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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