Html Css Color HEX #E862D3 Free Speech Magenta
📋 copy color: '#E862D3'red 232 ◦ green 98 ◦ blue 211
Shades of Free Speech Magenta #E862D3
Tints of Free Speech Magenta #E862D3
RGB
CMYK
RGB Variations
Color information
#E862D3 (or 0xE862D3) is known color: Free Speech Magenta. HEX triplet: E8, 62 and D3. RGB value is (232,98,211). Sum of RGB (Red+Green+Blue) = 232+98+211=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E862D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E862D3 is #179D2C. Grayscale: #969696. Windows color (decimal): -1547565 or 13853416. OLE color: 13853416.
HSL color Cylindrical-coordinate representation of color #E862D3: hue angle of 309.4º 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 #E862D3 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 98 | 211 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.09 |
| HSL | 309.4º | 0.74% | 0.65% | - |
| HSV(B) | 309.4º | 0.58% | 0.91% | - |
| XYZ | 49.4 | 30.59 | 64.93 | - |
| YUV | 150.95 | 161.89 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 98 | 211 | 0 | 0.58 | 0.09 | 0.09 | 309.4 | 0.74 | 0.65 |
| Hex | E8 | 62 | D3 | 0 | 3A | 9 | 9 | 135 | 4A | 41 |
| Octal | 350 | 142 | 323 | 0 | 72 | 11 | 11 | 465 | 112 | 101 |
| Binary | 11101000 | 1100010 | 11010011 | 0 | 111010 | 1001 | 1001 | 100110101 | 1001010 | 1000001 |
Color Harmonies of #E862D3
Complementary color
Monochromatic Colors of #E862D3
Black with #E862D3
Text Example
Text Example
White with #E862D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E862D3; }
p { color: rgb(232,98,211); }
H1.HeaderClassName
{
color: #E862D3;
}
.AnyTagClassName
{
color: #E862D3;
}
</style>
background-color css
<style>
a { background-color: #E862D3; }
a { background-color: rgb(232,98,211); }
div.DivClassName
{
background-color: #E862D3;
}
.BgClassName
{
background-color: #E862D3;
}
</style>
border-color css
<style>
span { border-color: #E862D3; }
span { border-color: rgb(232,98,211); }
td.TdClassName
{
border-color: #E862D3;
}
.TagClassName
{
border-color: #E862D3;
}
</style>