Html Css Color HEX #E360D9 Free Speech Magenta

📋 copy color: '#E360D9'

red 227 ◦ green 96 ◦ blue 217

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

Shades of Free Speech Magenta #E360D9

Tints of Free Speech Magenta #E360D9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.78%

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

R = 42.04%
G = 17.78%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E360D9 (or 0xE360D9) is known color: Free Speech Magenta. HEX triplet: E3, 60 and D9. RGB value is (227,96,217). Sum of RGB (Red+Green+Blue) = 227+96+217=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 96 (37.89% from 255 or 17.78% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E360D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360D9 is #1C9F26. Grayscale: #949494. Windows color (decimal): -1875751 or 14246115. OLE color: 14246115.

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

Color convert

RGB 227 96 217 -
CMYK 0 0.58 0.04 0.11
HSL 304.58º 0.7% 0.63% -
HSV(B) 304.58º 0.58% 0.89% -
XYZ 48.39 29.71 68.83 -
YUV 148.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 227 96 217 0 0.58 0.04 0.11 304.58 0.7 0.63
Hex E3 60 D9 0 3A 4 B 131 46 3F
Octal 343 140 331 0 72 4 13 461 106 77
Binary 11100011 1100000 11011001 0 111010 100 1011 100110001 1000110 111111

Color Harmonies of #E360D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E360D9

Black with #E360D9

Text Example


Text Example

White with #E360D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E360D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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