Html Css Color HEX #E948D1 Free Speech Magenta
📋 copy color: '#E948D1'red 233 ◦ green 72 ◦ blue 209
Shades of Free Speech Magenta #E948D1
Tints of Free Speech Magenta #E948D1
RGB
CMYK
RGB Variations
Color information
#E948D1 (or 0xE948D1) is known color: Free Speech Magenta. HEX triplet: E9, 48 and D1. RGB value is (233,72,209). Sum of RGB (Red+Green+Blue) = 233+72+209=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E948D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E948D1 is #16B72E. Grayscale: #878787. Windows color (decimal): -1488687 or 13715689. OLE color: 13715689.
HSL color Cylindrical-coordinate representation of color #E948D1: hue angle of 308.94º 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 #E948D1 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 209 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.09 |
| HSL | 308.94º | 0.79% | 0.6% | - |
| HSV(B) | 308.94º | 0.69% | 0.91% | - |
| XYZ | 47.43 | 26.56 | 62.95 | - |
| YUV | 135.76 | 169.34 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 209 | 0 | 0.69 | 0.10 | 0.09 | 308.94 | 0.79 | 0.6 |
| Hex | E9 | 48 | D1 | 0 | 45 | A | 9 | 135 | 4F | 3C |
| Octal | 351 | 110 | 321 | 0 | 105 | 12 | 11 | 465 | 117 | 74 |
| Binary | 11101001 | 1001000 | 11010001 | 0 | 1000101 | 1010 | 1001 | 100110101 | 1001111 | 111100 |
Color Harmonies of #E948D1
Complementary color
Monochromatic Colors of #E948D1
Black with #E948D1
Text Example
Text Example
White with #E948D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948D1; }
p { color: rgb(233,72,209); }
H1.HeaderClassName
{
color: #E948D1;
}
.AnyTagClassName
{
color: #E948D1;
}
</style>
background-color css
<style>
a { background-color: #E948D1; }
a { background-color: rgb(233,72,209); }
div.DivClassName
{
background-color: #E948D1;
}
.BgClassName
{
background-color: #E948D1;
}
</style>
border-color css
<style>
span { border-color: #E948D1; }
span { border-color: rgb(233,72,209); }
td.TdClassName
{
border-color: #E948D1;
}
.TagClassName
{
border-color: #E948D1;
}
</style>