Html Css Color HEX #E950CA Free Speech Magenta
📋 copy color: '#E950CA'red 233 ◦ green 80 ◦ blue 202
Shades of Free Speech Magenta #E950CA
Tints of Free Speech Magenta #E950CA
RGB
CMYK
RGB Variations
Color information
#E950CA (or 0xE950CA) is known color: Free Speech Magenta. HEX triplet: E9, 50 and CA. RGB value is (233,80,202). Sum of RGB (Red+Green+Blue) = 233+80+202=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E950CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950CA is #16AF35. Grayscale: #8B8B8B. Windows color (decimal): -1486646 or 13258985. OLE color: 13258985.
HSL color Cylindrical-coordinate representation of color #E950CA: hue angle of 312.16º 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 #E950CA is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 202 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.09 |
| HSL | 312.16º | 0.78% | 0.61% | - |
| HSV(B) | 312.16º | 0.66% | 0.91% | - |
| XYZ | 47.13 | 27.33 | 58.67 | - |
| YUV | 139.66 | 163.19 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 202 | 0 | 0.66 | 0.13 | 0.09 | 312.16 | 0.78 | 0.61 |
| Hex | E9 | 50 | CA | 0 | 42 | D | 9 | 138 | 4E | 3D |
| Octal | 351 | 120 | 312 | 0 | 102 | 15 | 11 | 470 | 116 | 75 |
| Binary | 11101001 | 1010000 | 11001010 | 0 | 1000010 | 1101 | 1001 | 100111000 | 1001110 | 111101 |
Color Harmonies of #E950CA
Complementary color
Monochromatic Colors of #E950CA
Black with #E950CA
Text Example
Text Example
White with #E950CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950CA; }
p { color: rgb(233,80,202); }
H1.HeaderClassName
{
color: #E950CA;
}
.AnyTagClassName
{
color: #E950CA;
}
</style>
background-color css
<style>
a { background-color: #E950CA; }
a { background-color: rgb(233,80,202); }
div.DivClassName
{
background-color: #E950CA;
}
.BgClassName
{
background-color: #E950CA;
}
</style>
border-color css
<style>
span { border-color: #E950CA; }
span { border-color: rgb(233,80,202); }
td.TdClassName
{
border-color: #E950CA;
}
.TagClassName
{
border-color: #E950CA;
}
</style>