Html Css Color HEX #E361CE Free Speech Magenta

📋 copy color: '#E361CE'

red 227 ◦ green 97 ◦ blue 206

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

Shades of Free Speech Magenta #E361CE

Tints of Free Speech Magenta #E361CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.3%

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

R = 42.83%
G = 18.3%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E361CE (or 0xE361CE) is known color: Free Speech Magenta. HEX triplet: E3, 61 and CE. RGB value is (227,97,206). Sum of RGB (Red+Green+Blue) = 227+97+206=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E361CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E361CE is #1C9E31. Grayscale: #939393. Windows color (decimal): -1875506 or 13525475. OLE color: 13525475.

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

Color convert

RGB 227 97 206 -
CMYK 0 0.57 0.09 0.11
HSL 309.69º 0.7% 0.64% -
HSV(B) 309.69º 0.57% 0.89% -
XYZ 47.09 29.34 61.57 -
YUV 148.3 160.57 184.14 -
System Red Green Blue C M Y K H S L
Decimal 227 97 206 0 0.57 0.09 0.11 309.69 0.7 0.64
Hex E3 61 CE 0 39 9 B 136 46 40
Octal 343 141 316 0 71 11 13 466 106 100
Binary 11100011 1100001 11001110 0 111001 1001 1011 100110110 1000110 1000000

Color Harmonies of #E361CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E361CE

Black with #E361CE

Text Example


Text Example

White with #E361CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E361CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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