Html Css Color HEX #E642D4 Free Speech Magenta
📋 copy color: '#E642D4'red 230 ◦ green 66 ◦ blue 212
Shades of Free Speech Magenta #E642D4
Tints of Free Speech Magenta #E642D4
RGB
CMYK
RGB Variations
Color information
#E642D4 (or 0xE642D4) is known color: Free Speech Magenta. HEX triplet: E6, 42 and D4. RGB value is (230,66,212). Sum of RGB (Red+Green+Blue) = 230+66+212=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E642D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E642D4 is #19BD2B. Grayscale: #838383. Windows color (decimal): -1686828 or 13910758. OLE color: 13910758.
HSL color Cylindrical-coordinate representation of color #E642D4: hue angle of 306.59º 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 #E642D4 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 212 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.10 |
| HSL | 306.59º | 0.77% | 0.58% | - |
| HSV(B) | 306.59º | 0.71% | 0.9% | - |
| XYZ | 46.47 | 25.47 | 64.76 | - |
| YUV | 131.68 | 173.33 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 212 | 0 | 0.71 | 0.08 | 0.10 | 306.59 | 0.77 | 0.58 |
| Hex | E6 | 42 | D4 | 0 | 47 | 8 | A | 133 | 4D | 3A |
| Octal | 346 | 102 | 324 | 0 | 107 | 10 | 12 | 463 | 115 | 72 |
| Binary | 11100110 | 1000010 | 11010100 | 0 | 1000111 | 1000 | 1010 | 100110011 | 1001101 | 111010 |
Color Harmonies of #E642D4
Complementary color
Monochromatic Colors of #E642D4
Black with #E642D4
Text Example
Text Example
White with #E642D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E642D4; }
p { color: rgb(230,66,212); }
H1.HeaderClassName
{
color: #E642D4;
}
.AnyTagClassName
{
color: #E642D4;
}
</style>
background-color css
<style>
a { background-color: #E642D4; }
a { background-color: rgb(230,66,212); }
div.DivClassName
{
background-color: #E642D4;
}
.BgClassName
{
background-color: #E642D4;
}
</style>
border-color css
<style>
span { border-color: #E642D4; }
span { border-color: rgb(230,66,212); }
td.TdClassName
{
border-color: #E642D4;
}
.TagClassName
{
border-color: #E642D4;
}
</style>