Html Css Color HEX #E454D1 Free Speech Magenta
📋 copy color: '#E454D1'red 228 ◦ green 84 ◦ blue 209
Shades of Free Speech Magenta #E454D1
Tints of Free Speech Magenta #E454D1
RGB
CMYK
RGB Variations
Color information
#E454D1 (or 0xE454D1) is known color: Free Speech Magenta. HEX triplet: E4, 54 and D1. RGB value is (228,84,209). Sum of RGB (Red+Green+Blue) = 228+84+209=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E454D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E454D1 is #1BAB2E. Grayscale: #8C8C8C. Windows color (decimal): -1813295 or 13718756. OLE color: 13718756.
HSL color Cylindrical-coordinate representation of color #E454D1: hue angle of 307.92º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E454D1 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 209 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.11 |
| HSL | 307.92º | 0.73% | 0.61% | - |
| HSV(B) | 307.92º | 0.63% | 0.89% | - |
| XYZ | 46.67 | 27.44 | 63.16 | - |
| YUV | 141.31 | 166.21 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 209 | 0 | 0.63 | 0.08 | 0.11 | 307.92 | 0.73 | 0.61 |
| Hex | E4 | 54 | D1 | 0 | 3F | 8 | B | 134 | 49 | 3D |
| Octal | 344 | 124 | 321 | 0 | 77 | 10 | 13 | 464 | 111 | 75 |
| Binary | 11100100 | 1010100 | 11010001 | 0 | 111111 | 1000 | 1011 | 100110100 | 1001001 | 111101 |
Color Harmonies of #E454D1
Complementary color
Monochromatic Colors of #E454D1
Black with #E454D1
Text Example
Text Example
White with #E454D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E454D1; }
p { color: rgb(228,84,209); }
H1.HeaderClassName
{
color: #E454D1;
}
.AnyTagClassName
{
color: #E454D1;
}
</style>
background-color css
<style>
a { background-color: #E454D1; }
a { background-color: rgb(228,84,209); }
div.DivClassName
{
background-color: #E454D1;
}
.BgClassName
{
background-color: #E454D1;
}
</style>
border-color css
<style>
span { border-color: #E454D1; }
span { border-color: rgb(228,84,209); }
td.TdClassName
{
border-color: #E454D1;
}
.TagClassName
{
border-color: #E454D1;
}
</style>