#E137DC

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

Shades of Free Speech Magenta #E137DC

Tints of Free Speech Magenta #E137DC

Color information

#E137DC (or 0xE137DC) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 37 and DC. RGB value is (225,55,220). Sum of RGB (Red+Green+Blue) = 225+55+220=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 55 (21.88% from 255 or 11% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E137DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E137DC is #1EC823. Grayscale: #7C7C7C. Windows color (decimal): -2017316 or 14432225. OLE color: 14432225.

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

Color convert

RGB22555220-
CMYK00.760.020.12
HSL301.76º73.91%54.9%-
HSV(B)301.76º75.56%88.24%-
XYZ45.3423.9169.94-
YUV124.64181.82199.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 55 (21.88% from 255) = 11%
BLUE value IS 220 (86.33% from 255) = 44%
R=45%
G=11%
B=44%

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
Decimal2255522000.760.020.12301.7673.9154.9
HexE137DC04C2C12e4a37
Octal34167334011421445611267
Binary1110000111011111011100010011001011001001011101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E137DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E137DC; }

 p { color: rgb(225,55,220); }

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

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

 a { background-color: rgb(225,55,220); }

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

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

 span { border-color: rgb(225,55,220); }

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