Html Css Color HEX #E260C1 Free Speech Magenta
📋 copy color: '#E260C1'red 226 ◦ green 96 ◦ blue 193
Shades of Free Speech Magenta #E260C1
Tints of Free Speech Magenta #E260C1
RGB
CMYK
RGB Variations
Color information
#E260C1 (or 0xE260C1) is known color: Free Speech Magenta. HEX triplet: E2, 60 and C1. RGB value is (226,96,193). Sum of RGB (Red+Green+Blue) = 226+96+193=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E260C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E260C1 is #1D9F3E. Grayscale: #919191. Windows color (decimal): -1941311 or 12673250. OLE color: 12673250.
HSL color Cylindrical-coordinate representation of color #E260C1: hue angle of 315.23º 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 #E260C1 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 193 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.11 |
| HSL | 315.23º | 0.69% | 0.63% | - |
| HSV(B) | 315.23º | 0.58% | 0.89% | - |
| XYZ | 45.17 | 28.38 | 53.55 | - |
| YUV | 145.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 193 | 0 | 0.58 | 0.15 | 0.11 | 315.23 | 0.69 | 0.63 |
| Hex | E2 | 60 | C1 | 0 | 3A | F | B | 13B | 45 | 3F |
| Octal | 342 | 140 | 301 | 0 | 72 | 17 | 13 | 473 | 105 | 77 |
| Binary | 11100010 | 1100000 | 11000001 | 0 | 111010 | 1111 | 1011 | 100111011 | 1000101 | 111111 |
Color Harmonies of #E260C1
Complementary color
Monochromatic Colors of #E260C1
Black with #E260C1
Text Example
Text Example
White with #E260C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260C1; }
p { color: rgb(226,96,193); }
H1.HeaderClassName
{
color: #E260C1;
}
.AnyTagClassName
{
color: #E260C1;
}
</style>
background-color css
<style>
a { background-color: #E260C1; }
a { background-color: rgb(226,96,193); }
div.DivClassName
{
background-color: #E260C1;
}
.BgClassName
{
background-color: #E260C1;
}
</style>
border-color css
<style>
span { border-color: #E260C1; }
span { border-color: rgb(226,96,193); }
td.TdClassName
{
border-color: #E260C1;
}
.TagClassName
{
border-color: #E260C1;
}
</style>