Html Css Color HEX #E25DCD Free Speech Magenta
📋 copy color: '#E25DCD'red 226 ◦ green 93 ◦ blue 205
Shades of Free Speech Magenta #E25DCD
Tints of Free Speech Magenta #E25DCD
RGB
CMYK
RGB Variations
Color information
#E25DCD (or 0xE25DCD) is known color: Free Speech Magenta. HEX triplet: E2, 5D and CD. RGB value is (226,93,205). Sum of RGB (Red+Green+Blue) = 226+93+205=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DCD is #1DA232. Grayscale: #919191. Windows color (decimal): -1942067 or 13458914. OLE color: 13458914.
HSL color Cylindrical-coordinate representation of color #E25DCD: hue angle of 309.47º 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 #E25DCD is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 205 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.11 |
| HSL | 309.47º | 0.7% | 0.63% | - |
| HSV(B) | 309.47º | 0.59% | 0.89% | - |
| XYZ | 46.3 | 28.41 | 60.8 | - |
| YUV | 145.54 | 161.56 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 205 | 0 | 0.59 | 0.09 | 0.11 | 309.47 | 0.7 | 0.63 |
| Hex | E2 | 5D | CD | 0 | 3B | 9 | B | 135 | 46 | 3F |
| Octal | 342 | 135 | 315 | 0 | 73 | 11 | 13 | 465 | 106 | 77 |
| Binary | 11100010 | 1011101 | 11001101 | 0 | 111011 | 1001 | 1011 | 100110101 | 1000110 | 111111 |
Color Harmonies of #E25DCD
Complementary color
Monochromatic Colors of #E25DCD
Black with #E25DCD
Text Example
Text Example
White with #E25DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DCD; }
p { color: rgb(226,93,205); }
H1.HeaderClassName
{
color: #E25DCD;
}
.AnyTagClassName
{
color: #E25DCD;
}
</style>
background-color css
<style>
a { background-color: #E25DCD; }
a { background-color: rgb(226,93,205); }
div.DivClassName
{
background-color: #E25DCD;
}
.BgClassName
{
background-color: #E25DCD;
}
</style>
border-color css
<style>
span { border-color: #E25DCD; }
span { border-color: rgb(226,93,205); }
td.TdClassName
{
border-color: #E25DCD;
}
.TagClassName
{
border-color: #E25DCD;
}
</style>