Html Css Color HEX #E25DDD Free Speech Magenta
📋 copy color: '#E25DDD'red 226 ◦ green 93 ◦ blue 221
Shades of Free Speech Magenta #E25DDD
Tints of Free Speech Magenta #E25DDD
RGB
CMYK
RGB Variations
Color information
#E25DDD (or 0xE25DDD) is known color: Free Speech Magenta. HEX triplet: E2, 5D and DD. RGB value is (226,93,221). Sum of RGB (Red+Green+Blue) = 226+93+221=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DDD is #1DA222. Grayscale: #929292. Windows color (decimal): -1942051 or 14507490. OLE color: 14507490.
HSL color Cylindrical-coordinate representation of color #E25DDD: hue angle of 302.26º 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 #E25DDD is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 221 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.11 |
| HSL | 302.26º | 0.7% | 0.63% | - |
| HSV(B) | 302.26º | 0.59% | 0.89% | - |
| XYZ | 48.33 | 29.22 | 71.5 | - |
| YUV | 147.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 221 | 0 | 0.59 | 0.02 | 0.11 | 302.26 | 0.7 | 0.63 |
| Hex | E2 | 5D | DD | 0 | 3B | 2 | B | 12E | 46 | 3F |
| Octal | 342 | 135 | 335 | 0 | 73 | 2 | 13 | 456 | 106 | 77 |
| Binary | 11100010 | 1011101 | 11011101 | 0 | 111011 | 10 | 1011 | 100101110 | 1000110 | 111111 |
Color Harmonies of #E25DDD
Complementary color
Monochromatic Colors of #E25DDD
Black with #E25DDD
Text Example
Text Example
White with #E25DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DDD; }
p { color: rgb(226,93,221); }
H1.HeaderClassName
{
color: #E25DDD;
}
.AnyTagClassName
{
color: #E25DDD;
}
</style>
background-color css
<style>
a { background-color: #E25DDD; }
a { background-color: rgb(226,93,221); }
div.DivClassName
{
background-color: #E25DDD;
}
.BgClassName
{
background-color: #E25DDD;
}
</style>
border-color css
<style>
span { border-color: #E25DDD; }
span { border-color: rgb(226,93,221); }
td.TdClassName
{
border-color: #E25DDD;
}
.TagClassName
{
border-color: #E25DDD;
}
</style>