Html Css Color HEX #E250D6 Free Speech Magenta
📋 copy color: '#E250D6'red 226 ◦ green 80 ◦ blue 214
Shades of Free Speech Magenta #E250D6
Tints of Free Speech Magenta #E250D6
RGB
CMYK
RGB Variations
Color information
#E250D6 (or 0xE250D6) is known color: Free Speech Magenta. HEX triplet: E2, 50 and D6. RGB value is (226,80,214). Sum of RGB (Red+Green+Blue) = 226+80+214=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E250D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E250D6 is #1DAF29. Grayscale: #8A8A8A. Windows color (decimal): -1945386 or 14045410. OLE color: 14045410.
HSL color Cylindrical-coordinate representation of color #E250D6: hue angle of 304.93º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E250D6 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 214 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.11 |
| HSL | 304.93º | 0.72% | 0.6% | - |
| HSV(B) | 304.93º | 0.65% | 0.89% | - |
| XYZ | 46.37 | 26.76 | 66.34 | - |
| YUV | 138.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 214 | 0 | 0.65 | 0.05 | 0.11 | 304.93 | 0.72 | 0.6 |
| Hex | E2 | 50 | D6 | 0 | 41 | 5 | B | 131 | 48 | 3C |
| Octal | 342 | 120 | 326 | 0 | 101 | 5 | 13 | 461 | 110 | 74 |
| Binary | 11100010 | 1010000 | 11010110 | 0 | 1000001 | 101 | 1011 | 100110001 | 1001000 | 111100 |
Color Harmonies of #E250D6
Complementary color
Monochromatic Colors of #E250D6
Black with #E250D6
Text Example
Text Example
White with #E250D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E250D6; }
p { color: rgb(226,80,214); }
H1.HeaderClassName
{
color: #E250D6;
}
.AnyTagClassName
{
color: #E250D6;
}
</style>
background-color css
<style>
a { background-color: #E250D6; }
a { background-color: rgb(226,80,214); }
div.DivClassName
{
background-color: #E250D6;
}
.BgClassName
{
background-color: #E250D6;
}
</style>
border-color css
<style>
span { border-color: #E250D6; }
span { border-color: rgb(226,80,214); }
td.TdClassName
{
border-color: #E250D6;
}
.TagClassName
{
border-color: #E250D6;
}
</style>