Html Css Color HEX #E948C7 Free Speech Magenta
📋 copy color: '#E948C7'red 233 ◦ green 72 ◦ blue 199
Shades of Free Speech Magenta #E948C7
Tints of Free Speech Magenta #E948C7
RGB
CMYK
RGB Variations
Color information
#E948C7 (or 0xE948C7) is known color: Free Speech Magenta. HEX triplet: E9, 48 and C7. RGB value is (233,72,199). Sum of RGB (Red+Green+Blue) = 233+72+199=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E948C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E948C7 is #16B738. Grayscale: #868686. Windows color (decimal): -1488697 or 13060329. OLE color: 13060329.
HSL color Cylindrical-coordinate representation of color #E948C7: hue angle of 312.67º 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 #E948C7 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 199 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.09 |
| HSL | 312.67º | 0.79% | 0.6% | - |
| HSV(B) | 312.67º | 0.69% | 0.91% | - |
| XYZ | 46.23 | 26.08 | 56.63 | - |
| YUV | 134.62 | 164.34 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 199 | 0 | 0.69 | 0.15 | 0.09 | 312.67 | 0.79 | 0.6 |
| Hex | E9 | 48 | C7 | 0 | 45 | F | 9 | 139 | 4F | 3C |
| Octal | 351 | 110 | 307 | 0 | 105 | 17 | 11 | 471 | 117 | 74 |
| Binary | 11101001 | 1001000 | 11000111 | 0 | 1000101 | 1111 | 1001 | 100111001 | 1001111 | 111100 |
Color Harmonies of #E948C7
Complementary color
Monochromatic Colors of #E948C7
Black with #E948C7
Text Example
Text Example
White with #E948C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948C7; }
p { color: rgb(233,72,199); }
H1.HeaderClassName
{
color: #E948C7;
}
.AnyTagClassName
{
color: #E948C7;
}
</style>
background-color css
<style>
a { background-color: #E948C7; }
a { background-color: rgb(233,72,199); }
div.DivClassName
{
background-color: #E948C7;
}
.BgClassName
{
background-color: #E948C7;
}
</style>
border-color css
<style>
span { border-color: #E948C7; }
span { border-color: rgb(233,72,199); }
td.TdClassName
{
border-color: #E948C7;
}
.TagClassName
{
border-color: #E948C7;
}
</style>