Html Css Color HEX #E260D0 Free Speech Magenta
📋 copy color: '#E260D0'red 226 ◦ green 96 ◦ blue 208
Shades of Free Speech Magenta #E260D0
Tints of Free Speech Magenta #E260D0
RGB
CMYK
RGB Variations
Color information
#E260D0 (or 0xE260D0) is known color: Free Speech Magenta. HEX triplet: E2, 60 and D0. RGB value is (226,96,208). Sum of RGB (Red+Green+Blue) = 226+96+208=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E260D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E260D0 is #1D9F2F. Grayscale: #939393. Windows color (decimal): -1941296 or 13656290. OLE color: 13656290.
HSL color Cylindrical-coordinate representation of color #E260D0: hue angle of 308.31º 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 #E260D0 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 208 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.11 |
| HSL | 308.31º | 0.69% | 0.63% | - |
| HSV(B) | 308.31º | 0.58% | 0.89% | - |
| XYZ | 46.93 | 29.09 | 62.82 | - |
| YUV | 147.64 | 162.07 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 208 | 0 | 0.58 | 0.08 | 0.11 | 308.31 | 0.69 | 0.63 |
| Hex | E2 | 60 | D0 | 0 | 3A | 8 | B | 134 | 45 | 3F |
| Octal | 342 | 140 | 320 | 0 | 72 | 10 | 13 | 464 | 105 | 77 |
| Binary | 11100010 | 1100000 | 11010000 | 0 | 111010 | 1000 | 1011 | 100110100 | 1000101 | 111111 |
Color Harmonies of #E260D0
Complementary color
Monochromatic Colors of #E260D0
Black with #E260D0
Text Example
Text Example
White with #E260D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260D0; }
p { color: rgb(226,96,208); }
H1.HeaderClassName
{
color: #E260D0;
}
.AnyTagClassName
{
color: #E260D0;
}
</style>
background-color css
<style>
a { background-color: #E260D0; }
a { background-color: rgb(226,96,208); }
div.DivClassName
{
background-color: #E260D0;
}
.BgClassName
{
background-color: #E260D0;
}
</style>
border-color css
<style>
span { border-color: #E260D0; }
span { border-color: rgb(226,96,208); }
td.TdClassName
{
border-color: #E260D0;
}
.TagClassName
{
border-color: #E260D0;
}
</style>