Html Css Color HEX #E950C6 Free Speech Magenta
📋 copy color: '#E950C6'red 233 ◦ green 80 ◦ blue 198
Shades of Free Speech Magenta #E950C6
Tints of Free Speech Magenta #E950C6
RGB
CMYK
RGB Variations
Color information
#E950C6 (or 0xE950C6) is known color: Free Speech Magenta. HEX triplet: E9, 50 and C6. RGB value is (233,80,198). Sum of RGB (Red+Green+Blue) = 233+80+198=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E950C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950C6 is #16AF39. Grayscale: #8A8A8A. Windows color (decimal): -1486650 or 12996841. OLE color: 12996841.
HSL color Cylindrical-coordinate representation of color #E950C6: hue angle of 313.73º 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 #E950C6 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 198 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.09 |
| HSL | 313.73º | 0.78% | 0.61% | - |
| HSV(B) | 313.73º | 0.66% | 0.91% | - |
| XYZ | 46.67 | 27.14 | 56.2 | - |
| YUV | 139.2 | 161.19 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 198 | 0 | 0.66 | 0.15 | 0.09 | 313.73 | 0.78 | 0.61 |
| Hex | E9 | 50 | C6 | 0 | 42 | F | 9 | 13A | 4E | 3D |
| Octal | 351 | 120 | 306 | 0 | 102 | 17 | 11 | 472 | 116 | 75 |
| Binary | 11101001 | 1010000 | 11000110 | 0 | 1000010 | 1111 | 1001 | 100111010 | 1001110 | 111101 |
Color Harmonies of #E950C6
Complementary color
Monochromatic Colors of #E950C6
Black with #E950C6
Text Example
Text Example
White with #E950C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950C6; }
p { color: rgb(233,80,198); }
H1.HeaderClassName
{
color: #E950C6;
}
.AnyTagClassName
{
color: #E950C6;
}
</style>
background-color css
<style>
a { background-color: #E950C6; }
a { background-color: rgb(233,80,198); }
div.DivClassName
{
background-color: #E950C6;
}
.BgClassName
{
background-color: #E950C6;
}
</style>
border-color css
<style>
span { border-color: #E950C6; }
span { border-color: rgb(233,80,198); }
td.TdClassName
{
border-color: #E950C6;
}
.TagClassName
{
border-color: #E950C6;
}
</style>