Html Css Color HEX #E260C5 Free Speech Magenta
📋 copy color: '#E260C5'red 226 ◦ green 96 ◦ blue 197
Shades of Free Speech Magenta #E260C5
Tints of Free Speech Magenta #E260C5
RGB
CMYK
RGB Variations
Color information
#E260C5 (or 0xE260C5) is known color: Free Speech Magenta. HEX triplet: E2, 60 and C5. RGB value is (226,96,197). Sum of RGB (Red+Green+Blue) = 226+96+197=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E260C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E260C5 is #1D9F3A. Grayscale: #929292. Windows color (decimal): -1941307 or 12935394. OLE color: 12935394.
HSL color Cylindrical-coordinate representation of color #E260C5: hue angle of 313.38º 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 #E260C5 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 197 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.11 |
| HSL | 313.38º | 0.69% | 0.63% | - |
| HSV(B) | 313.38º | 0.58% | 0.89% | - |
| XYZ | 45.62 | 28.57 | 55.93 | - |
| YUV | 146.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 197 | 0 | 0.58 | 0.13 | 0.11 | 313.38 | 0.69 | 0.63 |
| Hex | E2 | 60 | C5 | 0 | 3A | D | B | 139 | 45 | 3F |
| Octal | 342 | 140 | 305 | 0 | 72 | 15 | 13 | 471 | 105 | 77 |
| Binary | 11100010 | 1100000 | 11000101 | 0 | 111010 | 1101 | 1011 | 100111001 | 1000101 | 111111 |
Color Harmonies of #E260C5
Complementary color
Monochromatic Colors of #E260C5
Black with #E260C5
Text Example
Text Example
White with #E260C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260C5; }
p { color: rgb(226,96,197); }
H1.HeaderClassName
{
color: #E260C5;
}
.AnyTagClassName
{
color: #E260C5;
}
</style>
background-color css
<style>
a { background-color: #E260C5; }
a { background-color: rgb(226,96,197); }
div.DivClassName
{
background-color: #E260C5;
}
.BgClassName
{
background-color: #E260C5;
}
</style>
border-color css
<style>
span { border-color: #E260C5; }
span { border-color: rgb(226,96,197); }
td.TdClassName
{
border-color: #E260C5;
}
.TagClassName
{
border-color: #E260C5;
}
</style>