Html Css Color HEX #E257DD Free Speech Magenta
📋 copy color: '#E257DD'red 226 ◦ green 87 ◦ blue 221
Shades of Free Speech Magenta #E257DD
Tints of Free Speech Magenta #E257DD
RGB
CMYK
RGB Variations
Color information
#E257DD (or 0xE257DD) is known color: Free Speech Magenta. HEX triplet: E2, 57 and DD. RGB value is (226,87,221). Sum of RGB (Red+Green+Blue) = 226+87+221=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 87 (34.38% from 255 or 16.29% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E257DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E257DD is #1DA822. Grayscale: #8F8F8F. Windows color (decimal): -1943587 or 14505954. OLE color: 14505954.
HSL color Cylindrical-coordinate representation of color #E257DD: hue angle of 302.16º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E257DD is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 221 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.11 |
| HSL | 302.16º | 0.71% | 0.61% | - |
| HSV(B) | 302.16º | 0.62% | 0.89% | - |
| XYZ | 47.82 | 28.21 | 71.33 | - |
| YUV | 143.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 221 | 0 | 0.62 | 0.02 | 0.11 | 302.16 | 0.71 | 0.61 |
| Hex | E2 | 57 | DD | 0 | 3E | 2 | B | 12E | 47 | 3D |
| Octal | 342 | 127 | 335 | 0 | 76 | 2 | 13 | 456 | 107 | 75 |
| Binary | 11100010 | 1010111 | 11011101 | 0 | 111110 | 10 | 1011 | 100101110 | 1000111 | 111101 |
Color Harmonies of #E257DD
Complementary color
Monochromatic Colors of #E257DD
Black with #E257DD
Text Example
Text Example
White with #E257DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E257DD; }
p { color: rgb(226,87,221); }
H1.HeaderClassName
{
color: #E257DD;
}
.AnyTagClassName
{
color: #E257DD;
}
</style>
background-color css
<style>
a { background-color: #E257DD; }
a { background-color: rgb(226,87,221); }
div.DivClassName
{
background-color: #E257DD;
}
.BgClassName
{
background-color: #E257DD;
}
</style>
border-color css
<style>
span { border-color: #E257DD; }
span { border-color: rgb(226,87,221); }
td.TdClassName
{
border-color: #E257DD;
}
.TagClassName
{
border-color: #E257DD;
}
</style>