Html Css Color HEX #E341D1 Free Speech Magenta

📋 copy color: '#E341D1'

red 227 ◦ green 65 ◦ blue 209

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

Shades of Free Speech Magenta #E341D1

Tints of Free Speech Magenta #E341D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.72%

R = 45.31%
G = 12.97%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E341D1 (or 0xE341D1) is known color: Free Speech Magenta. HEX triplet: E3, 41 and D1. RGB value is (227,65,209). Sum of RGB (Red+Green+Blue) = 227+65+209=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E341D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341D1 is #1CBE2E. Grayscale: #818181. Windows color (decimal): -1883695 or 13713891. OLE color: 13713891.

HSL color Cylindrical-coordinate representation of color #E341D1: hue angle of 306.67º 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 #E341D1 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 65 209 -
CMYK 0 0.71 0.08 0.11
HSL 306.67º 0.74% 0.57% -
HSV(B) 306.67º 0.71% 0.89% -
XYZ 45.08 24.71 62.72 -
YUV 129.85 172.67 197.29 -
System Red Green Blue C M Y K H S L
Decimal 227 65 209 0 0.71 0.08 0.11 306.67 0.74 0.57
Hex E3 41 D1 0 47 8 B 133 4A 39
Octal 343 101 321 0 107 10 13 463 112 71
Binary 11100011 1000001 11010001 0 1000111 1000 1011 100110011 1001010 111001

Color Harmonies of #E341D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E341D1

Black with #E341D1

Text Example


Text Example

White with #E341D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E341D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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