Html Css Color HEX #E948DF Free Speech Magenta
📋 copy color: '#E948DF'red 233 ◦ green 72 ◦ blue 223
Shades of Free Speech Magenta #E948DF
Tints of Free Speech Magenta #E948DF
RGB
CMYK
RGB Variations
Color information
#E948DF (or 0xE948DF) is known color: Free Speech Magenta. HEX triplet: E9, 48 and DF. RGB value is (233,72,223). Sum of RGB (Red+Green+Blue) = 233+72+223=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 72 (28.52% from 255 or 13.64% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E948DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E948DF is #16B720. Grayscale: #888888. Windows color (decimal): -1488673 or 14633193. OLE color: 14633193.
HSL color Cylindrical-coordinate representation of color #E948DF: hue angle of 303.73º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E948DF is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 223 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.09 |
| HSL | 303.73º | 0.79% | 0.6% | - |
| HSV(B) | 303.73º | 0.69% | 0.91% | - |
| XYZ | 49.24 | 27.29 | 72.48 | - |
| YUV | 137.35 | 176.34 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 223 | 0 | 0.69 | 0.04 | 0.09 | 303.73 | 0.79 | 0.6 |
| Hex | E9 | 48 | DF | 0 | 45 | 4 | 9 | 130 | 4F | 3C |
| Octal | 351 | 110 | 337 | 0 | 105 | 4 | 11 | 460 | 117 | 74 |
| Binary | 11101001 | 1001000 | 11011111 | 0 | 1000101 | 100 | 1001 | 100110000 | 1001111 | 111100 |
Color Harmonies of #E948DF
Complementary color
Monochromatic Colors of #E948DF
Black with #E948DF
Text Example
Text Example
White with #E948DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948DF; }
p { color: rgb(233,72,223); }
H1.HeaderClassName
{
color: #E948DF;
}
.AnyTagClassName
{
color: #E948DF;
}
</style>
background-color css
<style>
a { background-color: #E948DF; }
a { background-color: rgb(233,72,223); }
div.DivClassName
{
background-color: #E948DF;
}
.BgClassName
{
background-color: #E948DF;
}
</style>
border-color css
<style>
span { border-color: #E948DF; }
span { border-color: rgb(233,72,223); }
td.TdClassName
{
border-color: #E948DF;
}
.TagClassName
{
border-color: #E948DF;
}
</style>