Html Css Color HEX #E950C0 Free Speech Magenta
📋 copy color: '#E950C0'red 233 ◦ green 80 ◦ blue 192
Shades of Free Speech Magenta #E950C0
Tints of Free Speech Magenta #E950C0
RGB
CMYK
RGB Variations
Color information
#E950C0 (or 0xE950C0) is known color: Free Speech Magenta. HEX triplet: E9, 50 and C0. RGB value is (233,80,192). Sum of RGB (Red+Green+Blue) = 233+80+192=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E950C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950C0 is #16AF3F. Grayscale: #8A8A8A. Windows color (decimal): -1486656 or 12603625. OLE color: 12603625.
HSL color Cylindrical-coordinate representation of color #E950C0: hue angle of 316.08º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E950C0 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 192 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.09 |
| HSL | 316.08º | 0.78% | 0.61% | - |
| HSV(B) | 316.08º | 0.66% | 0.91% | - |
| XYZ | 45.99 | 26.87 | 52.63 | - |
| YUV | 138.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 192 | 0 | 0.66 | 0.18 | 0.09 | 316.08 | 0.78 | 0.61 |
| Hex | E9 | 50 | C0 | 0 | 42 | 12 | 9 | 13C | 4E | 3D |
| Octal | 351 | 120 | 300 | 0 | 102 | 22 | 11 | 474 | 116 | 75 |
| Binary | 11101001 | 1010000 | 11000000 | 0 | 1000010 | 10010 | 1001 | 100111100 | 1001110 | 111101 |
Color Harmonies of #E950C0
Complementary color
Monochromatic Colors of #E950C0
Black with #E950C0
Text Example
Text Example
White with #E950C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950C0; }
p { color: rgb(233,80,192); }
H1.HeaderClassName
{
color: #E950C0;
}
.AnyTagClassName
{
color: #E950C0;
}
</style>
background-color css
<style>
a { background-color: #E950C0; }
a { background-color: rgb(233,80,192); }
div.DivClassName
{
background-color: #E950C0;
}
.BgClassName
{
background-color: #E950C0;
}
</style>
border-color css
<style>
span { border-color: #E950C0; }
span { border-color: rgb(233,80,192); }
td.TdClassName
{
border-color: #E950C0;
}
.TagClassName
{
border-color: #E950C0;
}
</style>