Html Css Color HEX #E041C5 Free Speech Magenta

📋 copy color: '#E041C5'

red 224 ◦ green 65 ◦ blue 197

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

Shades of Free Speech Magenta #E041C5

Tints of Free Speech Magenta #E041C5

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.37%

 BLUE value IS 197 (77.34% from 255) = 40.53%

R = 46.09%
G = 13.37%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E041C5 (or 0xE041C5) is known color: Free Speech Magenta. HEX triplet: E0, 41 and C5. RGB value is (224,65,197). Sum of RGB (Red+Green+Blue) = 224+65+197=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E041C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041C5 is #1FBE3A. Grayscale: #7F7F7F. Windows color (decimal): -2080315 or 12927456. OLE color: 12927456.

HSL color Cylindrical-coordinate representation of color #E041C5: hue angle of 310.19º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E041C5 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 65 197 -
CMYK 0 0.71 0.12 0.12
HSL 310.19º 0.72% 0.57% -
HSV(B) 310.19º 0.71% 0.88% -
XYZ 42.71 23.66 55.14 -
YUV 127.59 167.18 196.77 -
System Red Green Blue C M Y K H S L
Decimal 224 65 197 0 0.71 0.12 0.12 310.19 0.72 0.57
Hex E0 41 C5 0 47 C C 136 48 39
Octal 340 101 305 0 107 14 14 466 110 71
Binary 11100000 1000001 11000101 0 1000111 1100 1100 100110110 1001000 111001

Color Harmonies of #E041C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041C5

Black with #E041C5

Text Example


Text Example

White with #E041C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041C5; }

 p { color: rgb(224,65,197); }

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

background-color css

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

 a { background-color: rgb(224,65,197); }

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

border-color css

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

 span { border-color: rgb(224,65,197); }

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