Html Css Color HEX #E14DDF Free Speech Magenta
📋 copy color: '#E14DDF'red 225 ◦ green 77 ◦ blue 223
Shades of Free Speech Magenta #E14DDF
Tints of Free Speech Magenta #E14DDF
RGB
CMYK
RGB Variations
Color information
#E14DDF (or 0xE14DDF) is known color: Free Speech Magenta. HEX triplet: E1, 4D and DF. RGB value is (225,77,223). Sum of RGB (Red+Green+Blue) = 225+77+223=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DDF is #1EB220. Grayscale: #898989. Windows color (decimal): -2011681 or 14634465. OLE color: 14634465.
HSL color Cylindrical-coordinate representation of color #E14DDF: hue angle of 300.81º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14DDF is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 223 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.12 |
| HSL | 300.81º | 0.71% | 0.59% | - |
| HSV(B) | 300.81º | 0.66% | 0.88% | - |
| XYZ | 47.02 | 26.64 | 72.48 | - |
| YUV | 137.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 223 | 0 | 0.66 | 0.01 | 0.12 | 300.81 | 0.71 | 0.59 |
| Hex | E1 | 4D | DF | 0 | 42 | 1 | C | 12D | 47 | 3B |
| Octal | 341 | 115 | 337 | 0 | 102 | 1 | 14 | 455 | 107 | 73 |
| Binary | 11100001 | 1001101 | 11011111 | 0 | 1000010 | 1 | 1100 | 100101101 | 1000111 | 111011 |
Color Harmonies of #E14DDF
Complementary color
Monochromatic Colors of #E14DDF
Black with #E14DDF
Text Example
Text Example
White with #E14DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DDF; }
p { color: rgb(225,77,223); }
H1.HeaderClassName
{
color: #E14DDF;
}
.AnyTagClassName
{
color: #E14DDF;
}
</style>
background-color css
<style>
a { background-color: #E14DDF; }
a { background-color: rgb(225,77,223); }
div.DivClassName
{
background-color: #E14DDF;
}
.BgClassName
{
background-color: #E14DDF;
}
</style>
border-color css
<style>
span { border-color: #E14DDF; }
span { border-color: rgb(225,77,223); }
td.TdClassName
{
border-color: #E14DDF;
}
.TagClassName
{
border-color: #E14DDF;
}
</style>