Html Css Color HEX #E25DDB Free Speech Magenta
📋 copy color: '#E25DDB'red 226 ◦ green 93 ◦ blue 219
Shades of Free Speech Magenta #E25DDB
Tints of Free Speech Magenta #E25DDB
RGB
CMYK
RGB Variations
Color information
#E25DDB (or 0xE25DDB) is known color: Free Speech Magenta. HEX triplet: E2, 5D and DB. RGB value is (226,93,219). Sum of RGB (Red+Green+Blue) = 226+93+219=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DDB is #1DA224. Grayscale: #929292. Windows color (decimal): -1942053 or 14376418. OLE color: 14376418.
HSL color Cylindrical-coordinate representation of color #E25DDB: hue angle of 303.16º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25DDB is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 219 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.11 |
| HSL | 303.16º | 0.7% | 0.63% | - |
| HSV(B) | 303.16º | 0.59% | 0.89% | - |
| XYZ | 48.06 | 29.11 | 70.1 | - |
| YUV | 147.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 219 | 0 | 0.59 | 0.03 | 0.11 | 303.16 | 0.7 | 0.63 |
| Hex | E2 | 5D | DB | 0 | 3B | 3 | B | 12F | 46 | 3F |
| Octal | 342 | 135 | 333 | 0 | 73 | 3 | 13 | 457 | 106 | 77 |
| Binary | 11100010 | 1011101 | 11011011 | 0 | 111011 | 11 | 1011 | 100101111 | 1000110 | 111111 |
Color Harmonies of #E25DDB
Complementary color
Monochromatic Colors of #E25DDB
Black with #E25DDB
Text Example
Text Example
White with #E25DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DDB; }
p { color: rgb(226,93,219); }
H1.HeaderClassName
{
color: #E25DDB;
}
.AnyTagClassName
{
color: #E25DDB;
}
</style>
background-color css
<style>
a { background-color: #E25DDB; }
a { background-color: rgb(226,93,219); }
div.DivClassName
{
background-color: #E25DDB;
}
.BgClassName
{
background-color: #E25DDB;
}
</style>
border-color css
<style>
span { border-color: #E25DDB; }
span { border-color: rgb(226,93,219); }
td.TdClassName
{
border-color: #E25DDB;
}
.TagClassName
{
border-color: #E25DDB;
}
</style>