#E155D8

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

Shades of Free Speech Magenta #E155D8

Tints of Free Speech Magenta #E155D8

Color information

#E155D8 (or 0xE155D8) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 55 and D8. RGB value is (225,85,216). Sum of RGB (Red+Green+Blue) = 225+85+216=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E155D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E155D8 is #1EAA27. Grayscale: #8D8D8D. Windows color (decimal): -2009640 or 14177761. OLE color: 14177761.

HSL color Cylindrical-coordinate representation of color #E155D8: hue angle of 303.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E155D8 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB22585216-
CMYK00.620.040.12
HSL303.86º70%60.78%-
HSV(B)303.86º62.22%88.24%-
XYZ46.6927.4667.81-
YUV141.79169.88187.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 85 (33.59% from 255) = 16.16%
BLUE value IS 216 (84.77% from 255) = 41.06%
R=42.78%
G=16.16%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258521600.620.040.12303.867060.78
HexE155D803E4C130463d
Octal34112533007641446010675
Binary11100001101010111011000011111010011001001100001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E155D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E155D8; }

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

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

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

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

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

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

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

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