Html Css Color HEX #E255DD Free Speech Magenta
📋 copy color: '#E255DD'red 226 ◦ green 85 ◦ blue 221
Shades of Free Speech Magenta #E255DD
Tints of Free Speech Magenta #E255DD
RGB
CMYK
RGB Variations
Color information
#E255DD (or 0xE255DD) is known color: Free Speech Magenta. HEX triplet: E2, 55 and DD. RGB value is (226,85,221). Sum of RGB (Red+Green+Blue) = 226+85+221=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E255DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255DD is #1DAA22. Grayscale: #8E8E8E. Windows color (decimal): -1944099 or 14505442. OLE color: 14505442.
HSL color Cylindrical-coordinate representation of color #E255DD: hue angle of 302.13º 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 #E255DD is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 221 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.11 |
| HSL | 302.13º | 0.71% | 0.61% | - |
| HSV(B) | 302.13º | 0.62% | 0.89% | - |
| XYZ | 47.66 | 27.89 | 71.28 | - |
| YUV | 142.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 221 | 0 | 0.62 | 0.02 | 0.11 | 302.13 | 0.71 | 0.61 |
| Hex | E2 | 55 | DD | 0 | 3E | 2 | B | 12E | 47 | 3D |
| Octal | 342 | 125 | 335 | 0 | 76 | 2 | 13 | 456 | 107 | 75 |
| Binary | 11100010 | 1010101 | 11011101 | 0 | 111110 | 10 | 1011 | 100101110 | 1000111 | 111101 |
Color Harmonies of #E255DD
Complementary color
Monochromatic Colors of #E255DD
Black with #E255DD
Text Example
Text Example
White with #E255DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255DD; }
p { color: rgb(226,85,221); }
H1.HeaderClassName
{
color: #E255DD;
}
.AnyTagClassName
{
color: #E255DD;
}
</style>
background-color css
<style>
a { background-color: #E255DD; }
a { background-color: rgb(226,85,221); }
div.DivClassName
{
background-color: #E255DD;
}
.BgClassName
{
background-color: #E255DD;
}
</style>
border-color css
<style>
span { border-color: #E255DD; }
span { border-color: rgb(226,85,221); }
td.TdClassName
{
border-color: #E255DD;
}
.TagClassName
{
border-color: #E255DD;
}
</style>