Html Css Color HEX #E260D8 Free Speech Magenta
📋 copy color: '#E260D8'red 226 ◦ green 96 ◦ blue 216
Shades of Free Speech Magenta #E260D8
Tints of Free Speech Magenta #E260D8
RGB
CMYK
RGB Variations
Color information
#E260D8 (or 0xE260D8) is known color: Free Speech Magenta. HEX triplet: E2, 60 and D8. RGB value is (226,96,216). Sum of RGB (Red+Green+Blue) = 226+96+216=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 96 (37.89% from 255 or 17.84% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E260D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E260D8 is #1D9F27. Grayscale: #949494. Windows color (decimal): -1941288 or 14180578. OLE color: 14180578.
HSL color Cylindrical-coordinate representation of color #E260D8: hue angle of 304.62º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E260D8 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 216 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.11 |
| HSL | 304.62º | 0.69% | 0.63% | - |
| HSV(B) | 304.62º | 0.58% | 0.89% | - |
| XYZ | 47.94 | 29.49 | 68.13 | - |
| YUV | 148.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 216 | 0 | 0.58 | 0.04 | 0.11 | 304.62 | 0.69 | 0.63 |
| Hex | E2 | 60 | D8 | 0 | 3A | 4 | B | 131 | 45 | 3F |
| Octal | 342 | 140 | 330 | 0 | 72 | 4 | 13 | 461 | 105 | 77 |
| Binary | 11100010 | 1100000 | 11011000 | 0 | 111010 | 100 | 1011 | 100110001 | 1000101 | 111111 |
Color Harmonies of #E260D8
Complementary color
Monochromatic Colors of #E260D8
Black with #E260D8
Text Example
Text Example
White with #E260D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260D8; }
p { color: rgb(226,96,216); }
H1.HeaderClassName
{
color: #E260D8;
}
.AnyTagClassName
{
color: #E260D8;
}
</style>
background-color css
<style>
a { background-color: #E260D8; }
a { background-color: rgb(226,96,216); }
div.DivClassName
{
background-color: #E260D8;
}
.BgClassName
{
background-color: #E260D8;
}
</style>
border-color css
<style>
span { border-color: #E260D8; }
span { border-color: rgb(226,96,216); }
td.TdClassName
{
border-color: #E260D8;
}
.TagClassName
{
border-color: #E260D8;
}
</style>