#E458ED

Color #E458ED Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E458ED

Tints of Free Speech Magenta #E458ED

Color information

#E458ED (or 0xE458ED) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 58 and ED. RGB value is (228,88,237). Sum of RGB (Red+Green+Blue) = 228+88+237=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 88 (34.77% from 255 or 15.91% 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 #E458ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E458ED is #1BA712. Grayscale: #929292. Windows color (decimal): -1812243 or 15554788. OLE color: 15554788.

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

Color convert

RGB22888237-
CMYK0.040.6300.07
HSL296.38º80.54%63.73%-
HSV(B)296.38º62.87%92.94%-
XYZ50.7729.5983.16-
YUV146.85178.88185.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.23%
GREEN value IS 88 (34.77% from 255) = 15.91%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=41.23%
G=15.91%
B=42.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal228882370.040.6300.07296.3880.5463.73
HexE458ED43F071285140
Octal34413035547707450121100
Binary11100100101100011101101100111111011110010100010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E458ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E458ED; }

 p { color: rgb(228,88,237); }

 H1.HeaderClassName
 {
   color: #E458ED;
 }
 .AnyTagClassName
 {
   color: #E458ED;
 }
</style>
background-color css

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

 a { background-color: rgb(228,88,237); }

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

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

 span { border-color: rgb(228,88,237); }

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