Html Css Color HEX #E943DD Free Speech Magenta
📋 copy color: '#E943DD'red 233 ◦ green 67 ◦ blue 221
Shades of Free Speech Magenta #E943DD
Tints of Free Speech Magenta #E943DD
RGB
CMYK
RGB Variations
Color information
#E943DD (or 0xE943DD) is known color: Free Speech Magenta. HEX triplet: E9, 43 and DD. RGB value is (233,67,221). Sum of RGB (Red+Green+Blue) = 233+67+221=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 67 (26.56% from 255 or 12.86% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E943DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E943DD is #16BC22. Grayscale: #858585. Windows color (decimal): -1489955 or 14500841. OLE color: 14500841.
HSL color Cylindrical-coordinate representation of color #E943DD: hue angle of 304.34º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E943DD is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 67 | 221 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.09 |
| HSL | 304.34º | 0.79% | 0.59% | - |
| HSV(B) | 304.34º | 0.71% | 0.91% | - |
| XYZ | 48.66 | 26.56 | 70.97 | - |
| YUV | 134.19 | 177 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 67 | 221 | 0 | 0.71 | 0.05 | 0.09 | 304.34 | 0.79 | 0.59 |
| Hex | E9 | 43 | DD | 0 | 47 | 5 | 9 | 130 | 4F | 3B |
| Octal | 351 | 103 | 335 | 0 | 107 | 5 | 11 | 460 | 117 | 73 |
| Binary | 11101001 | 1000011 | 11011101 | 0 | 1000111 | 101 | 1001 | 100110000 | 1001111 | 111011 |
Color Harmonies of #E943DD
Complementary color
Monochromatic Colors of #E943DD
Black with #E943DD
Text Example
Text Example
White with #E943DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E943DD; }
p { color: rgb(233,67,221); }
H1.HeaderClassName
{
color: #E943DD;
}
.AnyTagClassName
{
color: #E943DD;
}
</style>
background-color css
<style>
a { background-color: #E943DD; }
a { background-color: rgb(233,67,221); }
div.DivClassName
{
background-color: #E943DD;
}
.BgClassName
{
background-color: #E943DD;
}
</style>
border-color css
<style>
span { border-color: #E943DD; }
span { border-color: rgb(233,67,221); }
td.TdClassName
{
border-color: #E943DD;
}
.TagClassName
{
border-color: #E943DD;
}
</style>