Html Css Color HEX #E360D7 Free Speech Magenta

📋 copy color: '#E360D7'

red 227 ◦ green 96 ◦ blue 215

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

Shades of Free Speech Magenta #E360D7

Tints of Free Speech Magenta #E360D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.96%

R = 42.19%
G = 17.84%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E360D7 (or 0xE360D7) is known color: Free Speech Magenta. HEX triplet: E3, 60 and D7. RGB value is (227,96,215). Sum of RGB (Red+Green+Blue) = 227+96+215=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 96 (37.89% from 255 or 17.84% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E360D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360D7 is #1C9F28. Grayscale: #949494. Windows color (decimal): -1875753 or 14115043. OLE color: 14115043.

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

Color convert

RGB 227 96 215 -
CMYK 0 0.58 0.05 0.11
HSL 305.5º 0.7% 0.63% -
HSV(B) 305.5º 0.58% 0.89% -
XYZ 48.13 29.6 67.47 -
YUV 148.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 227 96 215 0 0.58 0.05 0.11 305.5 0.7 0.63
Hex E3 60 D7 0 3A 5 B 131 46 3F
Octal 343 140 327 0 72 5 13 461 106 77
Binary 11100011 1100000 11010111 0 111010 101 1011 100110001 1000110 111111

Color Harmonies of #E360D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E360D7

Black with #E360D7

Text Example


Text Example

White with #E360D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E360D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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