Html Css Color HEX #E94ACD Free Speech Magenta
📋 copy color: '#E94ACD'red 233 ◦ green 74 ◦ blue 205
Shades of Free Speech Magenta #E94ACD
Tints of Free Speech Magenta #E94ACD
RGB
CMYK
RGB Variations
Color information
#E94ACD (or 0xE94ACD) is known color: Free Speech Magenta. HEX triplet: E9, 4A and CD. RGB value is (233,74,205). Sum of RGB (Red+Green+Blue) = 233+74+205=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E94ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94ACD is #16B532. Grayscale: #888888. Windows color (decimal): -1488179 or 13454057. OLE color: 13454057.
HSL color Cylindrical-coordinate representation of color #E94ACD: hue angle of 310.57º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94ACD is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 205 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.09 |
| HSL | 310.57º | 0.78% | 0.6% | - |
| HSV(B) | 310.57º | 0.68% | 0.91% | - |
| XYZ | 47.07 | 26.63 | 60.42 | - |
| YUV | 136.48 | 166.68 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 205 | 0 | 0.68 | 0.12 | 0.09 | 310.57 | 0.78 | 0.6 |
| Hex | E9 | 4A | CD | 0 | 44 | C | 9 | 137 | 4E | 3C |
| Octal | 351 | 112 | 315 | 0 | 104 | 14 | 11 | 467 | 116 | 74 |
| Binary | 11101001 | 1001010 | 11001101 | 0 | 1000100 | 1100 | 1001 | 100110111 | 1001110 | 111100 |
Color Harmonies of #E94ACD
Complementary color
Monochromatic Colors of #E94ACD
Black with #E94ACD
Text Example
Text Example
White with #E94ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94ACD; }
p { color: rgb(233,74,205); }
H1.HeaderClassName
{
color: #E94ACD;
}
.AnyTagClassName
{
color: #E94ACD;
}
</style>
background-color css
<style>
a { background-color: #E94ACD; }
a { background-color: rgb(233,74,205); }
div.DivClassName
{
background-color: #E94ACD;
}
.BgClassName
{
background-color: #E94ACD;
}
</style>
border-color css
<style>
span { border-color: #E94ACD; }
span { border-color: rgb(233,74,205); }
td.TdClassName
{
border-color: #E94ACD;
}
.TagClassName
{
border-color: #E94ACD;
}
</style>