Html Css Color HEX #E83DDF Free Speech Magenta
📋 copy color: '#E83DDF'red 232 ◦ green 61 ◦ blue 223
Shades of Free Speech Magenta #E83DDF
Tints of Free Speech Magenta #E83DDF
RGB
CMYK
RGB Variations
Color information
#E83DDF (or 0xE83DDF) is known color: Free Speech Magenta. HEX triplet: E8, 3D and DF. RGB value is (232,61,223). Sum of RGB (Red+Green+Blue) = 232+61+223=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 61 (24.22% from 255 or 11.82% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E83DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83DDF is #17C220. Grayscale: #828282. Windows color (decimal): -1557025 or 14630376. OLE color: 14630376.
HSL color Cylindrical-coordinate representation of color #E83DDF: hue angle of 303.16º 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 #E83DDF is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 61 | 223 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.09 |
| HSL | 303.16º | 0.79% | 0.57% | - |
| HSV(B) | 303.16º | 0.74% | 0.91% | - |
| XYZ | 48.27 | 25.82 | 72.25 | - |
| YUV | 130.6 | 180.15 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 223 | 0 | 0.74 | 0.04 | 0.09 | 303.16 | 0.79 | 0.57 |
| Hex | E8 | 3D | DF | 0 | 4A | 4 | 9 | 12F | 4F | 39 |
| Octal | 350 | 75 | 337 | 0 | 112 | 4 | 11 | 457 | 117 | 71 |
| Binary | 11101000 | 111101 | 11011111 | 0 | 1001010 | 100 | 1001 | 100101111 | 1001111 | 111001 |
Color Harmonies of #E83DDF
Complementary color
Monochromatic Colors of #E83DDF
Black with #E83DDF
Text Example
Text Example
White with #E83DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83DDF; }
p { color: rgb(232,61,223); }
H1.HeaderClassName
{
color: #E83DDF;
}
.AnyTagClassName
{
color: #E83DDF;
}
</style>
background-color css
<style>
a { background-color: #E83DDF; }
a { background-color: rgb(232,61,223); }
div.DivClassName
{
background-color: #E83DDF;
}
.BgClassName
{
background-color: #E83DDF;
}
</style>
border-color css
<style>
span { border-color: #E83DDF; }
span { border-color: rgb(232,61,223); }
td.TdClassName
{
border-color: #E83DDF;
}
.TagClassName
{
border-color: #E83DDF;
}
</style>