Html Css Color HEX #E250D5 Free Speech Magenta
📋 copy color: '#E250D5'red 226 ◦ green 80 ◦ blue 213
Shades of Free Speech Magenta #E250D5
Tints of Free Speech Magenta #E250D5
RGB
CMYK
RGB Variations
Color information
#E250D5 (or 0xE250D5) is known color: Free Speech Magenta. HEX triplet: E2, 50 and D5. RGB value is (226,80,213). Sum of RGB (Red+Green+Blue) = 226+80+213=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E250D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E250D5 is #1DAF2A. Grayscale: #8A8A8A. Windows color (decimal): -1945387 or 13979874. OLE color: 13979874.
HSL color Cylindrical-coordinate representation of color #E250D5: hue angle of 305.34º 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 #E250D5 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 213 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.11 |
| HSL | 305.34º | 0.72% | 0.6% | - |
| HSV(B) | 305.34º | 0.65% | 0.89% | - |
| XYZ | 46.24 | 26.71 | 65.67 | - |
| YUV | 138.82 | 169.87 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 213 | 0 | 0.65 | 0.06 | 0.11 | 305.34 | 0.72 | 0.6 |
| Hex | E2 | 50 | D5 | 0 | 41 | 6 | B | 131 | 48 | 3C |
| Octal | 342 | 120 | 325 | 0 | 101 | 6 | 13 | 461 | 110 | 74 |
| Binary | 11100010 | 1010000 | 11010101 | 0 | 1000001 | 110 | 1011 | 100110001 | 1001000 | 111100 |
Color Harmonies of #E250D5
Complementary color
Monochromatic Colors of #E250D5
Black with #E250D5
Text Example
Text Example
White with #E250D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E250D5; }
p { color: rgb(226,80,213); }
H1.HeaderClassName
{
color: #E250D5;
}
.AnyTagClassName
{
color: #E250D5;
}
</style>
background-color css
<style>
a { background-color: #E250D5; }
a { background-color: rgb(226,80,213); }
div.DivClassName
{
background-color: #E250D5;
}
.BgClassName
{
background-color: #E250D5;
}
</style>
border-color css
<style>
span { border-color: #E250D5; }
span { border-color: rgb(226,80,213); }
td.TdClassName
{
border-color: #E250D5;
}
.TagClassName
{
border-color: #E250D5;
}
</style>