#E156D8

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

Shades of Free Speech Magenta #E156D8

Tints of Free Speech Magenta #E156D8

Color information

#E156D8 (or 0xE156D8) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 56 and D8. RGB value is (225,86,216). Sum of RGB (Red+Green+Blue) = 225+86+216=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E156D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E156D8 is #1EA927. Grayscale: #8E8E8E. Windows color (decimal): -2009384 or 14178017. OLE color: 14178017.

HSL color Cylindrical-coordinate representation of color #E156D8: hue angle of 303.88º 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 #E156D8 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB22586216-
CMYK00.620.040.12
HSL303.88º69.85%60.98%-
HSV(B)303.88º61.78%88.24%-
XYZ46.7727.6267.83-
YUV142.38169.55186.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 86 (33.98% from 255) = 16.32%
BLUE value IS 216 (84.77% from 255) = 40.99%
R=42.69%
G=16.32%
B=40.99%

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
Decimal2258621600.620.040.12303.8869.8560.98
HexE156D803E4C130463d
Octal34112633007641446010675
Binary11100001101011011011000011111010011001001100001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E156D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E156D8; }

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

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

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

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

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

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

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

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