Html Css Color HEX #E250C7 Free Speech Magenta
📋 copy color: '#E250C7'red 226 ◦ green 80 ◦ blue 199
Shades of Free Speech Magenta #E250C7
Tints of Free Speech Magenta #E250C7
RGB
CMYK
RGB Variations
Color information
#E250C7 (or 0xE250C7) is known color: Free Speech Magenta. HEX triplet: E2, 50 and C7. RGB value is (226,80,199). Sum of RGB (Red+Green+Blue) = 226+80+199=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E250C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E250C7 is #1DAF38. Grayscale: #888888. Windows color (decimal): -1945401 or 13062370. OLE color: 13062370.
HSL color Cylindrical-coordinate representation of color #E250C7: hue angle of 311.1º 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 #E250C7 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 199 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.11 |
| HSL | 311.1º | 0.72% | 0.6% | - |
| HSV(B) | 311.1º | 0.65% | 0.89% | - |
| XYZ | 44.54 | 26.03 | 56.71 | - |
| YUV | 137.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 199 | 0 | 0.65 | 0.12 | 0.11 | 311.1 | 0.72 | 0.6 |
| Hex | E2 | 50 | C7 | 0 | 41 | C | B | 137 | 48 | 3C |
| Octal | 342 | 120 | 307 | 0 | 101 | 14 | 13 | 467 | 110 | 74 |
| Binary | 11100010 | 1010000 | 11000111 | 0 | 1000001 | 1100 | 1011 | 100110111 | 1001000 | 111100 |
Color Harmonies of #E250C7
Complementary color
Monochromatic Colors of #E250C7
Black with #E250C7
Text Example
Text Example
White with #E250C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E250C7; }
p { color: rgb(226,80,199); }
H1.HeaderClassName
{
color: #E250C7;
}
.AnyTagClassName
{
color: #E250C7;
}
</style>
background-color css
<style>
a { background-color: #E250C7; }
a { background-color: rgb(226,80,199); }
div.DivClassName
{
background-color: #E250C7;
}
.BgClassName
{
background-color: #E250C7;
}
</style>
border-color css
<style>
span { border-color: #E250C7; }
span { border-color: rgb(226,80,199); }
td.TdClassName
{
border-color: #E250C7;
}
.TagClassName
{
border-color: #E250C7;
}
</style>