Html Css Color HEX #E458DD Free Speech Magenta
📋 copy color: '#E458DD'red 228 ◦ green 88 ◦ blue 221
Shades of Free Speech Magenta #E458DD
Tints of Free Speech Magenta #E458DD
RGB
CMYK
RGB Variations
Color information
#E458DD (or 0xE458DD) is known color: Free Speech Magenta. HEX triplet: E4, 58 and DD. RGB value is (228,88,221). Sum of RGB (Red+Green+Blue) = 228+88+221=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E458DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E458DD is #1BA722. Grayscale: #909090. Windows color (decimal): -1812259 or 14506212. OLE color: 14506212.
HSL color Cylindrical-coordinate representation of color #E458DD: hue angle of 303º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E458DD is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 88 | 221 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.11 |
| HSL | 303º | 0.72% | 0.62% | - |
| HSV(B) | 303º | 0.61% | 0.89% | - |
| XYZ | 48.54 | 28.69 | 71.39 | - |
| YUV | 145.02 | 170.88 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 221 | 0 | 0.61 | 0.03 | 0.11 | 303 | 0.72 | 0.62 |
| Hex | E4 | 58 | DD | 0 | 3D | 3 | B | 12F | 48 | 3E |
| Octal | 344 | 130 | 335 | 0 | 75 | 3 | 13 | 457 | 110 | 76 |
| Binary | 11100100 | 1011000 | 11011101 | 0 | 111101 | 11 | 1011 | 100101111 | 1001000 | 111110 |
Color Harmonies of #E458DD
Complementary color
Monochromatic Colors of #E458DD
Black with #E458DD
Text Example
Text Example
White with #E458DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E458DD; }
p { color: rgb(228,88,221); }
H1.HeaderClassName
{
color: #E458DD;
}
.AnyTagClassName
{
color: #E458DD;
}
</style>
background-color css
<style>
a { background-color: #E458DD; }
a { background-color: rgb(228,88,221); }
div.DivClassName
{
background-color: #E458DD;
}
.BgClassName
{
background-color: #E458DD;
}
</style>
border-color css
<style>
span { border-color: #E458DD; }
span { border-color: rgb(228,88,221); }
td.TdClassName
{
border-color: #E458DD;
}
.TagClassName
{
border-color: #E458DD;
}
</style>