Html Css Color HEX #E742DC Free Speech Magenta
📋 copy color: '#E742DC'red 231 ◦ green 66 ◦ blue 220
Shades of Free Speech Magenta #E742DC
Tints of Free Speech Magenta #E742DC
RGB
CMYK
RGB Variations
Color information
#E742DC (or 0xE742DC) is known color: Free Speech Magenta. HEX triplet: E7, 42 and DC. RGB value is (231,66,220). Sum of RGB (Red+Green+Blue) = 231+66+220=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E742DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E742DC is #18BD23. Grayscale: #848484. Windows color (decimal): -1621284 or 14435047. OLE color: 14435047.
HSL color Cylindrical-coordinate representation of color #E742DC: hue angle of 304º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E742DC is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 220 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.09 |
| HSL | 304º | 0.77% | 0.58% | - |
| HSV(B) | 304º | 0.71% | 0.91% | - |
| XYZ | 47.82 | 26.05 | 70.22 | - |
| YUV | 132.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 220 | 0 | 0.71 | 0.05 | 0.09 | 304 | 0.77 | 0.58 |
| Hex | E7 | 42 | DC | 0 | 47 | 5 | 9 | 130 | 4D | 3A |
| Octal | 347 | 102 | 334 | 0 | 107 | 5 | 11 | 460 | 115 | 72 |
| Binary | 11100111 | 1000010 | 11011100 | 0 | 1000111 | 101 | 1001 | 100110000 | 1001101 | 111010 |
Color Harmonies of #E742DC
Complementary color
Monochromatic Colors of #E742DC
Black with #E742DC
Text Example
Text Example
White with #E742DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E742DC; }
p { color: rgb(231,66,220); }
H1.HeaderClassName
{
color: #E742DC;
}
.AnyTagClassName
{
color: #E742DC;
}
</style>
background-color css
<style>
a { background-color: #E742DC; }
a { background-color: rgb(231,66,220); }
div.DivClassName
{
background-color: #E742DC;
}
.BgClassName
{
background-color: #E742DC;
}
</style>
border-color css
<style>
span { border-color: #E742DC; }
span { border-color: rgb(231,66,220); }
td.TdClassName
{
border-color: #E742DC;
}
.TagClassName
{
border-color: #E742DC;
}
</style>