#E15EE4

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

Shades of Free Speech Magenta #E15EE4

Tints of Free Speech Magenta #E15EE4

Color information

#E15EE4 (or 0xE15EE4) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5E and E4. RGB value is (225,94,228). Sum of RGB (Red+Green+Blue) = 225+94+228=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #E15EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15EE4 is #1EA11B. Grayscale: #949494. Windows color (decimal): -2007324 or 14966497. OLE color: 14966497.

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

Color convert

RGB22594228-
CMYK0.010.5900.11
HSL298.66º71.28%63.14%-
HSV(B)298.66º58.77%89.41%-
XYZ49.0629.6176.53-
YUV148.44172.9182.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.13%
GREEN value IS 94 (37.11% from 255) = 17.18%
BLUE value IS 228 (89.45% from 255) = 41.68%
R=41.13%
G=17.18%
B=41.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal225942280.010.5900.11298.6671.2863.14
HexE15EE413B0B12b473f
Octal34113634417301345310777
Binary111000011011110111001001111011010111001010111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15EE4; }

 p { color: rgb(225,94,228); }

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

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

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

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

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

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

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