Html Css Color HEX #E948DB Free Speech Magenta
📋 copy color: '#E948DB'red 233 ◦ green 72 ◦ blue 219
Shades of Free Speech Magenta #E948DB
Tints of Free Speech Magenta #E948DB
RGB
CMYK
RGB Variations
Color information
#E948DB (or 0xE948DB) is known color: Free Speech Magenta. HEX triplet: E9, 48 and DB. RGB value is (233,72,219). Sum of RGB (Red+Green+Blue) = 233+72+219=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 72 (28.52% from 255 or 13.74% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E948DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E948DB is #16B724. Grayscale: #888888. Windows color (decimal): -1488677 or 14371049. OLE color: 14371049.
HSL color Cylindrical-coordinate representation of color #E948DB: hue angle of 305.22º 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 #E948DB is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 219 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.09 |
| HSL | 305.22º | 0.79% | 0.6% | - |
| HSV(B) | 305.22º | 0.69% | 0.91% | - |
| XYZ | 48.71 | 27.07 | 69.68 | - |
| YUV | 136.9 | 174.34 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 219 | 0 | 0.69 | 0.06 | 0.09 | 305.22 | 0.79 | 0.6 |
| Hex | E9 | 48 | DB | 0 | 45 | 6 | 9 | 131 | 4F | 3C |
| Octal | 351 | 110 | 333 | 0 | 105 | 6 | 11 | 461 | 117 | 74 |
| Binary | 11101001 | 1001000 | 11011011 | 0 | 1000101 | 110 | 1001 | 100110001 | 1001111 | 111100 |
Color Harmonies of #E948DB
Complementary color
Monochromatic Colors of #E948DB
Black with #E948DB
Text Example
Text Example
White with #E948DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948DB; }
p { color: rgb(233,72,219); }
H1.HeaderClassName
{
color: #E948DB;
}
.AnyTagClassName
{
color: #E948DB;
}
</style>
background-color css
<style>
a { background-color: #E948DB; }
a { background-color: rgb(233,72,219); }
div.DivClassName
{
background-color: #E948DB;
}
.BgClassName
{
background-color: #E948DB;
}
</style>
border-color css
<style>
span { border-color: #E948DB; }
span { border-color: rgb(233,72,219); }
td.TdClassName
{
border-color: #E948DB;
}
.TagClassName
{
border-color: #E948DB;
}
</style>