Html Css Color HEX #E360D5 Free Speech Magenta

📋 copy color: '#E360D5'

red 227 ◦ green 96 ◦ blue 213

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

Shades of Free Speech Magenta #E360D5

Tints of Free Speech Magenta #E360D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.74%

R = 42.35%
G = 17.91%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E360D5 (or 0xE360D5) is known color: Free Speech Magenta. HEX triplet: E3, 60 and D5. RGB value is (227,96,213). Sum of RGB (Red+Green+Blue) = 227+96+213=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E360D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360D5 is #1C9F2A. Grayscale: #949494. Windows color (decimal): -1875755 or 13983971. OLE color: 13983971.

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

Color convert

RGB 227 96 213 -
CMYK 0 0.58 0.06 0.11
HSL 306.41º 0.7% 0.63% -
HSV(B) 306.41º 0.58% 0.89% -
XYZ 47.87 29.5 66.12 -
YUV 148.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 227 96 213 0 0.58 0.06 0.11 306.41 0.7 0.63
Hex E3 60 D5 0 3A 6 B 132 46 3F
Octal 343 140 325 0 72 6 13 462 106 77
Binary 11100011 1100000 11010101 0 111010 110 1011 100110010 1000110 111111

Color Harmonies of #E360D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E360D5

Black with #E360D5

Text Example


Text Example

White with #E360D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E360D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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