Html Css Color HEX #E955CA Free Speech Magenta
📋 copy color: '#E955CA'red 233 ◦ green 85 ◦ blue 202
Shades of Free Speech Magenta #E955CA
Tints of Free Speech Magenta #E955CA
RGB
CMYK
RGB Variations
Color information
#E955CA (or 0xE955CA) is known color: Free Speech Magenta. HEX triplet: E9, 55 and CA. RGB value is (233,85,202). Sum of RGB (Red+Green+Blue) = 233+85+202=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E955CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955CA is #16AA35. Grayscale: #8E8E8E. Windows color (decimal): -1485366 or 13260265. OLE color: 13260265.
HSL color Cylindrical-coordinate representation of color #E955CA: hue angle of 312.57º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E955CA is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 202 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.09 |
| HSL | 312.57º | 0.77% | 0.62% | - |
| HSV(B) | 312.57º | 0.64% | 0.91% | - |
| XYZ | 47.51 | 28.08 | 58.79 | - |
| YUV | 142.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 202 | 0 | 0.64 | 0.13 | 0.09 | 312.57 | 0.77 | 0.62 |
| Hex | E9 | 55 | CA | 0 | 40 | D | 9 | 139 | 4D | 3E |
| Octal | 351 | 125 | 312 | 0 | 100 | 15 | 11 | 471 | 115 | 76 |
| Binary | 11101001 | 1010101 | 11001010 | 0 | 1000000 | 1101 | 1001 | 100111001 | 1001101 | 111110 |
Color Harmonies of #E955CA
Complementary color
Monochromatic Colors of #E955CA
Black with #E955CA
Text Example
Text Example
White with #E955CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955CA; }
p { color: rgb(233,85,202); }
H1.HeaderClassName
{
color: #E955CA;
}
.AnyTagClassName
{
color: #E955CA;
}
</style>
background-color css
<style>
a { background-color: #E955CA; }
a { background-color: rgb(233,85,202); }
div.DivClassName
{
background-color: #E955CA;
}
.BgClassName
{
background-color: #E955CA;
}
</style>
border-color css
<style>
span { border-color: #E955CA; }
span { border-color: rgb(233,85,202); }
td.TdClassName
{
border-color: #E955CA;
}
.TagClassName
{
border-color: #E955CA;
}
</style>