Html Css Color HEX #E162DB Free Speech Magenta
📋 copy color: '#E162DB'red 225 ◦ green 98 ◦ blue 219
Shades of Free Speech Magenta #E162DB
Tints of Free Speech Magenta #E162DB
RGB
CMYK
RGB Variations
Color information
#E162DB (or 0xE162DB) is known color: Free Speech Magenta. HEX triplet: E1, 62 and DB. RGB value is (225,98,219). Sum of RGB (Red+Green+Blue) = 225+98+219=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E162DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E162DB is #1E9D24. Grayscale: #959595. Windows color (decimal): -2006309 or 14377697. OLE color: 14377697.
HSL color Cylindrical-coordinate representation of color #E162DB: hue angle of 302.83º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E162DB is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 219 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.12 |
| HSL | 302.83º | 0.68% | 0.63% | - |
| HSV(B) | 302.83º | 0.56% | 0.88% | - |
| XYZ | 48.21 | 29.86 | 70.24 | - |
| YUV | 149.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 219 | 0 | 0.56 | 0.03 | 0.12 | 302.83 | 0.68 | 0.63 |
| Hex | E1 | 62 | DB | 0 | 38 | 3 | C | 12F | 44 | 3F |
| Octal | 341 | 142 | 333 | 0 | 70 | 3 | 14 | 457 | 104 | 77 |
| Binary | 11100001 | 1100010 | 11011011 | 0 | 111000 | 11 | 1100 | 100101111 | 1000100 | 111111 |
Color Harmonies of #E162DB
Complementary color
Monochromatic Colors of #E162DB
Black with #E162DB
Text Example
Text Example
White with #E162DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E162DB; }
p { color: rgb(225,98,219); }
H1.HeaderClassName
{
color: #E162DB;
}
.AnyTagClassName
{
color: #E162DB;
}
</style>
background-color css
<style>
a { background-color: #E162DB; }
a { background-color: rgb(225,98,219); }
div.DivClassName
{
background-color: #E162DB;
}
.BgClassName
{
background-color: #E162DB;
}
</style>
border-color css
<style>
span { border-color: #E162DB; }
span { border-color: rgb(225,98,219); }
td.TdClassName
{
border-color: #E162DB;
}
.TagClassName
{
border-color: #E162DB;
}
</style>