Html Css Color HEX #E137DC Free Speech Magenta
📋 copy color: '#E137DC'red 225 ◦ green 55 ◦ blue 220
Shades of Free Speech Magenta #E137DC
Tints of Free Speech Magenta #E137DC
RGB
CMYK
RGB Variations
Color information
#E137DC (or 0xE137DC) is known color: 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
| RGB | 225 | 55 | 220 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.12 |
| HSL | 301.76º | 0.74% | 0.55% | - |
| HSV(B) | 301.76º | 0.76% | 0.88% | - |
| XYZ | 45.34 | 23.91 | 69.94 | - |
| YUV | 124.64 | 181.82 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 220 | 0 | 0.76 | 0.02 | 0.12 | 301.76 | 0.74 | 0.55 |
| Hex | E1 | 37 | DC | 0 | 4C | 2 | C | 12E | 4A | 37 |
| Octal | 341 | 67 | 334 | 0 | 114 | 2 | 14 | 456 | 112 | 67 |
| Binary | 11100001 | 110111 | 11011100 | 0 | 1001100 | 10 | 1100 | 100101110 | 1001010 | 110111 |
Color Harmonies of #E137DC
Complementary color
Monochromatic Colors of #E137DC
Black with #E137DC
Text Example
Text Example
White with #E137DC
Text Example
Text Example
HTML Codes & Css Web 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>