Html Css Color HEX #E94CDA Free Speech Magenta
📋 copy color: '#E94CDA'red 233 ◦ green 76 ◦ blue 218
Shades of Free Speech Magenta #E94CDA
Tints of Free Speech Magenta #E94CDA
RGB
CMYK
RGB Variations
Color information
#E94CDA (or 0xE94CDA) is known color: Free Speech Magenta. HEX triplet: E9, 4C and DA. RGB value is (233,76,218). Sum of RGB (Red+Green+Blue) = 233+76+218=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 76 (30.08% from 255 or 14.42% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E94CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94CDA is #16B325. Grayscale: #8A8A8A. Windows color (decimal): -1487654 or 14306537. OLE color: 14306537.
HSL color Cylindrical-coordinate representation of color #E94CDA: hue angle of 305.73º 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 #E94CDA is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 218 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.09 |
| HSL | 305.73º | 0.78% | 0.61% | - |
| HSV(B) | 305.73º | 0.67% | 0.91% | - |
| XYZ | 48.84 | 27.55 | 69.07 | - |
| YUV | 139.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 218 | 0 | 0.67 | 0.06 | 0.09 | 305.73 | 0.78 | 0.61 |
| Hex | E9 | 4C | DA | 0 | 43 | 6 | 9 | 132 | 4E | 3D |
| Octal | 351 | 114 | 332 | 0 | 103 | 6 | 11 | 462 | 116 | 75 |
| Binary | 11101001 | 1001100 | 11011010 | 0 | 1000011 | 110 | 1001 | 100110010 | 1001110 | 111101 |
Color Harmonies of #E94CDA
Complementary color
Monochromatic Colors of #E94CDA
Black with #E94CDA
Text Example
Text Example
White with #E94CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94CDA; }
p { color: rgb(233,76,218); }
H1.HeaderClassName
{
color: #E94CDA;
}
.AnyTagClassName
{
color: #E94CDA;
}
</style>
background-color css
<style>
a { background-color: #E94CDA; }
a { background-color: rgb(233,76,218); }
div.DivClassName
{
background-color: #E94CDA;
}
.BgClassName
{
background-color: #E94CDA;
}
</style>
border-color css
<style>
span { border-color: #E94CDA; }
span { border-color: rgb(233,76,218); }
td.TdClassName
{
border-color: #E94CDA;
}
.TagClassName
{
border-color: #E94CDA;
}
</style>