Html Css Color HEX #E947DB Free Speech Magenta
📋 copy color: '#E947DB'red 233 ◦ green 71 ◦ blue 219
Shades of Free Speech Magenta #E947DB
Tints of Free Speech Magenta #E947DB
RGB
CMYK
RGB Variations
Color information
#E947DB (or 0xE947DB) is known color: Free Speech Magenta. HEX triplet: E9, 47 and DB. RGB value is (233,71,219). Sum of RGB (Red+Green+Blue) = 233+71+219=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 71 (28.12% from 255 or 13.58% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E947DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E947DB is #16B824. Grayscale: #878787. Windows color (decimal): -1488933 or 14370793. OLE color: 14370793.
HSL color Cylindrical-coordinate representation of color #E947DB: hue angle of 305.19º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E947DB is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 71 | 219 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.09 |
| HSL | 305.19º | 0.79% | 0.6% | - |
| HSV(B) | 305.19º | 0.7% | 0.91% | - |
| XYZ | 48.64 | 26.94 | 69.65 | - |
| YUV | 136.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 71 | 219 | 0 | 0.70 | 0.06 | 0.09 | 305.19 | 0.79 | 0.6 |
| Hex | E9 | 47 | DB | 0 | 46 | 6 | 9 | 131 | 4F | 3C |
| Octal | 351 | 107 | 333 | 0 | 106 | 6 | 11 | 461 | 117 | 74 |
| Binary | 11101001 | 1000111 | 11011011 | 0 | 1000110 | 110 | 1001 | 100110001 | 1001111 | 111100 |
Color Harmonies of #E947DB
Complementary color
Monochromatic Colors of #E947DB
Black with #E947DB
Text Example
Text Example
White with #E947DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E947DB; }
p { color: rgb(233,71,219); }
H1.HeaderClassName
{
color: #E947DB;
}
.AnyTagClassName
{
color: #E947DB;
}
</style>
background-color css
<style>
a { background-color: #E947DB; }
a { background-color: rgb(233,71,219); }
div.DivClassName
{
background-color: #E947DB;
}
.BgClassName
{
background-color: #E947DB;
}
</style>
border-color css
<style>
span { border-color: #E947DB; }
span { border-color: rgb(233,71,219); }
td.TdClassName
{
border-color: #E947DB;
}
.TagClassName
{
border-color: #E947DB;
}
</style>