Html Css Color HEX #E25DC9 Free Speech Magenta
📋 copy color: '#E25DC9'red 226 ◦ green 93 ◦ blue 201
Shades of Free Speech Magenta #E25DC9
Tints of Free Speech Magenta #E25DC9
RGB
CMYK
RGB Variations
Color information
#E25DC9 (or 0xE25DC9) is known color: Free Speech Magenta. HEX triplet: E2, 5D and C9. RGB value is (226,93,201). Sum of RGB (Red+Green+Blue) = 226+93+201=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DC9 is #1DA236. Grayscale: #909090. Windows color (decimal): -1942071 or 13196770. OLE color: 13196770.
HSL color Cylindrical-coordinate representation of color #E25DC9: hue angle of 311.28º 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 #E25DC9 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 201 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.11 |
| HSL | 311.28º | 0.7% | 0.63% | - |
| HSV(B) | 311.28º | 0.59% | 0.89% | - |
| XYZ | 45.82 | 28.21 | 58.29 | - |
| YUV | 145.08 | 159.56 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 201 | 0 | 0.59 | 0.11 | 0.11 | 311.28 | 0.7 | 0.63 |
| Hex | E2 | 5D | C9 | 0 | 3B | B | B | 137 | 46 | 3F |
| Octal | 342 | 135 | 311 | 0 | 73 | 13 | 13 | 467 | 106 | 77 |
| Binary | 11100010 | 1011101 | 11001001 | 0 | 111011 | 1011 | 1011 | 100110111 | 1000110 | 111111 |
Color Harmonies of #E25DC9
Complementary color
Monochromatic Colors of #E25DC9
Black with #E25DC9
Text Example
Text Example
White with #E25DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DC9; }
p { color: rgb(226,93,201); }
H1.HeaderClassName
{
color: #E25DC9;
}
.AnyTagClassName
{
color: #E25DC9;
}
</style>
background-color css
<style>
a { background-color: #E25DC9; }
a { background-color: rgb(226,93,201); }
div.DivClassName
{
background-color: #E25DC9;
}
.BgClassName
{
background-color: #E25DC9;
}
</style>
border-color css
<style>
span { border-color: #E25DC9; }
span { border-color: rgb(226,93,201); }
td.TdClassName
{
border-color: #E25DC9;
}
.TagClassName
{
border-color: #E25DC9;
}
</style>