#E155EC

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

Shades of Free Speech Magenta #E155EC

Tints of Free Speech Magenta #E155EC

Color information

#E155EC (or 0xE155EC) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 55 and EC. RGB value is (225,85,236). Sum of RGB (Red+Green+Blue) = 225+85+236=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #E155EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E155EC is #1EAA13. Grayscale: #8F8F8F. Windows color (decimal): -2009620 or 15488481. OLE color: 15488481.

HSL color Cylindrical-coordinate representation of color #E155EC: hue angle of 295.63º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E155EC is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22585236-
CMYK0.050.6400.07
HSL295.63º79.89%62.94%-
HSV(B)295.63º63.98%92.55%-
XYZ49.4428.5682.26-
YUV144.07179.88185.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 85 (33.59% from 255) = 15.57%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=41.21%
G=15.57%
B=43.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal225852360.050.6400.07295.6379.8962.94
HexE155EC54007128503f
Octal34112535451000745012077
Binary11100001101010111101100101100000001111001010001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E155EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E155EC; }

 p { color: rgb(225,85,236); }

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

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

 a { background-color: rgb(225,85,236); }

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

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

 span { border-color: rgb(225,85,236); }

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