#E156DD

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

Shades of Free Speech Magenta #E156DD

Tints of Free Speech Magenta #E156DD

Color information

#E156DD (or 0xE156DD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 56 and DD. RGB value is (225,86,221). Sum of RGB (Red+Green+Blue) = 225+86+221=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 86 (33.98% from 255 or 16.17% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E156DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E156DD is #1EA922. Grayscale: #8E8E8E. Windows color (decimal): -2009379 or 14505697. OLE color: 14505697.

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

Color convert

RGB22586221-
CMYK00.620.020.12
HSL301.73º69.85%60.98%-
HSV(B)301.73º61.78%88.24%-
XYZ47.4327.8871.29-
YUV142.95172.05186.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 86 (33.98% from 255) = 16.17%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=42.29%
G=16.17%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258622100.620.020.12301.7369.8560.98
HexE156DD03E2C12e463d
Octal34112633507621445610675
Binary1110000110101101101110101111101011001001011101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E156DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E156DD; }

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

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

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

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

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

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

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

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