Html Css Color HEX #E954CC Free Speech Magenta
📋 copy color: '#E954CC'red 233 ◦ green 84 ◦ blue 204
Shades of Free Speech Magenta #E954CC
Tints of Free Speech Magenta #E954CC
RGB
CMYK
RGB Variations
Color information
#E954CC (or 0xE954CC) is known color: Free Speech Magenta. HEX triplet: E9, 54 and CC. RGB value is (233,84,204). Sum of RGB (Red+Green+Blue) = 233+84+204=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E954CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E954CC is #16AB33. Grayscale: #8D8D8D. Windows color (decimal): -1485620 or 13391081. OLE color: 13391081.
HSL color Cylindrical-coordinate representation of color #E954CC: hue angle of 311.68º 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 #E954CC is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 204 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.09 |
| HSL | 311.68º | 0.77% | 0.62% | - |
| HSV(B) | 311.68º | 0.64% | 0.91% | - |
| XYZ | 47.67 | 28.02 | 60.02 | - |
| YUV | 142.23 | 162.86 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 204 | 0 | 0.64 | 0.12 | 0.09 | 311.68 | 0.77 | 0.62 |
| Hex | E9 | 54 | CC | 0 | 40 | C | 9 | 138 | 4D | 3E |
| Octal | 351 | 124 | 314 | 0 | 100 | 14 | 11 | 470 | 115 | 76 |
| Binary | 11101001 | 1010100 | 11001100 | 0 | 1000000 | 1100 | 1001 | 100111000 | 1001101 | 111110 |
Color Harmonies of #E954CC
Complementary color
Monochromatic Colors of #E954CC
Black with #E954CC
Text Example
Text Example
White with #E954CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954CC; }
p { color: rgb(233,84,204); }
H1.HeaderClassName
{
color: #E954CC;
}
.AnyTagClassName
{
color: #E954CC;
}
</style>
background-color css
<style>
a { background-color: #E954CC; }
a { background-color: rgb(233,84,204); }
div.DivClassName
{
background-color: #E954CC;
}
.BgClassName
{
background-color: #E954CC;
}
</style>
border-color css
<style>
span { border-color: #E954CC; }
span { border-color: rgb(233,84,204); }
td.TdClassName
{
border-color: #E954CC;
}
.TagClassName
{
border-color: #E954CC;
}
</style>