#E05EE5

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

Shades of Free Speech Magenta #E05EE5

Tints of Free Speech Magenta #E05EE5

Color information

#E05EE5 (or 0xE05EE5) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5E and E5. RGB value is (224,94,229). Sum of RGB (Red+Green+Blue) = 224+94+229=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #E05EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05EE5 is #1FA11A. Grayscale: #939393. Windows color (decimal): -2072859 or 15032032. OLE color: 15032032.

HSL color Cylindrical-coordinate representation of color #E05EE5: hue angle of 297.78º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05EE5 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22494229-
CMYK0.020.5900.10
HSL297.78º72.19%63.33%-
HSV(B)297.78º58.95%89.8%-
XYZ48.8929.5177.25-
YUV148.26173.57182.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 94 (37.11% from 255) = 17.18%
BLUE value IS 229 (89.84% from 255) = 41.86%
R=40.95%
G=17.18%
B=41.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal224942290.020.5900.10297.7872.1963.33
HexE05EE523B0A12a483f
Octal34013634527301245211077
Binary1110000010111101110010110111011010101001010101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05EE5; }

 p { color: rgb(224,94,229); }

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

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

 a { background-color: rgb(224,94,229); }

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

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

 span { border-color: rgb(224,94,229); }

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