#E05EE2

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

Shades of Free Speech Magenta #E05EE2

Tints of Free Speech Magenta #E05EE2

Color information

#E05EE2 (or 0xE05EE2) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5E and E2. RGB value is (224,94,226). Sum of RGB (Red+Green+Blue) = 224+94+226=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 226 - color contains mainly: blue. Hex color #E05EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05EE2 is #1FA11D. Grayscale: #939393. Windows color (decimal): -2072862 or 14835424. OLE color: 14835424.

HSL color Cylindrical-coordinate representation of color #E05EE2: hue angle of 299.09º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05EE2 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22494226-
CMYK0.010.5800.11
HSL299.09º69.47%62.75%-
HSV(B)299.09º58.41%88.63%-
XYZ48.4729.3475.06-
YUV147.92172.07182.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 94 (37.11% from 255) = 17.28%
BLUE value IS 226 (88.67% from 255) = 41.54%
R=41.18%
G=17.28%
B=41.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal224942260.010.5800.11299.0969.4762.75
HexE05EE213A0B12b453f
Octal34013634217201345310577
Binary111000001011110111000101111010010111001010111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05EE2; }

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

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

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

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

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

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

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

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