Html Css Color HEX #E25FDB Free Speech Magenta
📋 copy color: '#E25FDB'red 226 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #E25FDB
Tints of Free Speech Magenta #E25FDB
RGB
CMYK
RGB Variations
Color information
#E25FDB (or 0xE25FDB) is known color: Free Speech Magenta. HEX triplet: E2, 5F and DB. RGB value is (226,95,219). Sum of RGB (Red+Green+Blue) = 226+95+219=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E25FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25FDB is #1DA024. Grayscale: #939393. Windows color (decimal): -1941541 or 14376930. OLE color: 14376930.
HSL color Cylindrical-coordinate representation of color #E25FDB: hue angle of 303.21º 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 #E25FDB is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 219 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.11 |
| HSL | 303.21º | 0.69% | 0.63% | - |
| HSV(B) | 303.21º | 0.58% | 0.89% | - |
| XYZ | 48.24 | 29.47 | 70.16 | - |
| YUV | 148.31 | 167.9 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 219 | 0 | 0.58 | 0.03 | 0.11 | 303.21 | 0.69 | 0.63 |
| Hex | E2 | 5F | DB | 0 | 3A | 3 | B | 12F | 45 | 3F |
| Octal | 342 | 137 | 333 | 0 | 72 | 3 | 13 | 457 | 105 | 77 |
| Binary | 11100010 | 1011111 | 11011011 | 0 | 111010 | 11 | 1011 | 100101111 | 1000101 | 111111 |
Color Harmonies of #E25FDB
Complementary color
Monochromatic Colors of #E25FDB
Black with #E25FDB
Text Example
Text Example
White with #E25FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25FDB; }
p { color: rgb(226,95,219); }
H1.HeaderClassName
{
color: #E25FDB;
}
.AnyTagClassName
{
color: #E25FDB;
}
</style>
background-color css
<style>
a { background-color: #E25FDB; }
a { background-color: rgb(226,95,219); }
div.DivClassName
{
background-color: #E25FDB;
}
.BgClassName
{
background-color: #E25FDB;
}
</style>
border-color css
<style>
span { border-color: #E25FDB; }
span { border-color: rgb(226,95,219); }
td.TdClassName
{
border-color: #E25FDB;
}
.TagClassName
{
border-color: #E25FDB;
}
</style>