Html Css Color HEX #E260CC Free Speech Magenta
📋 copy color: '#E260CC'red 226 ◦ green 96 ◦ blue 204
Shades of Free Speech Magenta #E260CC
Tints of Free Speech Magenta #E260CC
RGB
CMYK
RGB Variations
Color information
#E260CC (or 0xE260CC) is known color: Free Speech Magenta. HEX triplet: E2, 60 and CC. RGB value is (226,96,204). Sum of RGB (Red+Green+Blue) = 226+96+204=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E260CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E260CC is #1D9F33. Grayscale: #929292. Windows color (decimal): -1941300 or 13394146. OLE color: 13394146.
HSL color Cylindrical-coordinate representation of color #E260CC: hue angle of 310.15º 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 #E260CC is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 204 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.11 |
| HSL | 310.15º | 0.69% | 0.63% | - |
| HSV(B) | 310.15º | 0.58% | 0.89% | - |
| XYZ | 46.45 | 28.89 | 60.26 | - |
| YUV | 147.18 | 160.07 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 204 | 0 | 0.58 | 0.10 | 0.11 | 310.15 | 0.69 | 0.63 |
| Hex | E2 | 60 | CC | 0 | 3A | A | B | 136 | 45 | 3F |
| Octal | 342 | 140 | 314 | 0 | 72 | 12 | 13 | 466 | 105 | 77 |
| Binary | 11100010 | 1100000 | 11001100 | 0 | 111010 | 1010 | 1011 | 100110110 | 1000101 | 111111 |
Color Harmonies of #E260CC
Complementary color
Monochromatic Colors of #E260CC
Black with #E260CC
Text Example
Text Example
White with #E260CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260CC; }
p { color: rgb(226,96,204); }
H1.HeaderClassName
{
color: #E260CC;
}
.AnyTagClassName
{
color: #E260CC;
}
</style>
background-color css
<style>
a { background-color: #E260CC; }
a { background-color: rgb(226,96,204); }
div.DivClassName
{
background-color: #E260CC;
}
.BgClassName
{
background-color: #E260CC;
}
</style>
border-color css
<style>
span { border-color: #E260CC; }
span { border-color: rgb(226,96,204); }
td.TdClassName
{
border-color: #E260CC;
}
.TagClassName
{
border-color: #E260CC;
}
</style>