Html Css Color HEX #E952CC Free Speech Magenta
📋 copy color: '#E952CC'red 233 ◦ green 82 ◦ blue 204
Shades of Free Speech Magenta #E952CC
Tints of Free Speech Magenta #E952CC
RGB
CMYK
RGB Variations
Color information
#E952CC (or 0xE952CC) is known color: Free Speech Magenta. HEX triplet: E9, 52 and CC. RGB value is (233,82,204). Sum of RGB (Red+Green+Blue) = 233+82+204=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E952CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952CC is #16AD33. Grayscale: #8C8C8C. Windows color (decimal): -1486132 or 13390569. OLE color: 13390569.
HSL color Cylindrical-coordinate representation of color #E952CC: hue angle of 311.52º 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 #E952CC is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 204 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.09 |
| HSL | 311.52º | 0.77% | 0.62% | - |
| HSV(B) | 311.52º | 0.65% | 0.91% | - |
| XYZ | 47.52 | 27.72 | 59.97 | - |
| YUV | 141.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 204 | 0 | 0.65 | 0.12 | 0.09 | 311.52 | 0.77 | 0.62 |
| Hex | E9 | 52 | CC | 0 | 41 | C | 9 | 138 | 4D | 3E |
| Octal | 351 | 122 | 314 | 0 | 101 | 14 | 11 | 470 | 115 | 76 |
| Binary | 11101001 | 1010010 | 11001100 | 0 | 1000001 | 1100 | 1001 | 100111000 | 1001101 | 111110 |
Color Harmonies of #E952CC
Complementary color
Monochromatic Colors of #E952CC
Black with #E952CC
Text Example
Text Example
White with #E952CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952CC; }
p { color: rgb(233,82,204); }
H1.HeaderClassName
{
color: #E952CC;
}
.AnyTagClassName
{
color: #E952CC;
}
</style>
background-color css
<style>
a { background-color: #E952CC; }
a { background-color: rgb(233,82,204); }
div.DivClassName
{
background-color: #E952CC;
}
.BgClassName
{
background-color: #E952CC;
}
</style>
border-color css
<style>
span { border-color: #E952CC; }
span { border-color: rgb(233,82,204); }
td.TdClassName
{
border-color: #E952CC;
}
.TagClassName
{
border-color: #E952CC;
}
</style>