#E136DD

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

Shades of Free Speech Magenta #E136DD

Tints of Free Speech Magenta #E136DD

Color information

#E136DD (or 0xE136DD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 36 and DD. RGB value is (225,54,221). Sum of RGB (Red+Green+Blue) = 225+54+221=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E136DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136DD is #1EC922. Grayscale: #7B7B7B. Windows color (decimal): -2017571 or 14497505. OLE color: 14497505.

HSL color Cylindrical-coordinate representation of color #E136DD: hue angle of 301.4º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E136DD is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB22554221-
CMYK00.760.020.12
HSL301.4º74.03%54.71%-
HSV(B)301.4º76%88.24%-
XYZ45.4223.8770.62-
YUV124.17182.65199.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 54 (21.48% from 255) = 10.8%
BLUE value IS 221 (86.72% from 255) = 44.2%
R=45%
G=10.8%
B=44.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255422100.760.020.12301.474.0354.71
HexE136DD04C2C12d4a37
Octal34166335011421445511267
Binary1110000111011011011101010011001011001001011011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E136DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E136DD; }

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

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

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

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

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

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

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

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