#E05AEF

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

Shades of Free Speech Magenta #E05AEF

Tints of Free Speech Magenta #E05AEF

Color information

#E05AEF (or 0xE05AEF) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5A and EF. RGB value is (224,90,239). Sum of RGB (Red+Green+Blue) = 224+90+239=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #E05AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05AEF is #1FA510. Grayscale: #929292. Windows color (decimal): -2073873 or 15686368. OLE color: 15686368.

HSL color Cylindrical-coordinate representation of color #E05AEF: hue angle of 293.96º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05AEF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22490239-
CMYK0.060.6200.06
HSL293.96º82.32%64.51%-
HSV(B)293.96º62.34%93.73%-
XYZ49.9829.3984.7-
YUV147.05179.89182.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 90 (35.55% from 255) = 16.27%
BLUE value IS 239 (93.75% from 255) = 43.22%
R=40.51%
G=16.27%
B=43.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal224902390.060.6200.06293.9682.3264.51
HexE05AEF63E061265241
Octal34013235767606446122101
Binary11100000101101011101111110111110011010010011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05AEF; }

 p { color: rgb(224,90,239); }

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

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

 a { background-color: rgb(224,90,239); }

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

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

 span { border-color: rgb(224,90,239); }

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