Html Css Color HEX #E94CCD Free Speech Magenta
📋 copy color: '#E94CCD'red 233 ◦ green 76 ◦ blue 205
Shades of Free Speech Magenta #E94CCD
Tints of Free Speech Magenta #E94CCD
RGB
CMYK
RGB Variations
Color information
#E94CCD (or 0xE94CCD) is known color: Free Speech Magenta. HEX triplet: E9, 4C and CD. RGB value is (233,76,205). Sum of RGB (Red+Green+Blue) = 233+76+205=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E94CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94CCD is #16B332. Grayscale: #898989. Windows color (decimal): -1487667 or 13454569. OLE color: 13454569.
HSL color Cylindrical-coordinate representation of color #E94CCD: hue angle of 310.7º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94CCD is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 205 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.09 |
| HSL | 310.7º | 0.78% | 0.61% | - |
| HSV(B) | 310.7º | 0.67% | 0.91% | - |
| XYZ | 47.21 | 26.9 | 60.46 | - |
| YUV | 137.65 | 166.01 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 205 | 0 | 0.67 | 0.12 | 0.09 | 310.7 | 0.78 | 0.61 |
| Hex | E9 | 4C | CD | 0 | 43 | C | 9 | 137 | 4E | 3D |
| Octal | 351 | 114 | 315 | 0 | 103 | 14 | 11 | 467 | 116 | 75 |
| Binary | 11101001 | 1001100 | 11001101 | 0 | 1000011 | 1100 | 1001 | 100110111 | 1001110 | 111101 |
Color Harmonies of #E94CCD
Complementary color
Monochromatic Colors of #E94CCD
Black with #E94CCD
Text Example
Text Example
White with #E94CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94CCD; }
p { color: rgb(233,76,205); }
H1.HeaderClassName
{
color: #E94CCD;
}
.AnyTagClassName
{
color: #E94CCD;
}
</style>
background-color css
<style>
a { background-color: #E94CCD; }
a { background-color: rgb(233,76,205); }
div.DivClassName
{
background-color: #E94CCD;
}
.BgClassName
{
background-color: #E94CCD;
}
</style>
border-color css
<style>
span { border-color: #E94CCD; }
span { border-color: rgb(233,76,205); }
td.TdClassName
{
border-color: #E94CCD;
}
.TagClassName
{
border-color: #E94CCD;
}
</style>