Html Css Color HEX #E137DF Free Speech Magenta
📋 copy color: '#E137DF'red 225 ◦ green 55 ◦ blue 223
Shades of Free Speech Magenta #E137DF
Tints of Free Speech Magenta #E137DF
RGB
CMYK
RGB Variations
Color information
#E137DF (or 0xE137DF) is known color: Free Speech Magenta. HEX triplet: E1, 37 and DF. RGB value is (225,55,223). Sum of RGB (Red+Green+Blue) = 225+55+223=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 55 (21.88% from 255 or 10.93% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E137DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E137DF is #1EC820. Grayscale: #7C7C7C. Windows color (decimal): -2017313 or 14628833. OLE color: 14628833.
HSL color Cylindrical-coordinate representation of color #E137DF: hue angle of 300.71º 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 #E137DF is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 223 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.12 |
| HSL | 300.71º | 0.74% | 0.55% | - |
| HSV(B) | 300.71º | 0.76% | 0.88% | - |
| XYZ | 45.74 | 24.07 | 72.05 | - |
| YUV | 124.98 | 183.32 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 223 | 0 | 0.76 | 0.01 | 0.12 | 300.71 | 0.74 | 0.55 |
| Hex | E1 | 37 | DF | 0 | 4C | 1 | C | 12D | 4A | 37 |
| Octal | 341 | 67 | 337 | 0 | 114 | 1 | 14 | 455 | 112 | 67 |
| Binary | 11100001 | 110111 | 11011111 | 0 | 1001100 | 1 | 1100 | 100101101 | 1001010 | 110111 |
Color Harmonies of #E137DF
Complementary color
Monochromatic Colors of #E137DF
Black with #E137DF
Text Example
Text Example
White with #E137DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E137DF; }
p { color: rgb(225,55,223); }
H1.HeaderClassName
{
color: #E137DF;
}
.AnyTagClassName
{
color: #E137DF;
}
</style>
background-color css
<style>
a { background-color: #E137DF; }
a { background-color: rgb(225,55,223); }
div.DivClassName
{
background-color: #E137DF;
}
.BgClassName
{
background-color: #E137DF;
}
</style>
border-color css
<style>
span { border-color: #E137DF; }
span { border-color: rgb(225,55,223); }
td.TdClassName
{
border-color: #E137DF;
}
.TagClassName
{
border-color: #E137DF;
}
</style>