Html Css Color HEX #E950C7 Free Speech Magenta
📋 copy color: '#E950C7'red 233 ◦ green 80 ◦ blue 199
Shades of Free Speech Magenta #E950C7
Tints of Free Speech Magenta #E950C7
RGB
CMYK
RGB Variations
Color information
#E950C7 (or 0xE950C7) is known color: Free Speech Magenta. HEX triplet: E9, 50 and C7. RGB value is (233,80,199). Sum of RGB (Red+Green+Blue) = 233+80+199=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E950C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950C7 is #16AF38. Grayscale: #8A8A8A. Windows color (decimal): -1486649 or 13062377. OLE color: 13062377.
HSL color Cylindrical-coordinate representation of color #E950C7: hue angle of 313.33º 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 #E950C7 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 199 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.09 |
| HSL | 313.33º | 0.78% | 0.61% | - |
| HSV(B) | 313.33º | 0.66% | 0.91% | - |
| XYZ | 46.78 | 27.18 | 56.81 | - |
| YUV | 139.31 | 161.69 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 199 | 0 | 0.66 | 0.15 | 0.09 | 313.33 | 0.78 | 0.61 |
| Hex | E9 | 50 | C7 | 0 | 42 | F | 9 | 139 | 4E | 3D |
| Octal | 351 | 120 | 307 | 0 | 102 | 17 | 11 | 471 | 116 | 75 |
| Binary | 11101001 | 1010000 | 11000111 | 0 | 1000010 | 1111 | 1001 | 100111001 | 1001110 | 111101 |
Color Harmonies of #E950C7
Complementary color
Monochromatic Colors of #E950C7
Black with #E950C7
Text Example
Text Example
White with #E950C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950C7; }
p { color: rgb(233,80,199); }
H1.HeaderClassName
{
color: #E950C7;
}
.AnyTagClassName
{
color: #E950C7;
}
</style>
background-color css
<style>
a { background-color: #E950C7; }
a { background-color: rgb(233,80,199); }
div.DivClassName
{
background-color: #E950C7;
}
.BgClassName
{
background-color: #E950C7;
}
</style>
border-color css
<style>
span { border-color: #E950C7; }
span { border-color: rgb(233,80,199); }
td.TdClassName
{
border-color: #E950C7;
}
.TagClassName
{
border-color: #E950C7;
}
</style>