Html Css Color HEX #E468DD Free Speech Magenta
📋 copy color: '#E468DD'red 228 ◦ green 104 ◦ blue 221
Shades of Free Speech Magenta #E468DD
Tints of Free Speech Magenta #E468DD
RGB
CMYK
RGB Variations
Color information
#E468DD (or 0xE468DD) is known color: Free Speech Magenta. HEX triplet: E4, 68 and DD. RGB value is (228,104,221). Sum of RGB (Red+Green+Blue) = 228+104+221=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E468DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E468DD is #1B9722. Grayscale: #9A9A9A. Windows color (decimal): -1808163 or 14510308. OLE color: 14510308.
HSL color Cylindrical-coordinate representation of color #E468DD: hue angle of 303.39º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E468DD is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 104 | 221 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.11 |
| HSL | 303.39º | 0.7% | 0.65% | - |
| HSV(B) | 303.39º | 0.54% | 0.89% | - |
| XYZ | 50 | 31.62 | 71.87 | - |
| YUV | 154.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 221 | 0 | 0.54 | 0.03 | 0.11 | 303.39 | 0.7 | 0.65 |
| Hex | E4 | 68 | DD | 0 | 36 | 3 | B | 12F | 46 | 41 |
| Octal | 344 | 150 | 335 | 0 | 66 | 3 | 13 | 457 | 106 | 101 |
| Binary | 11100100 | 1101000 | 11011101 | 0 | 110110 | 11 | 1011 | 100101111 | 1000110 | 1000001 |
Color Harmonies of #E468DD
Complementary color
Monochromatic Colors of #E468DD
Black with #E468DD
Text Example
Text Example
White with #E468DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E468DD; }
p { color: rgb(228,104,221); }
H1.HeaderClassName
{
color: #E468DD;
}
.AnyTagClassName
{
color: #E468DD;
}
</style>
background-color css
<style>
a { background-color: #E468DD; }
a { background-color: rgb(228,104,221); }
div.DivClassName
{
background-color: #E468DD;
}
.BgClassName
{
background-color: #E468DD;
}
</style>
border-color css
<style>
span { border-color: #E468DD; }
span { border-color: rgb(228,104,221); }
td.TdClassName
{
border-color: #E468DD;
}
.TagClassName
{
border-color: #E468DD;
}
</style>