Html Css Color HEX #E361DF Free Speech Magenta

📋 copy color: '#E361DF'

red 227 ◦ green 97 ◦ blue 223

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

Shades of Free Speech Magenta #E361DF

Tints of Free Speech Magenta #E361DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 41.5%
G = 17.73%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E361DF (or 0xE361DF) is known color: Free Speech Magenta. HEX triplet: E3, 61 and DF. RGB value is (227,97,223). Sum of RGB (Red+Green+Blue) = 227+97+223=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E361DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E361DF is #1C9E20. Grayscale: #959595. Windows color (decimal): -1875489 or 14639587. OLE color: 14639587.

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

Color convert

RGB 227 97 223 -
CMYK 0 0.57 0.02 0.11
HSL 301.85º 0.7% 0.64% -
HSV(B) 301.85º 0.57% 0.89% -
XYZ 49.27 30.21 73.05 -
YUV 150.23 169.07 182.75 -
System Red Green Blue C M Y K H S L
Decimal 227 97 223 0 0.57 0.02 0.11 301.85 0.7 0.64
Hex E3 61 DF 0 39 2 B 12E 46 40
Octal 343 141 337 0 71 2 13 456 106 100
Binary 11100011 1100001 11011111 0 111001 10 1011 100101110 1000110 1000000

Color Harmonies of #E361DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E361DF

Black with #E361DF

Text Example


Text Example

White with #E361DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E361DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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