Html Css Color HEX #E032F1 Free Speech Magenta

📋 copy color: '#E032F1'

red 224 ◦ green 50 ◦ blue 241

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

Shades of Free Speech Magenta #E032F1

Tints of Free Speech Magenta #E032F1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.71%

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 43.5%
G = 9.71%
B = 46.8%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E032F1 (or 0xE032F1) is known color: Free Speech Magenta. HEX triplet: E0, 32 and F1. RGB value is (224,50,241). Sum of RGB (Red+Green+Blue) = 224+50+241=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 50 (19.92% from 255 or 9.71% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #E032F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E032F1 is #1FCD0E. Grayscale: #7B7B7B. Windows color (decimal): -2084111 or 15807200. OLE color: 15807200.

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

Color convert

RGB 224 50 241 -
CMYK 0.07 0.79 0 0.05
HSL 294.66º 0.87% 0.57% -
HSV(B) 294.66º 0.79% 0.95% -
XYZ 47.76 24.48 85.43 -
YUV 123.8 194.15 199.47 -
System Red Green Blue C M Y K H S L
Decimal 224 50 241 0.07 0.79 0 0.05 294.66 0.87 0.57
Hex E0 32 F1 7 4F 0 5 127 57 39
Octal 340 62 361 7 117 0 5 447 127 71
Binary 11100000 110010 11110001 111 1001111 0 101 100100111 1010111 111001

Color Harmonies of #E032F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032F1

Black with #E032F1

Text Example


Text Example

White with #E032F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032F1; }

 p { color: rgb(224,50,241); }

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

background-color css

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

 a { background-color: rgb(224,50,241); }

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

border-color css

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

 span { border-color: rgb(224,50,241); }

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