Html Css Color HEX #E25DDE Free Speech Magenta
📋 copy color: '#E25DDE'red 226 ◦ green 93 ◦ blue 222
Shades of Free Speech Magenta #E25DDE
Tints of Free Speech Magenta #E25DDE
RGB
CMYK
RGB Variations
Color information
#E25DDE (or 0xE25DDE) is known color: Free Speech Magenta. HEX triplet: E2, 5D and DE. RGB value is (226,93,222). Sum of RGB (Red+Green+Blue) = 226+93+222=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DDE is #1DA221. Grayscale: #939393. Windows color (decimal): -1942050 or 14573026. OLE color: 14573026.
HSL color Cylindrical-coordinate representation of color #E25DDE: hue angle of 301.8º 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 #E25DDE is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 222 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.11 |
| HSL | 301.8º | 0.7% | 0.63% | - |
| HSV(B) | 301.8º | 0.59% | 0.89% | - |
| XYZ | 48.46 | 29.27 | 72.2 | - |
| YUV | 147.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 222 | 0 | 0.59 | 0.02 | 0.11 | 301.8 | 0.7 | 0.63 |
| Hex | E2 | 5D | DE | 0 | 3B | 2 | B | 12E | 46 | 3F |
| Octal | 342 | 135 | 336 | 0 | 73 | 2 | 13 | 456 | 106 | 77 |
| Binary | 11100010 | 1011101 | 11011110 | 0 | 111011 | 10 | 1011 | 100101110 | 1000110 | 111111 |
Color Harmonies of #E25DDE
Complementary color
Monochromatic Colors of #E25DDE
Black with #E25DDE
Text Example
Text Example
White with #E25DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DDE; }
p { color: rgb(226,93,222); }
H1.HeaderClassName
{
color: #E25DDE;
}
.AnyTagClassName
{
color: #E25DDE;
}
</style>
background-color css
<style>
a { background-color: #E25DDE; }
a { background-color: rgb(226,93,222); }
div.DivClassName
{
background-color: #E25DDE;
}
.BgClassName
{
background-color: #E25DDE;
}
</style>
border-color css
<style>
span { border-color: #E25DDE; }
span { border-color: rgb(226,93,222); }
td.TdClassName
{
border-color: #E25DDE;
}
.TagClassName
{
border-color: #E25DDE;
}
</style>