Html Css Color HEX #E364D9 Free Speech Magenta

📋 copy color: '#E364D9'

red 227 ◦ green 100 ◦ blue 217

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

Shades of Free Speech Magenta #E364D9

Tints of Free Speech Magenta #E364D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.89%

R = 41.73%
G = 18.38%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E364D9 (or 0xE364D9) is known color: Free Speech Magenta. HEX triplet: E3, 64 and D9. RGB value is (227,100,217). Sum of RGB (Red+Green+Blue) = 227+100+217=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E364D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364D9 is #1C9B26. Grayscale: #969696. Windows color (decimal): -1874727 or 14247139. OLE color: 14247139.

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

Color convert

RGB 227 100 217 -
CMYK 0 0.56 0.04 0.11
HSL 304.72º 0.69% 0.64% -
HSV(B) 304.72º 0.56% 0.89% -
XYZ 48.76 30.45 68.95 -
YUV 151.31 165.08 181.99 -
System Red Green Blue C M Y K H S L
Decimal 227 100 217 0 0.56 0.04 0.11 304.72 0.69 0.64
Hex E3 64 D9 0 38 4 B 131 45 40
Octal 343 144 331 0 70 4 13 461 105 100
Binary 11100011 1100100 11011001 0 111000 100 1011 100110001 1000101 1000000

Color Harmonies of #E364D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E364D9

Black with #E364D9

Text Example


Text Example

White with #E364D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E364D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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