#E136DF

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

Shades of Free Speech Magenta #E136DF

Tints of Free Speech Magenta #E136DF

Color information

#E136DF (or 0xE136DF) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 36 and DF. RGB value is (225,54,223). Sum of RGB (Red+Green+Blue) = 225+54+223=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 54 (21.48% from 255 or 10.76% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E136DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136DF is #1EC920. Grayscale: #7B7B7B. Windows color (decimal): -2017569 or 14628577. OLE color: 14628577.

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

Color convert

RGB22554223-
CMYK00.760.010.12
HSL300.7º74.03%54.71%-
HSV(B)300.7º76%88.24%-
XYZ45.6923.9772.03-
YUV124.39183.65199.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 54 (21.48% from 255) = 10.76%
BLUE value IS 223 (87.5% from 255) = 44.42%
R=44.82%
G=10.76%
B=44.42%

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
Decimal2255422300.760.010.12300.774.0354.71
HexE136DF04C1C12d4a37
Octal34166337011411445511267
Binary111000011101101101111101001100111001001011011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E136DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E136DF; }

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

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

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

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

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

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

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

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