Html Css Color HEX #E950C1 Free Speech Magenta
📋 copy color: '#E950C1'red 233 ◦ green 80 ◦ blue 193
Shades of Free Speech Magenta #E950C1
Tints of Free Speech Magenta #E950C1
RGB
CMYK
RGB Variations
Color information
#E950C1 (or 0xE950C1) is known color: Free Speech Magenta. HEX triplet: E9, 50 and C1. RGB value is (233,80,193). Sum of RGB (Red+Green+Blue) = 233+80+193=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E950C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950C1 is #16AF3E. Grayscale: #8A8A8A. Windows color (decimal): -1486655 or 12669161. OLE color: 12669161.
HSL color Cylindrical-coordinate representation of color #E950C1: hue angle of 315.69º 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 #E950C1 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 193 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.09 |
| HSL | 315.69º | 0.78% | 0.61% | - |
| HSV(B) | 315.69º | 0.66% | 0.91% | - |
| XYZ | 46.1 | 26.91 | 53.22 | - |
| YUV | 138.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 193 | 0 | 0.66 | 0.17 | 0.09 | 315.69 | 0.78 | 0.61 |
| Hex | E9 | 50 | C1 | 0 | 42 | 11 | 9 | 13C | 4E | 3D |
| Octal | 351 | 120 | 301 | 0 | 102 | 21 | 11 | 474 | 116 | 75 |
| Binary | 11101001 | 1010000 | 11000001 | 0 | 1000010 | 10001 | 1001 | 100111100 | 1001110 | 111101 |
Color Harmonies of #E950C1
Complementary color
Monochromatic Colors of #E950C1
Black with #E950C1
Text Example
Text Example
White with #E950C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950C1; }
p { color: rgb(233,80,193); }
H1.HeaderClassName
{
color: #E950C1;
}
.AnyTagClassName
{
color: #E950C1;
}
</style>
background-color css
<style>
a { background-color: #E950C1; }
a { background-color: rgb(233,80,193); }
div.DivClassName
{
background-color: #E950C1;
}
.BgClassName
{
background-color: #E950C1;
}
</style>
border-color css
<style>
span { border-color: #E950C1; }
span { border-color: rgb(233,80,193); }
td.TdClassName
{
border-color: #E950C1;
}
.TagClassName
{
border-color: #E950C1;
}
</style>