Html Css Color HEX #E256D8 Free Speech Magenta
📋 copy color: '#E256D8'red 226 ◦ green 86 ◦ blue 216
Shades of Free Speech Magenta #E256D8
Tints of Free Speech Magenta #E256D8
RGB
CMYK
RGB Variations
Color information
#E256D8 (or 0xE256D8) is known color: Free Speech Magenta. HEX triplet: E2, 56 and D8. RGB value is (226,86,216). Sum of RGB (Red+Green+Blue) = 226+86+216=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 86 (33.98% from 255 or 16.29% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E256D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E256D8 is #1DA927. Grayscale: #8E8E8E. Windows color (decimal): -1943848 or 14178018. OLE color: 14178018.
HSL color Cylindrical-coordinate representation of color #E256D8: hue angle of 304.29º 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 #E256D8 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 216 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.11 |
| HSL | 304.29º | 0.71% | 0.61% | - |
| HSV(B) | 304.29º | 0.62% | 0.89% | - |
| XYZ | 47.09 | 27.78 | 67.85 | - |
| YUV | 142.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 216 | 0 | 0.62 | 0.04 | 0.11 | 304.29 | 0.71 | 0.61 |
| Hex | E2 | 56 | D8 | 0 | 3E | 4 | B | 130 | 47 | 3D |
| Octal | 342 | 126 | 330 | 0 | 76 | 4 | 13 | 460 | 107 | 75 |
| Binary | 11100010 | 1010110 | 11011000 | 0 | 111110 | 100 | 1011 | 100110000 | 1000111 | 111101 |
Color Harmonies of #E256D8
Complementary color
Monochromatic Colors of #E256D8
Black with #E256D8
Text Example
Text Example
White with #E256D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E256D8; }
p { color: rgb(226,86,216); }
H1.HeaderClassName
{
color: #E256D8;
}
.AnyTagClassName
{
color: #E256D8;
}
</style>
background-color css
<style>
a { background-color: #E256D8; }
a { background-color: rgb(226,86,216); }
div.DivClassName
{
background-color: #E256D8;
}
.BgClassName
{
background-color: #E256D8;
}
</style>
border-color css
<style>
span { border-color: #E256D8; }
span { border-color: rgb(226,86,216); }
td.TdClassName
{
border-color: #E256D8;
}
.TagClassName
{
border-color: #E256D8;
}
</style>