Html Css Color HEX #E134DF Free Speech Magenta
📋 copy color: '#E134DF'red 225 ◦ green 52 ◦ blue 223
Shades of Free Speech Magenta #E134DF
Tints of Free Speech Magenta #E134DF
RGB
CMYK
RGB Variations
Color information
#E134DF (or 0xE134DF) is known color: Free Speech Magenta. HEX triplet: E1, 34 and DF. RGB value is (225,52,223). Sum of RGB (Red+Green+Blue) = 225+52+223=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 52 (20.70% from 255 or 10.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E134DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E134DF is #1ECB20. Grayscale: #7A7A7A. Windows color (decimal): -2018081 or 14628065. OLE color: 14628065.
HSL color Cylindrical-coordinate representation of color #E134DF: hue angle of 300.69º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E134DF is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 223 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.12 |
| HSL | 300.69º | 0.74% | 0.54% | - |
| HSV(B) | 300.69º | 0.77% | 0.88% | - |
| XYZ | 45.6 | 23.79 | 72 | - |
| YUV | 123.22 | 184.31 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 223 | 0 | 0.77 | 0.01 | 0.12 | 300.69 | 0.74 | 0.54 |
| Hex | E1 | 34 | DF | 0 | 4D | 1 | C | 12D | 4A | 36 |
| Octal | 341 | 64 | 337 | 0 | 115 | 1 | 14 | 455 | 112 | 66 |
| Binary | 11100001 | 110100 | 11011111 | 0 | 1001101 | 1 | 1100 | 100101101 | 1001010 | 110110 |
Color Harmonies of #E134DF
Complementary color
Monochromatic Colors of #E134DF
Black with #E134DF
Text Example
Text Example
White with #E134DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E134DF; }
p { color: rgb(225,52,223); }
H1.HeaderClassName
{
color: #E134DF;
}
.AnyTagClassName
{
color: #E134DF;
}
</style>
background-color css
<style>
a { background-color: #E134DF; }
a { background-color: rgb(225,52,223); }
div.DivClassName
{
background-color: #E134DF;
}
.BgClassName
{
background-color: #E134DF;
}
</style>
border-color css
<style>
span { border-color: #E134DF; }
span { border-color: rgb(225,52,223); }
td.TdClassName
{
border-color: #E134DF;
}
.TagClassName
{
border-color: #E134DF;
}
</style>