Html Css Color HEX #E354DB Free Speech Magenta
📋 copy color: '#E354DB'red 227 ◦ green 84 ◦ blue 219
Shades of Free Speech Magenta #E354DB
Tints of Free Speech Magenta #E354DB
RGB
CMYK
RGB Variations
Color information
#E354DB (or 0xE354DB) is known color: Free Speech Magenta. HEX triplet: E3, 54 and DB. RGB value is (227,84,219). Sum of RGB (Red+Green+Blue) = 227+84+219=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E354DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E354DB is #1CAB24. Grayscale: #8D8D8D. Windows color (decimal): -1878821 or 14374115. OLE color: 14374115.
HSL color Cylindrical-coordinate representation of color #E354DB: hue angle of 303.36º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E354DB is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 84 | 219 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.11 |
| HSL | 303.36º | 0.72% | 0.61% | - |
| HSV(B) | 303.36º | 0.63% | 0.89% | - |
| XYZ | 47.64 | 27.79 | 69.87 | - |
| YUV | 142.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 219 | 0 | 0.63 | 0.04 | 0.11 | 303.36 | 0.72 | 0.61 |
| Hex | E3 | 54 | DB | 0 | 3F | 4 | B | 12F | 48 | 3D |
| Octal | 343 | 124 | 333 | 0 | 77 | 4 | 13 | 457 | 110 | 75 |
| Binary | 11100011 | 1010100 | 11011011 | 0 | 111111 | 100 | 1011 | 100101111 | 1001000 | 111101 |
Color Harmonies of #E354DB
Complementary color
Monochromatic Colors of #E354DB
Black with #E354DB
Text Example
Text Example
White with #E354DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E354DB; }
p { color: rgb(227,84,219); }
H1.HeaderClassName
{
color: #E354DB;
}
.AnyTagClassName
{
color: #E354DB;
}
</style>
background-color css
<style>
a { background-color: #E354DB; }
a { background-color: rgb(227,84,219); }
div.DivClassName
{
background-color: #E354DB;
}
.BgClassName
{
background-color: #E354DB;
}
</style>
border-color css
<style>
span { border-color: #E354DB; }
span { border-color: rgb(227,84,219); }
td.TdClassName
{
border-color: #E354DB;
}
.TagClassName
{
border-color: #E354DB;
}
</style>