#E136E0

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

Shades of Free Speech Magenta #E136E0

Tints of Free Speech Magenta #E136E0

Color information

#E136E0 (or 0xE136E0) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 36 and E0. RGB value is (225,54,224). Sum of RGB (Red+Green+Blue) = 225+54+224=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 54 (21.48% from 255 or 10.74% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E136E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136E0 is #1EC91F. Grayscale: #7C7C7C. Windows color (decimal): -2017568 or 14694113. OLE color: 14694113.

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

Color convert

RGB22554224-
CMYK00.760.000.12
HSL300.35º74.03%54.71%-
HSV(B)300.35º76%88.24%-
XYZ45.8324.0372.74-
YUV124.51184.15199.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 54 (21.48% from 255) = 10.74%
BLUE value IS 224 (87.89% from 255) = 44.53%
R=44.73%
G=10.74%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255422400.760.000.12300.3574.0354.71
HexE136E004C0C12c4a37
Octal34166340011401445411267
Binary111000011101101110000001001100011001001011001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E136E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E136E0; }

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

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

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

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

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

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

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

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