Html Css Color HEX #E862D4 Free Speech Magenta
📋 copy color: '#E862D4'red 232 ◦ green 98 ◦ blue 212
Shades of Free Speech Magenta #E862D4
Tints of Free Speech Magenta #E862D4
RGB
CMYK
RGB Variations
Color information
#E862D4 (or 0xE862D4) is known color: Free Speech Magenta. HEX triplet: E8, 62 and D4. RGB value is (232,98,212). Sum of RGB (Red+Green+Blue) = 232+98+212=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E862D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E862D4 is #179D2B. Grayscale: #969696. Windows color (decimal): -1547564 or 13918952. OLE color: 13918952.
HSL color Cylindrical-coordinate representation of color #E862D4: hue angle of 308.96º 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 #E862D4 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 98 | 212 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.09 |
| HSL | 308.96º | 0.74% | 0.65% | - |
| HSV(B) | 308.96º | 0.58% | 0.91% | - |
| XYZ | 49.53 | 30.64 | 65.59 | - |
| YUV | 151.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 98 | 212 | 0 | 0.58 | 0.09 | 0.09 | 308.96 | 0.74 | 0.65 |
| Hex | E8 | 62 | D4 | 0 | 3A | 9 | 9 | 135 | 4A | 41 |
| Octal | 350 | 142 | 324 | 0 | 72 | 11 | 11 | 465 | 112 | 101 |
| Binary | 11101000 | 1100010 | 11010100 | 0 | 111010 | 1001 | 1001 | 100110101 | 1001010 | 1000001 |
Color Harmonies of #E862D4
Complementary color
Monochromatic Colors of #E862D4
Black with #E862D4
Text Example
Text Example
White with #E862D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E862D4; }
p { color: rgb(232,98,212); }
H1.HeaderClassName
{
color: #E862D4;
}
.AnyTagClassName
{
color: #E862D4;
}
</style>
background-color css
<style>
a { background-color: #E862D4; }
a { background-color: rgb(232,98,212); }
div.DivClassName
{
background-color: #E862D4;
}
.BgClassName
{
background-color: #E862D4;
}
</style>
border-color css
<style>
span { border-color: #E862D4; }
span { border-color: rgb(232,98,212); }
td.TdClassName
{
border-color: #E862D4;
}
.TagClassName
{
border-color: #E862D4;
}
</style>