Html Css Color HEX #E260E7 Free Speech Magenta
📋 copy color: '#E260E7'red 226 ◦ green 96 ◦ blue 231
Shades of Free Speech Magenta #E260E7
Tints of Free Speech Magenta #E260E7
RGB
CMYK
RGB Variations
Color information
#E260E7 (or 0xE260E7) is known color: Free Speech Magenta. HEX triplet: E2, 60 and E7. RGB value is (226,96,231). Sum of RGB (Red+Green+Blue) = 226+96+231=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #E260E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E260E7 is #1D9F18. Grayscale: #959595. Windows color (decimal): -1941273 or 15163618. OLE color: 15163618.
HSL color Cylindrical-coordinate representation of color #E260E7: hue angle of 297.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E260E7 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 96 | 231 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.09 |
| HSL | 297.78º | 0.74% | 0.64% | - |
| HSV(B) | 297.78º | 0.58% | 0.91% | - |
| XYZ | 49.97 | 30.3 | 78.82 | - |
| YUV | 150.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 231 | 0.02 | 0.58 | 0 | 0.09 | 297.78 | 0.74 | 0.64 |
| Hex | E2 | 60 | E7 | 2 | 3A | 0 | 9 | 12A | 4A | 40 |
| Octal | 342 | 140 | 347 | 2 | 72 | 0 | 11 | 452 | 112 | 100 |
| Binary | 11100010 | 1100000 | 11100111 | 10 | 111010 | 0 | 1001 | 100101010 | 1001010 | 1000000 |
Color Harmonies of #E260E7
Complementary color
Monochromatic Colors of #E260E7
Black with #E260E7
Text Example
Text Example
White with #E260E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260E7; }
p { color: rgb(226,96,231); }
H1.HeaderClassName
{
color: #E260E7;
}
.AnyTagClassName
{
color: #E260E7;
}
</style>
background-color css
<style>
a { background-color: #E260E7; }
a { background-color: rgb(226,96,231); }
div.DivClassName
{
background-color: #E260E7;
}
.BgClassName
{
background-color: #E260E7;
}
</style>
border-color css
<style>
span { border-color: #E260E7; }
span { border-color: rgb(226,96,231); }
td.TdClassName
{
border-color: #E260E7;
}
.TagClassName
{
border-color: #E260E7;
}
</style>