Html Css Color HEX #E662D8 Free Speech Magenta
📋 copy color: '#E662D8'red 230 ◦ green 98 ◦ blue 216
Shades of Free Speech Magenta #E662D8
Tints of Free Speech Magenta #E662D8
RGB
CMYK
RGB Variations
Color information
#E662D8 (or 0xE662D8) is known color: Free Speech Magenta. HEX triplet: E6, 62 and D8. RGB value is (230,98,216). Sum of RGB (Red+Green+Blue) = 230+98+216=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 98 (38.67% from 255 or 18.01% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E662D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E662D8 is #199D27. Grayscale: #969696. Windows color (decimal): -1678632 or 14181094. OLE color: 14181094.
HSL color Cylindrical-coordinate representation of color #E662D8: hue angle of 306.36º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E662D8 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 216 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.10 |
| HSL | 306.36º | 0.73% | 0.64% | - |
| HSV(B) | 306.36º | 0.57% | 0.9% | - |
| XYZ | 49.4 | 30.52 | 68.25 | - |
| YUV | 150.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 216 | 0 | 0.57 | 0.06 | 0.10 | 306.36 | 0.73 | 0.64 |
| Hex | E6 | 62 | D8 | 0 | 39 | 6 | A | 132 | 49 | 40 |
| Octal | 346 | 142 | 330 | 0 | 71 | 6 | 12 | 462 | 111 | 100 |
| Binary | 11100110 | 1100010 | 11011000 | 0 | 111001 | 110 | 1010 | 100110010 | 1001001 | 1000000 |
Color Harmonies of #E662D8
Complementary color
Monochromatic Colors of #E662D8
Black with #E662D8
Text Example
Text Example
White with #E662D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E662D8; }
p { color: rgb(230,98,216); }
H1.HeaderClassName
{
color: #E662D8;
}
.AnyTagClassName
{
color: #E662D8;
}
</style>
background-color css
<style>
a { background-color: #E662D8; }
a { background-color: rgb(230,98,216); }
div.DivClassName
{
background-color: #E662D8;
}
.BgClassName
{
background-color: #E662D8;
}
</style>
border-color css
<style>
span { border-color: #E662D8; }
span { border-color: rgb(230,98,216); }
td.TdClassName
{
border-color: #E662D8;
}
.TagClassName
{
border-color: #E662D8;
}
</style>