Html Css Color HEX #E952C9 Free Speech Magenta
📋 copy color: '#E952C9'red 233 ◦ green 82 ◦ blue 201
Shades of Free Speech Magenta #E952C9
Tints of Free Speech Magenta #E952C9
RGB
CMYK
RGB Variations
Color information
#E952C9 (or 0xE952C9) is known color: Free Speech Magenta. HEX triplet: E9, 52 and C9. RGB value is (233,82,201). Sum of RGB (Red+Green+Blue) = 233+82+201=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E952C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952C9 is #16AD36. Grayscale: #8C8C8C. Windows color (decimal): -1486135 or 13193961. OLE color: 13193961.
HSL color Cylindrical-coordinate representation of color #E952C9: hue angle of 312.72º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E952C9 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 201 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.09 |
| HSL | 312.72º | 0.77% | 0.62% | - |
| HSV(B) | 312.72º | 0.65% | 0.91% | - |
| XYZ | 47.16 | 27.58 | 58.1 | - |
| YUV | 140.72 | 162.03 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 201 | 0 | 0.65 | 0.14 | 0.09 | 312.72 | 0.77 | 0.62 |
| Hex | E9 | 52 | C9 | 0 | 41 | E | 9 | 139 | 4D | 3E |
| Octal | 351 | 122 | 311 | 0 | 101 | 16 | 11 | 471 | 115 | 76 |
| Binary | 11101001 | 1010010 | 11001001 | 0 | 1000001 | 1110 | 1001 | 100111001 | 1001101 | 111110 |
Color Harmonies of #E952C9
Complementary color
Monochromatic Colors of #E952C9
Black with #E952C9
Text Example
Text Example
White with #E952C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952C9; }
p { color: rgb(233,82,201); }
H1.HeaderClassName
{
color: #E952C9;
}
.AnyTagClassName
{
color: #E952C9;
}
</style>
background-color css
<style>
a { background-color: #E952C9; }
a { background-color: rgb(233,82,201); }
div.DivClassName
{
background-color: #E952C9;
}
.BgClassName
{
background-color: #E952C9;
}
</style>
border-color css
<style>
span { border-color: #E952C9; }
span { border-color: rgb(233,82,201); }
td.TdClassName
{
border-color: #E952C9;
}
.TagClassName
{
border-color: #E952C9;
}
</style>