Html Css Color HEX #E642DD Free Speech Magenta
📋 copy color: '#E642DD'red 230 ◦ green 66 ◦ blue 221
Shades of Free Speech Magenta #E642DD
Tints of Free Speech Magenta #E642DD
RGB
CMYK
RGB Variations
Color information
#E642DD (or 0xE642DD) is known color: Free Speech Magenta. HEX triplet: E6, 42 and DD. RGB value is (230,66,221). Sum of RGB (Red+Green+Blue) = 230+66+221=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E642DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E642DD is #19BD22. Grayscale: #848484. Windows color (decimal): -1686819 or 14500582. OLE color: 14500582.
HSL color Cylindrical-coordinate representation of color #E642DD: hue angle of 303.29º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E642DD is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 221 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.10 |
| HSL | 303.29º | 0.77% | 0.58% | - |
| HSV(B) | 303.29º | 0.71% | 0.9% | - |
| XYZ | 47.63 | 25.94 | 70.9 | - |
| YUV | 132.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 221 | 0 | 0.71 | 0.04 | 0.10 | 303.29 | 0.77 | 0.58 |
| Hex | E6 | 42 | DD | 0 | 47 | 4 | A | 12F | 4D | 3A |
| Octal | 346 | 102 | 335 | 0 | 107 | 4 | 12 | 457 | 115 | 72 |
| Binary | 11100110 | 1000010 | 11011101 | 0 | 1000111 | 100 | 1010 | 100101111 | 1001101 | 111010 |
Color Harmonies of #E642DD
Complementary color
Monochromatic Colors of #E642DD
Black with #E642DD
Text Example
Text Example
White with #E642DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E642DD; }
p { color: rgb(230,66,221); }
H1.HeaderClassName
{
color: #E642DD;
}
.AnyTagClassName
{
color: #E642DD;
}
</style>
background-color css
<style>
a { background-color: #E642DD; }
a { background-color: rgb(230,66,221); }
div.DivClassName
{
background-color: #E642DD;
}
.BgClassName
{
background-color: #E642DD;
}
</style>
border-color css
<style>
span { border-color: #E642DD; }
span { border-color: rgb(230,66,221); }
td.TdClassName
{
border-color: #E642DD;
}
.TagClassName
{
border-color: #E642DD;
}
</style>