Html Css Color HEX #E462DB Free Speech Magenta
📋 copy color: '#E462DB'red 228 ◦ green 98 ◦ blue 219
Shades of Free Speech Magenta #E462DB
Tints of Free Speech Magenta #E462DB
RGB
CMYK
RGB Variations
Color information
#E462DB (or 0xE462DB) is known color: Free Speech Magenta. HEX triplet: E4, 62 and DB. RGB value is (228,98,219). Sum of RGB (Red+Green+Blue) = 228+98+219=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 98 (38.67% from 255 or 17.98% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E462DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E462DB is #1B9D24. Grayscale: #969696. Windows color (decimal): -1809701 or 14377700. OLE color: 14377700.
HSL color Cylindrical-coordinate representation of color #E462DB: hue angle of 304.15º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E462DB is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 98 | 219 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.11 |
| HSL | 304.15º | 0.71% | 0.64% | - |
| HSV(B) | 304.15º | 0.57% | 0.89% | - |
| XYZ | 49.15 | 30.34 | 70.28 | - |
| YUV | 150.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 98 | 219 | 0 | 0.57 | 0.04 | 0.11 | 304.15 | 0.71 | 0.64 |
| Hex | E4 | 62 | DB | 0 | 39 | 4 | B | 130 | 47 | 40 |
| Octal | 344 | 142 | 333 | 0 | 71 | 4 | 13 | 460 | 107 | 100 |
| Binary | 11100100 | 1100010 | 11011011 | 0 | 111001 | 100 | 1011 | 100110000 | 1000111 | 1000000 |
Color Harmonies of #E462DB
Complementary color
Monochromatic Colors of #E462DB
Black with #E462DB
Text Example
Text Example
White with #E462DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E462DB; }
p { color: rgb(228,98,219); }
H1.HeaderClassName
{
color: #E462DB;
}
.AnyTagClassName
{
color: #E462DB;
}
</style>
background-color css
<style>
a { background-color: #E462DB; }
a { background-color: rgb(228,98,219); }
div.DivClassName
{
background-color: #E462DB;
}
.BgClassName
{
background-color: #E462DB;
}
</style>
border-color css
<style>
span { border-color: #E462DB; }
span { border-color: rgb(228,98,219); }
td.TdClassName
{
border-color: #E462DB;
}
.TagClassName
{
border-color: #E462DB;
}
</style>