#e458e4

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

Shades of Free Speech Magenta #E458E4

Tints of Free Speech Magenta #E458E4

Color information

#E458E4 (or 0xE458E4) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 58 and E4. RGB value is (228,88,228). Sum of RGB (Red+Green+Blue) = 228+88+228=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 88 (34.77% from 255 or 16.18% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 228 - color contains mainly: red, blue. Hex color #E458E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E458E4 is #1BA71B. Grayscale: #919191. Windows color (decimal): -1812252 or 14964964. OLE color: 14964964.

HSL color Cylindrical-coordinate representation of color #E458E4: hue angle of 300º degrees, saturation: 0.72, 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 #E458E4 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22888228-
CMYK00.6100.11
HSL300º72.16%61.96%-
HSV(B)300º61.4%89.41%-
XYZ49.4929.0776.4-
YUV145.82174.38186.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.91%
GREEN value IS 88 (34.77% from 255) = 16.18%
BLUE value IS 228 (89.45% from 255) = 41.91%
R=41.91%
G=16.18%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288822800.6100.1130072.1661.96
HexE458E403D0B12c483e
Octal34413034407501345411076
Binary111001001011000111001000111101010111001011001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e458e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e458e4; }

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

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

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

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

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

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

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

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