Html Css Color HEX #E948C8 Free Speech Magenta
📋 copy color: '#E948C8'red 233 ◦ green 72 ◦ blue 200
Shades of Free Speech Magenta #E948C8
Tints of Free Speech Magenta #E948C8
RGB
CMYK
RGB Variations
Color information
#E948C8 (or 0xE948C8) is known color: Free Speech Magenta. HEX triplet: E9, 48 and C8. RGB value is (233,72,200). Sum of RGB (Red+Green+Blue) = 233+72+200=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E948C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E948C8 is #16B737. Grayscale: #868686. Windows color (decimal): -1488696 or 13125865. OLE color: 13125865.
HSL color Cylindrical-coordinate representation of color #E948C8: hue angle of 312.3º 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 #E948C8 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 200 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.09 |
| HSL | 312.3º | 0.79% | 0.6% | - |
| HSV(B) | 312.3º | 0.69% | 0.91% | - |
| XYZ | 46.35 | 26.13 | 57.24 | - |
| YUV | 134.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 200 | 0 | 0.69 | 0.14 | 0.09 | 312.3 | 0.79 | 0.6 |
| Hex | E9 | 48 | C8 | 0 | 45 | E | 9 | 138 | 4F | 3C |
| Octal | 351 | 110 | 310 | 0 | 105 | 16 | 11 | 470 | 117 | 74 |
| Binary | 11101001 | 1001000 | 11001000 | 0 | 1000101 | 1110 | 1001 | 100111000 | 1001111 | 111100 |
Color Harmonies of #E948C8
Complementary color
Monochromatic Colors of #E948C8
Black with #E948C8
Text Example
Text Example
White with #E948C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948C8; }
p { color: rgb(233,72,200); }
H1.HeaderClassName
{
color: #E948C8;
}
.AnyTagClassName
{
color: #E948C8;
}
</style>
background-color css
<style>
a { background-color: #E948C8; }
a { background-color: rgb(233,72,200); }
div.DivClassName
{
background-color: #E948C8;
}
.BgClassName
{
background-color: #E948C8;
}
</style>
border-color css
<style>
span { border-color: #E948C8; }
span { border-color: rgb(233,72,200); }
td.TdClassName
{
border-color: #E948C8;
}
.TagClassName
{
border-color: #E948C8;
}
</style>