Html Css Color HEX #E462DC Free Speech Magenta
📋 copy color: '#E462DC'red 228 ◦ green 98 ◦ blue 220
Shades of Free Speech Magenta #E462DC
Tints of Free Speech Magenta #E462DC
RGB
CMYK
RGB Variations
Color information
#E462DC (or 0xE462DC) is known color: Free Speech Magenta. HEX triplet: E4, 62 and DC. RGB value is (228,98,220). Sum of RGB (Red+Green+Blue) = 228+98+220=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 98 (38.67% from 255 or 17.95% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E462DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E462DC is #1B9D23. Grayscale: #969696. Windows color (decimal): -1809700 or 14443236. OLE color: 14443236.
HSL color Cylindrical-coordinate representation of color #E462DC: hue angle of 303.69º 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 #E462DC is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 98 | 220 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.11 |
| HSL | 303.69º | 0.71% | 0.64% | - |
| HSV(B) | 303.69º | 0.57% | 0.89% | - |
| XYZ | 49.28 | 30.4 | 70.98 | - |
| YUV | 150.78 | 167.07 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 98 | 220 | 0 | 0.57 | 0.04 | 0.11 | 303.69 | 0.71 | 0.64 |
| Hex | E4 | 62 | DC | 0 | 39 | 4 | B | 130 | 47 | 40 |
| Octal | 344 | 142 | 334 | 0 | 71 | 4 | 13 | 460 | 107 | 100 |
| Binary | 11100100 | 1100010 | 11011100 | 0 | 111001 | 100 | 1011 | 100110000 | 1000111 | 1000000 |
Color Harmonies of #E462DC
Complementary color
Monochromatic Colors of #E462DC
Black with #E462DC
Text Example
Text Example
White with #E462DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E462DC; }
p { color: rgb(228,98,220); }
H1.HeaderClassName
{
color: #E462DC;
}
.AnyTagClassName
{
color: #E462DC;
}
</style>
background-color css
<style>
a { background-color: #E462DC; }
a { background-color: rgb(228,98,220); }
div.DivClassName
{
background-color: #E462DC;
}
.BgClassName
{
background-color: #E462DC;
}
</style>
border-color css
<style>
span { border-color: #E462DC; }
span { border-color: rgb(228,98,220); }
td.TdClassName
{
border-color: #E462DC;
}
.TagClassName
{
border-color: #E462DC;
}
</style>