Html Css Color HEX #E742CF Free Speech Magenta
📋 copy color: '#E742CF'red 231 ◦ green 66 ◦ blue 207
Shades of Free Speech Magenta #E742CF
Tints of Free Speech Magenta #E742CF
RGB
CMYK
RGB Variations
Color information
#E742CF (or 0xE742CF) is known color: Free Speech Magenta. HEX triplet: E7, 42 and CF. RGB value is (231,66,207). Sum of RGB (Red+Green+Blue) = 231+66+207=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E742CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E742CF is #18BD30. Grayscale: #838383. Windows color (decimal): -1621297 or 13583079. OLE color: 13583079.
HSL color Cylindrical-coordinate representation of color #E742CF: hue angle of 308.73º 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 #E742CF is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 207 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.09 |
| HSL | 308.73º | 0.77% | 0.58% | - |
| HSV(B) | 308.73º | 0.71% | 0.91% | - |
| XYZ | 46.17 | 25.39 | 61.5 | - |
| YUV | 131.41 | 170.66 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 207 | 0 | 0.71 | 0.10 | 0.09 | 308.73 | 0.77 | 0.58 |
| Hex | E7 | 42 | CF | 0 | 47 | A | 9 | 135 | 4D | 3A |
| Octal | 347 | 102 | 317 | 0 | 107 | 12 | 11 | 465 | 115 | 72 |
| Binary | 11100111 | 1000010 | 11001111 | 0 | 1000111 | 1010 | 1001 | 100110101 | 1001101 | 111010 |
Color Harmonies of #E742CF
Complementary color
Monochromatic Colors of #E742CF
Black with #E742CF
Text Example
Text Example
White with #E742CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E742CF; }
p { color: rgb(231,66,207); }
H1.HeaderClassName
{
color: #E742CF;
}
.AnyTagClassName
{
color: #E742CF;
}
</style>
background-color css
<style>
a { background-color: #E742CF; }
a { background-color: rgb(231,66,207); }
div.DivClassName
{
background-color: #E742CF;
}
.BgClassName
{
background-color: #E742CF;
}
</style>
border-color css
<style>
span { border-color: #E742CF; }
span { border-color: rgb(231,66,207); }
td.TdClassName
{
border-color: #E742CF;
}
.TagClassName
{
border-color: #E742CF;
}
</style>