Html Css Color HEX #E260C6 Free Speech Magenta
📋 copy color: '#E260C6'red 226 ◦ green 96 ◦ blue 198
Shades of Free Speech Magenta #E260C6
Tints of Free Speech Magenta #E260C6
RGB
CMYK
RGB Variations
Color information
#E260C6 (or 0xE260C6) is known color: Free Speech Magenta. HEX triplet: E2, 60 and C6. RGB value is (226,96,198). Sum of RGB (Red+Green+Blue) = 226+96+198=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E260C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E260C6 is #1D9F39. Grayscale: #929292. Windows color (decimal): -1941306 or 13000930. OLE color: 13000930.
HSL color Cylindrical-coordinate representation of color #E260C6: hue angle of 312.92º 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 #E260C6 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 198 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.11 |
| HSL | 312.92º | 0.69% | 0.63% | - |
| HSV(B) | 312.92º | 0.58% | 0.89% | - |
| XYZ | 45.74 | 28.61 | 56.54 | - |
| YUV | 146.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 198 | 0 | 0.58 | 0.12 | 0.11 | 312.92 | 0.69 | 0.63 |
| Hex | E2 | 60 | C6 | 0 | 3A | C | B | 139 | 45 | 3F |
| Octal | 342 | 140 | 306 | 0 | 72 | 14 | 13 | 471 | 105 | 77 |
| Binary | 11100010 | 1100000 | 11000110 | 0 | 111010 | 1100 | 1011 | 100111001 | 1000101 | 111111 |
Color Harmonies of #E260C6
Complementary color
Monochromatic Colors of #E260C6
Black with #E260C6
Text Example
Text Example
White with #E260C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260C6; }
p { color: rgb(226,96,198); }
H1.HeaderClassName
{
color: #E260C6;
}
.AnyTagClassName
{
color: #E260C6;
}
</style>
background-color css
<style>
a { background-color: #E260C6; }
a { background-color: rgb(226,96,198); }
div.DivClassName
{
background-color: #E260C6;
}
.BgClassName
{
background-color: #E260C6;
}
</style>
border-color css
<style>
span { border-color: #E260C6; }
span { border-color: rgb(226,96,198); }
td.TdClassName
{
border-color: #E260C6;
}
.TagClassName
{
border-color: #E260C6;
}
</style>