Html Css Color HEX #E260DB Free Speech Magenta
📋 copy color: '#E260DB'red 226 ◦ green 96 ◦ blue 219
Shades of Free Speech Magenta #E260DB
Tints of Free Speech Magenta #E260DB
RGB
CMYK
RGB Variations
Color information
#E260DB (or 0xE260DB) is known color: Free Speech Magenta. HEX triplet: E2, 60 and DB. RGB value is (226,96,219). Sum of RGB (Red+Green+Blue) = 226+96+219=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E260DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E260DB is #1D9F24. Grayscale: #949494. Windows color (decimal): -1941285 or 14377186. OLE color: 14377186.
HSL color Cylindrical-coordinate representation of color #E260DB: hue angle of 303.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 #E260DB is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 219 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.11 |
| HSL | 303.23º | 0.69% | 0.63% | - |
| HSV(B) | 303.23º | 0.58% | 0.89% | - |
| XYZ | 48.33 | 29.65 | 70.19 | - |
| YUV | 148.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 219 | 0 | 0.58 | 0.03 | 0.11 | 303.23 | 0.69 | 0.63 |
| Hex | E2 | 60 | DB | 0 | 3A | 3 | B | 12F | 45 | 3F |
| Octal | 342 | 140 | 333 | 0 | 72 | 3 | 13 | 457 | 105 | 77 |
| Binary | 11100010 | 1100000 | 11011011 | 0 | 111010 | 11 | 1011 | 100101111 | 1000101 | 111111 |
Color Harmonies of #E260DB
Complementary color
Monochromatic Colors of #E260DB
Black with #E260DB
Text Example
Text Example
White with #E260DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260DB; }
p { color: rgb(226,96,219); }
H1.HeaderClassName
{
color: #E260DB;
}
.AnyTagClassName
{
color: #E260DB;
}
</style>
background-color css
<style>
a { background-color: #E260DB; }
a { background-color: rgb(226,96,219); }
div.DivClassName
{
background-color: #E260DB;
}
.BgClassName
{
background-color: #E260DB;
}
</style>
border-color css
<style>
span { border-color: #E260DB; }
span { border-color: rgb(226,96,219); }
td.TdClassName
{
border-color: #E260DB;
}
.TagClassName
{
border-color: #E260DB;
}
</style>