Html Css Color HEX #E94ACC Free Speech Magenta
📋 copy color: '#E94ACC'red 233 ◦ green 74 ◦ blue 204
Shades of Free Speech Magenta #E94ACC
Tints of Free Speech Magenta #E94ACC
RGB
CMYK
RGB Variations
Color information
#E94ACC (or 0xE94ACC) is known color: Free Speech Magenta. HEX triplet: E9, 4A and CC. RGB value is (233,74,204). Sum of RGB (Red+Green+Blue) = 233+74+204=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E94ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94ACC is #16B533. Grayscale: #888888. Windows color (decimal): -1488180 or 13388521. OLE color: 13388521.
HSL color Cylindrical-coordinate representation of color #E94ACC: hue angle of 310.94º 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 #E94ACC is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 204 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.09 |
| HSL | 310.94º | 0.78% | 0.6% | - |
| HSV(B) | 310.94º | 0.68% | 0.91% | - |
| XYZ | 46.95 | 26.58 | 59.78 | - |
| YUV | 136.36 | 166.18 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 204 | 0 | 0.68 | 0.12 | 0.09 | 310.94 | 0.78 | 0.6 |
| Hex | E9 | 4A | CC | 0 | 44 | C | 9 | 137 | 4E | 3C |
| Octal | 351 | 112 | 314 | 0 | 104 | 14 | 11 | 467 | 116 | 74 |
| Binary | 11101001 | 1001010 | 11001100 | 0 | 1000100 | 1100 | 1001 | 100110111 | 1001110 | 111100 |
Color Harmonies of #E94ACC
Complementary color
Monochromatic Colors of #E94ACC
Black with #E94ACC
Text Example
Text Example
White with #E94ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94ACC; }
p { color: rgb(233,74,204); }
H1.HeaderClassName
{
color: #E94ACC;
}
.AnyTagClassName
{
color: #E94ACC;
}
</style>
background-color css
<style>
a { background-color: #E94ACC; }
a { background-color: rgb(233,74,204); }
div.DivClassName
{
background-color: #E94ACC;
}
.BgClassName
{
background-color: #E94ACC;
}
</style>
border-color css
<style>
span { border-color: #E94ACC; }
span { border-color: rgb(233,74,204); }
td.TdClassName
{
border-color: #E94ACC;
}
.TagClassName
{
border-color: #E94ACC;
}
</style>