Html Css Color HEX #E359C2 Free Speech Magenta

📋 copy color: '#E359C2'

red 227 ◦ green 89 ◦ blue 194

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

Shades of Free Speech Magenta #E359C2

Tints of Free Speech Magenta #E359C2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.45%

 BLUE value IS 194 (76.17% from 255) = 38.04%

R = 44.51%
G = 17.45%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E359C2 (or 0xE359C2) is known color: Free Speech Magenta. HEX triplet: E3, 59 and C2. RGB value is (227,89,194). Sum of RGB (Red+Green+Blue) = 227+89+194=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 227 - color contains mainly: red. Hex color #E359C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E359C2 is #1CA63D. Grayscale: #8D8D8D. Windows color (decimal): -1877566 or 12736995. OLE color: 12736995.

HSL color Cylindrical-coordinate representation of color #E359C2: hue angle of 314.35º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E359C2 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 89 194 -
CMYK 0 0.61 0.15 0.11
HSL 314.35º 0.71% 0.62% -
HSV(B) 314.35º 0.61% 0.89% -
XYZ 44.99 27.37 53.95 -
YUV 142.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 227 89 194 0 0.61 0.15 0.11 314.35 0.71 0.62
Hex E3 59 C2 0 3D F B 13A 47 3E
Octal 343 131 302 0 75 17 13 472 107 76
Binary 11100011 1011001 11000010 0 111101 1111 1011 100111010 1000111 111110

Color Harmonies of #E359C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E359C2

Black with #E359C2

Text Example


Text Example

White with #E359C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E359C2; }

 p { color: rgb(227,89,194); }

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

background-color css

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

 a { background-color: rgb(227,89,194); }

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

border-color css

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

 span { border-color: rgb(227,89,194); }

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