Html Css Color HEX #E83CDD Free Speech Magenta
📋 copy color: '#E83CDD'red 232 ◦ green 60 ◦ blue 221
Shades of Free Speech Magenta #E83CDD
Tints of Free Speech Magenta #E83CDD
RGB
CMYK
RGB Variations
Color information
#E83CDD (or 0xE83CDD) is known color: Free Speech Magenta. HEX triplet: E8, 3C and DD. RGB value is (232,60,221). Sum of RGB (Red+Green+Blue) = 232+60+221=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 60 (23.83% from 255 or 11.70% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E83CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83CDD is #17C322. Grayscale: #818181. Windows color (decimal): -1557283 or 14499048. OLE color: 14499048.
HSL color Cylindrical-coordinate representation of color #E83CDD: hue angle of 303.84º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E83CDD is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 60 | 221 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.09 |
| HSL | 303.84º | 0.79% | 0.57% | - |
| HSV(B) | 303.84º | 0.74% | 0.91% | - |
| XYZ | 47.95 | 25.61 | 70.82 | - |
| YUV | 129.78 | 179.48 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 60 | 221 | 0 | 0.74 | 0.05 | 0.09 | 303.84 | 0.79 | 0.57 |
| Hex | E8 | 3C | DD | 0 | 4A | 5 | 9 | 130 | 4F | 39 |
| Octal | 350 | 74 | 335 | 0 | 112 | 5 | 11 | 460 | 117 | 71 |
| Binary | 11101000 | 111100 | 11011101 | 0 | 1001010 | 101 | 1001 | 100110000 | 1001111 | 111001 |
Color Harmonies of #E83CDD
Complementary color
Monochromatic Colors of #E83CDD
Black with #E83CDD
Text Example
Text Example
White with #E83CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83CDD; }
p { color: rgb(232,60,221); }
H1.HeaderClassName
{
color: #E83CDD;
}
.AnyTagClassName
{
color: #E83CDD;
}
</style>
background-color css
<style>
a { background-color: #E83CDD; }
a { background-color: rgb(232,60,221); }
div.DivClassName
{
background-color: #E83CDD;
}
.BgClassName
{
background-color: #E83CDD;
}
</style>
border-color css
<style>
span { border-color: #E83CDD; }
span { border-color: rgb(232,60,221); }
td.TdClassName
{
border-color: #E83CDD;
}
.TagClassName
{
border-color: #E83CDD;
}
</style>