#E136DE

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

Shades of Free Speech Magenta #E136DE

Tints of Free Speech Magenta #E136DE

Color information

#E136DE (or 0xE136DE) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 36 and DE. RGB value is (225,54,222). Sum of RGB (Red+Green+Blue) = 225+54+222=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 54 (21.48% from 255 or 10.78% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E136DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136DE is #1EC921. Grayscale: #7B7B7B. Windows color (decimal): -2017570 or 14563041. OLE color: 14563041.

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

Color convert

RGB22554222-
CMYK00.760.010.12
HSL301.05º74.03%54.71%-
HSV(B)301.05º76%88.24%-
XYZ45.5623.9271.32-
YUV124.28183.15199.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 54 (21.48% from 255) = 10.78%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=44.91%
G=10.78%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255422200.760.010.12301.0574.0354.71
HexE136DE04C1C12d4a37
Octal34166336011411445511267
Binary111000011101101101111001001100111001001011011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E136DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E136DE; }

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

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

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

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

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

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

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

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