Html Css Color HEX #E341E1 Free Speech Magenta

📋 copy color: '#E341E1'

red 227 ◦ green 65 ◦ blue 225

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

Shades of Free Speech Magenta #E341E1

Tints of Free Speech Magenta #E341E1

RGB

 RED value IS 227 (89.06% from 255) = 43.91%

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

 BLUE value IS 225 (88.28% from 255) = 43.52%

R = 43.91%
G = 12.57%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E341E1 (or 0xE341E1) is known color: Free Speech Magenta. HEX triplet: E3, 41 and E1. RGB value is (227,65,225). Sum of RGB (Red+Green+Blue) = 227+65+225=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E341E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341E1 is #1CBE1E. Grayscale: #838383. Windows color (decimal): -1883679 or 14762467. OLE color: 14762467.

HSL color Cylindrical-coordinate representation of color #E341E1: hue angle of 300.74º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E341E1 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 65 225 -
CMYK 0 0.71 0.01 0.11
HSL 300.74º 0.74% 0.57% -
HSV(B) 300.74º 0.71% 0.89% -
XYZ 47.16 25.55 73.68 -
YUV 131.68 180.67 195.99 -
System Red Green Blue C M Y K H S L
Decimal 227 65 225 0 0.71 0.01 0.11 300.74 0.74 0.57
Hex E3 41 E1 0 47 1 B 12D 4A 39
Octal 343 101 341 0 107 1 13 455 112 71
Binary 11100011 1000001 11100001 0 1000111 1 1011 100101101 1001010 111001

Color Harmonies of #E341E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E341E1

Black with #E341E1

Text Example


Text Example

White with #E341E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E341E1; }

 p { color: rgb(227,65,225); }

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

background-color css

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

 a { background-color: rgb(227,65,225); }

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

border-color css

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

 span { border-color: rgb(227,65,225); }

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