Html Css Color HEX #E94DDD Free Speech Magenta
📋 copy color: '#E94DDD'red 233 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #E94DDD
Tints of Free Speech Magenta #E94DDD
RGB
CMYK
RGB Variations
Color information
#E94DDD (or 0xE94DDD) is known color: Free Speech Magenta. HEX triplet: E9, 4D and DD. RGB value is (233,77,221). Sum of RGB (Red+Green+Blue) = 233+77+221=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 77 (30.47% from 255 or 14.50% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E94DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94DDD is #16B222. Grayscale: #8B8B8B. Windows color (decimal): -1487395 or 14503401. OLE color: 14503401.
HSL color Cylindrical-coordinate representation of color #E94DDD: hue angle of 304.62º 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 #E94DDD is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 221 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.09 |
| HSL | 304.62º | 0.78% | 0.61% | - |
| HSV(B) | 304.62º | 0.67% | 0.91% | - |
| XYZ | 49.31 | 27.85 | 71.18 | - |
| YUV | 140.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 221 | 0 | 0.67 | 0.05 | 0.09 | 304.62 | 0.78 | 0.61 |
| Hex | E9 | 4D | DD | 0 | 43 | 5 | 9 | 131 | 4E | 3D |
| Octal | 351 | 115 | 335 | 0 | 103 | 5 | 11 | 461 | 116 | 75 |
| Binary | 11101001 | 1001101 | 11011101 | 0 | 1000011 | 101 | 1001 | 100110001 | 1001110 | 111101 |
Color Harmonies of #E94DDD
Complementary color
Monochromatic Colors of #E94DDD
Black with #E94DDD
Text Example
Text Example
White with #E94DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94DDD; }
p { color: rgb(233,77,221); }
H1.HeaderClassName
{
color: #E94DDD;
}
.AnyTagClassName
{
color: #E94DDD;
}
</style>
background-color css
<style>
a { background-color: #E94DDD; }
a { background-color: rgb(233,77,221); }
div.DivClassName
{
background-color: #E94DDD;
}
.BgClassName
{
background-color: #E94DDD;
}
</style>
border-color css
<style>
span { border-color: #E94DDD; }
span { border-color: rgb(233,77,221); }
td.TdClassName
{
border-color: #E94DDD;
}
.TagClassName
{
border-color: #E94DDD;
}
</style>