Html Css Color HEX #E359ED Free Speech Magenta

📋 copy color: '#E359ED'

red 227 ◦ green 89 ◦ blue 237

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

Shades of Free Speech Magenta #E359ED

Tints of Free Speech Magenta #E359ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 41.05%
G = 16.09%
B = 42.86%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E359ED (or 0xE359ED) is known color: Free Speech Magenta. HEX triplet: E3, 59 and ED. RGB value is (227,89,237). Sum of RGB (Red+Green+Blue) = 227+89+237=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 89 (35.16% from 255 or 16.09% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #E359ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E359ED is #1CA612. Grayscale: #929292. Windows color (decimal): -1877523 or 15555043. OLE color: 15555043.

HSL color Cylindrical-coordinate representation of color #E359ED: hue angle of 295.95º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E359ED is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 89 237 -
CMYK 0.04 0.62 0 0.07
HSL 295.95º 0.8% 0.64% -
HSV(B) 295.95º 0.62% 0.93% -
XYZ 50.54 29.59 83.17 -
YUV 147.13 178.72 184.97 -
System Red Green Blue C M Y K H S L
Decimal 227 89 237 0.04 0.62 0 0.07 295.95 0.8 0.64
Hex E3 59 ED 4 3E 0 7 128 50 40
Octal 343 131 355 4 76 0 7 450 120 100
Binary 11100011 1011001 11101101 100 111110 0 111 100101000 1010000 1000000

Color Harmonies of #E359ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E359ED

Black with #E359ED

Text Example


Text Example

White with #E359ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E359ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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