Html Css Color HEX #E260ED Free Speech Magenta
📋 copy color: '#E260ED'red 226 ◦ green 96 ◦ blue 237
Shades of Free Speech Magenta #E260ED
Tints of Free Speech Magenta #E260ED
RGB
CMYK
RGB Variations
Color information
#E260ED (or 0xE260ED) is known color: Free Speech Magenta. HEX triplet: E2, 60 and ED. RGB value is (226,96,237). Sum of RGB (Red+Green+Blue) = 226+96+237=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #E260ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E260ED is #1D9F12. Grayscale: #969696. Windows color (decimal): -1941267 or 15556834. OLE color: 15556834.
HSL color Cylindrical-coordinate representation of color #E260ED: hue angle of 295.32º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E260ED is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 96 | 237 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.07 |
| HSL | 295.32º | 0.8% | 0.65% | - |
| HSV(B) | 295.32º | 0.59% | 0.93% | - |
| XYZ | 50.83 | 30.65 | 83.36 | - |
| YUV | 150.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 237 | 0.05 | 0.59 | 0 | 0.07 | 295.32 | 0.8 | 0.65 |
| Hex | E2 | 60 | ED | 5 | 3B | 0 | 7 | 127 | 50 | 41 |
| Octal | 342 | 140 | 355 | 5 | 73 | 0 | 7 | 447 | 120 | 101 |
| Binary | 11100010 | 1100000 | 11101101 | 101 | 111011 | 0 | 111 | 100100111 | 1010000 | 1000001 |
Color Harmonies of #E260ED
Complementary color
Monochromatic Colors of #E260ED
Black with #E260ED
Text Example
Text Example
White with #E260ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260ED; }
p { color: rgb(226,96,237); }
H1.HeaderClassName
{
color: #E260ED;
}
.AnyTagClassName
{
color: #E260ED;
}
</style>
background-color css
<style>
a { background-color: #E260ED; }
a { background-color: rgb(226,96,237); }
div.DivClassName
{
background-color: #E260ED;
}
.BgClassName
{
background-color: #E260ED;
}
</style>
border-color css
<style>
span { border-color: #E260ED; }
span { border-color: rgb(226,96,237); }
td.TdClassName
{
border-color: #E260ED;
}
.TagClassName
{
border-color: #E260ED;
}
</style>