Html Css Color HEX #E642CA Free Speech Magenta
📋 copy color: '#E642CA'red 230 ◦ green 66 ◦ blue 202
Shades of Free Speech Magenta #E642CA
Tints of Free Speech Magenta #E642CA
RGB
CMYK
RGB Variations
Color information
#E642CA (or 0xE642CA) is known color: Free Speech Magenta. HEX triplet: E6, 42 and CA. RGB value is (230,66,202). Sum of RGB (Red+Green+Blue) = 230+66+202=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E642CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E642CA is #19BD35. Grayscale: #828282. Windows color (decimal): -1686838 or 13255398. OLE color: 13255398.
HSL color Cylindrical-coordinate representation of color #E642CA: hue angle of 310.24º 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 #E642CA is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 202 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.10 |
| HSL | 310.24º | 0.77% | 0.58% | - |
| HSV(B) | 310.24º | 0.71% | 0.9% | - |
| XYZ | 45.24 | 24.98 | 58.31 | - |
| YUV | 130.54 | 168.33 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 202 | 0 | 0.71 | 0.12 | 0.10 | 310.24 | 0.77 | 0.58 |
| Hex | E6 | 42 | CA | 0 | 47 | C | A | 136 | 4D | 3A |
| Octal | 346 | 102 | 312 | 0 | 107 | 14 | 12 | 466 | 115 | 72 |
| Binary | 11100110 | 1000010 | 11001010 | 0 | 1000111 | 1100 | 1010 | 100110110 | 1001101 | 111010 |
Color Harmonies of #E642CA
Complementary color
Monochromatic Colors of #E642CA
Black with #E642CA
Text Example
Text Example
White with #E642CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E642CA; }
p { color: rgb(230,66,202); }
H1.HeaderClassName
{
color: #E642CA;
}
.AnyTagClassName
{
color: #E642CA;
}
</style>
background-color css
<style>
a { background-color: #E642CA; }
a { background-color: rgb(230,66,202); }
div.DivClassName
{
background-color: #E642CA;
}
.BgClassName
{
background-color: #E642CA;
}
</style>
border-color css
<style>
span { border-color: #E642CA; }
span { border-color: rgb(230,66,202); }
td.TdClassName
{
border-color: #E642CA;
}
.TagClassName
{
border-color: #E642CA;
}
</style>