Html Css Color HEX #E260C7 Free Speech Magenta
📋 copy color: '#E260C7'red 226 ◦ green 96 ◦ blue 199
Shades of Free Speech Magenta #E260C7
Tints of Free Speech Magenta #E260C7
RGB
CMYK
RGB Variations
Color information
#E260C7 (or 0xE260C7) is known color: Free Speech Magenta. HEX triplet: E2, 60 and C7. RGB value is (226,96,199). Sum of RGB (Red+Green+Blue) = 226+96+199=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E260C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E260C7 is #1D9F38. Grayscale: #929292. Windows color (decimal): -1941305 or 13066466. OLE color: 13066466.
HSL color Cylindrical-coordinate representation of color #E260C7: hue angle of 312.46º 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 #E260C7 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 199 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.11 |
| HSL | 312.46º | 0.69% | 0.63% | - |
| HSV(B) | 312.46º | 0.58% | 0.89% | - |
| XYZ | 45.86 | 28.66 | 57.15 | - |
| YUV | 146.61 | 157.57 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 199 | 0 | 0.58 | 0.12 | 0.11 | 312.46 | 0.69 | 0.63 |
| Hex | E2 | 60 | C7 | 0 | 3A | C | B | 138 | 45 | 3F |
| Octal | 342 | 140 | 307 | 0 | 72 | 14 | 13 | 470 | 105 | 77 |
| Binary | 11100010 | 1100000 | 11000111 | 0 | 111010 | 1100 | 1011 | 100111000 | 1000101 | 111111 |
Color Harmonies of #E260C7
Complementary color
Monochromatic Colors of #E260C7
Black with #E260C7
Text Example
Text Example
White with #E260C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260C7; }
p { color: rgb(226,96,199); }
H1.HeaderClassName
{
color: #E260C7;
}
.AnyTagClassName
{
color: #E260C7;
}
</style>
background-color css
<style>
a { background-color: #E260C7; }
a { background-color: rgb(226,96,199); }
div.DivClassName
{
background-color: #E260C7;
}
.BgClassName
{
background-color: #E260C7;
}
</style>
border-color css
<style>
span { border-color: #E260C7; }
span { border-color: rgb(226,96,199); }
td.TdClassName
{
border-color: #E260C7;
}
.TagClassName
{
border-color: #E260C7;
}
</style>