Html Css Color HEX #E14DCD Free Speech Magenta
📋 copy color: '#E14DCD'red 225 ◦ green 77 ◦ blue 205
Shades of Free Speech Magenta #E14DCD
Tints of Free Speech Magenta #E14DCD
RGB
CMYK
RGB Variations
Color information
#E14DCD (or 0xE14DCD) is known color: Free Speech Magenta. HEX triplet: E1, 4D and CD. RGB value is (225,77,205). Sum of RGB (Red+Green+Blue) = 225+77+205=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DCD is #1EB232. Grayscale: #878787. Windows color (decimal): -2011699 or 13454817. OLE color: 13454817.
HSL color Cylindrical-coordinate representation of color #E14DCD: hue angle of 308.11º 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 #E14DCD is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 205 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.12 |
| HSL | 308.11º | 0.71% | 0.59% | - |
| HSV(B) | 308.11º | 0.66% | 0.88% | - |
| XYZ | 44.72 | 25.72 | 60.37 | - |
| YUV | 135.84 | 167.03 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 205 | 0 | 0.66 | 0.09 | 0.12 | 308.11 | 0.71 | 0.59 |
| Hex | E1 | 4D | CD | 0 | 42 | 9 | C | 134 | 47 | 3B |
| Octal | 341 | 115 | 315 | 0 | 102 | 11 | 14 | 464 | 107 | 73 |
| Binary | 11100001 | 1001101 | 11001101 | 0 | 1000010 | 1001 | 1100 | 100110100 | 1000111 | 111011 |
Color Harmonies of #E14DCD
Complementary color
Monochromatic Colors of #E14DCD
Black with #E14DCD
Text Example
Text Example
White with #E14DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DCD; }
p { color: rgb(225,77,205); }
H1.HeaderClassName
{
color: #E14DCD;
}
.AnyTagClassName
{
color: #E14DCD;
}
</style>
background-color css
<style>
a { background-color: #E14DCD; }
a { background-color: rgb(225,77,205); }
div.DivClassName
{
background-color: #E14DCD;
}
.BgClassName
{
background-color: #E14DCD;
}
</style>
border-color css
<style>
span { border-color: #E14DCD; }
span { border-color: rgb(225,77,205); }
td.TdClassName
{
border-color: #E14DCD;
}
.TagClassName
{
border-color: #E14DCD;
}
</style>