Html Css Color HEX #E862DA Free Speech Magenta
📋 copy color: '#E862DA'red 232 ◦ green 98 ◦ blue 218
Shades of Free Speech Magenta #E862DA
Tints of Free Speech Magenta #E862DA
RGB
CMYK
RGB Variations
Color information
#E862DA (or 0xE862DA) is known color: Free Speech Magenta. HEX triplet: E8, 62 and DA. RGB value is (232,98,218). Sum of RGB (Red+Green+Blue) = 232+98+218=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 98 (38.67% from 255 or 17.88% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E862DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E862DA is #179D25. Grayscale: #979797. Windows color (decimal): -1547558 or 14312168. OLE color: 14312168.
HSL color Cylindrical-coordinate representation of color #E862DA: hue angle of 306.27º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E862DA is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 98 | 218 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.09 |
| HSL | 306.27º | 0.74% | 0.65% | - |
| HSV(B) | 306.27º | 0.58% | 0.91% | - |
| XYZ | 50.3 | 30.95 | 69.65 | - |
| YUV | 151.75 | 165.39 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 98 | 218 | 0 | 0.58 | 0.06 | 0.09 | 306.27 | 0.74 | 0.65 |
| Hex | E8 | 62 | DA | 0 | 3A | 6 | 9 | 132 | 4A | 41 |
| Octal | 350 | 142 | 332 | 0 | 72 | 6 | 11 | 462 | 112 | 101 |
| Binary | 11101000 | 1100010 | 11011010 | 0 | 111010 | 110 | 1001 | 100110010 | 1001010 | 1000001 |
Color Harmonies of #E862DA
Complementary color
Monochromatic Colors of #E862DA
Black with #E862DA
Text Example
Text Example
White with #E862DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E862DA; }
p { color: rgb(232,98,218); }
H1.HeaderClassName
{
color: #E862DA;
}
.AnyTagClassName
{
color: #E862DA;
}
</style>
background-color css
<style>
a { background-color: #E862DA; }
a { background-color: rgb(232,98,218); }
div.DivClassName
{
background-color: #E862DA;
}
.BgClassName
{
background-color: #E862DA;
}
</style>
border-color css
<style>
span { border-color: #E862DA; }
span { border-color: rgb(232,98,218); }
td.TdClassName
{
border-color: #E862DA;
}
.TagClassName
{
border-color: #E862DA;
}
</style>