Html Css Color HEX #E341CE Free Speech Magenta

📋 copy color: '#E341CE'

red 227 ◦ green 65 ◦ blue 206

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

Shades of Free Speech Magenta #E341CE

Tints of Free Speech Magenta #E341CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 45.58%
G = 13.05%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E341CE (or 0xE341CE) is known color: Free Speech Magenta. HEX triplet: E3, 41 and CE. RGB value is (227,65,206). Sum of RGB (Red+Green+Blue) = 227+65+206=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E341CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341CE is #1CBE31. Grayscale: #818181. Windows color (decimal): -1883698 or 13517283. OLE color: 13517283.

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

Color convert

RGB 227 65 206 -
CMYK 0 0.71 0.09 0.11
HSL 307.78º 0.74% 0.57% -
HSV(B) 307.78º 0.71% 0.89% -
XYZ 44.71 24.57 60.78 -
YUV 129.51 171.17 197.54 -
System Red Green Blue C M Y K H S L
Decimal 227 65 206 0 0.71 0.09 0.11 307.78 0.74 0.57
Hex E3 41 CE 0 47 9 B 134 4A 39
Octal 343 101 316 0 107 11 13 464 112 71
Binary 11100011 1000001 11001110 0 1000111 1001 1011 100110100 1001010 111001

Color Harmonies of #E341CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E341CE

Black with #E341CE

Text Example


Text Example

White with #E341CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E341CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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