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