Html Css Color HEX #E453DD Free Speech Magenta
📋 copy color: '#E453DD'red 228 ◦ green 83 ◦ blue 221
Shades of Free Speech Magenta #E453DD
Tints of Free Speech Magenta #E453DD
RGB
CMYK
RGB Variations
Color information
#E453DD (or 0xE453DD) is known color: Free Speech Magenta. HEX triplet: E4, 53 and DD. RGB value is (228,83,221). Sum of RGB (Red+Green+Blue) = 228+83+221=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E453DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E453DD is #1BAC22. Grayscale: #8D8D8D. Windows color (decimal): -1813539 or 14504932. OLE color: 14504932.
HSL color Cylindrical-coordinate representation of color #E453DD: hue angle of 302.9º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E453DD is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 221 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.11 |
| HSL | 302.9º | 0.73% | 0.61% | - |
| HSV(B) | 302.9º | 0.64% | 0.89% | - |
| XYZ | 48.14 | 27.9 | 71.25 | - |
| YUV | 142.09 | 172.54 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 221 | 0 | 0.64 | 0.03 | 0.11 | 302.9 | 0.73 | 0.61 |
| Hex | E4 | 53 | DD | 0 | 40 | 3 | B | 12F | 49 | 3D |
| Octal | 344 | 123 | 335 | 0 | 100 | 3 | 13 | 457 | 111 | 75 |
| Binary | 11100100 | 1010011 | 11011101 | 0 | 1000000 | 11 | 1011 | 100101111 | 1001001 | 111101 |
Color Harmonies of #E453DD
Complementary color
Monochromatic Colors of #E453DD
Black with #E453DD
Text Example
Text Example
White with #E453DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E453DD; }
p { color: rgb(228,83,221); }
H1.HeaderClassName
{
color: #E453DD;
}
.AnyTagClassName
{
color: #E453DD;
}
</style>
background-color css
<style>
a { background-color: #E453DD; }
a { background-color: rgb(228,83,221); }
div.DivClassName
{
background-color: #E453DD;
}
.BgClassName
{
background-color: #E453DD;
}
</style>
border-color css
<style>
span { border-color: #E453DD; }
span { border-color: rgb(228,83,221); }
td.TdClassName
{
border-color: #E453DD;
}
.TagClassName
{
border-color: #E453DD;
}
</style>