Html Css Color HEX #E364DF Free Speech Magenta

📋 copy color: '#E364DF'

red 227 ◦ green 100 ◦ blue 223

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

Shades of Free Speech Magenta #E364DF

Tints of Free Speech Magenta #E364DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.18%

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

R = 41.27%
G = 18.18%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E364DF (or 0xE364DF) is known color: Free Speech Magenta. HEX triplet: E3, 64 and DF. RGB value is (227,100,223). Sum of RGB (Red+Green+Blue) = 227+100+223=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E364DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364DF is #1C9B20. Grayscale: #979797. Windows color (decimal): -1874721 or 14640355. OLE color: 14640355.

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

Color convert

RGB 227 100 223 -
CMYK 0 0.56 0.02 0.11
HSL 301.89º 0.69% 0.64% -
HSV(B) 301.89º 0.56% 0.89% -
XYZ 49.56 30.77 73.14 -
YUV 152 168.08 181.5 -
System Red Green Blue C M Y K H S L
Decimal 227 100 223 0 0.56 0.02 0.11 301.89 0.69 0.64
Hex E3 64 DF 0 38 2 B 12E 45 40
Octal 343 144 337 0 70 2 13 456 105 100
Binary 11100011 1100100 11011111 0 111000 10 1011 100101110 1000101 1000000

Color Harmonies of #E364DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E364DF

Black with #E364DF

Text Example


Text Example

White with #E364DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E364DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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