#E059EA

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

Shades of Free Speech Magenta #E059EA

Tints of Free Speech Magenta #E059EA

Color information

#E059EA (or 0xE059EA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 59 and EA. RGB value is (224,89,234). Sum of RGB (Red+Green+Blue) = 224+89+234=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 89 (35.16% from 255 or 16.27% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #E059EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E059EA is #1FA615. Grayscale: #919191. Windows color (decimal): -2074134 or 15358432. OLE color: 15358432.

HSL color Cylindrical-coordinate representation of color #E059EA: hue angle of 295.86º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E059EA is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22489234-
CMYK0.040.6200.08
HSL295.86º77.54%63.33%-
HSV(B)295.86º61.97%91.76%-
XYZ49.1628.9380.84-
YUV145.89177.73183.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 89 (35.16% from 255) = 16.27%
BLUE value IS 234 (91.80% from 255) = 42.78%
R=40.95%
G=16.27%
B=42.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal224892340.040.6200.08295.8677.5463.33
HexE059EA43E081284e3f
Octal34013135247601045011677
Binary11100000101100111101010100111110010001001010001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E059EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E059EA; }

 p { color: rgb(224,89,234); }

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

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

 a { background-color: rgb(224,89,234); }

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

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

 span { border-color: rgb(224,89,234); }

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