Html Css Color HEX #E749CC Free Speech Magenta
📋 copy color: '#E749CC'red 231 ◦ green 73 ◦ blue 204
Shades of Free Speech Magenta #E749CC
Tints of Free Speech Magenta #E749CC
RGB
CMYK
RGB Variations
Color information
#E749CC (or 0xE749CC) is known color: Free Speech Magenta. HEX triplet: E7, 49 and CC. RGB value is (231,73,204). Sum of RGB (Red+Green+Blue) = 231+73+204=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E749CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E749CC is #18B633. Grayscale: #868686. Windows color (decimal): -1619508 or 13388263. OLE color: 13388263.
HSL color Cylindrical-coordinate representation of color #E749CC: hue angle of 310.25º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E749CC is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 204 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.09 |
| HSL | 310.25º | 0.77% | 0.6% | - |
| HSV(B) | 310.25º | 0.68% | 0.91% | - |
| XYZ | 46.24 | 26.11 | 59.73 | - |
| YUV | 135.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 204 | 0 | 0.68 | 0.12 | 0.09 | 310.25 | 0.77 | 0.6 |
| Hex | E7 | 49 | CC | 0 | 44 | C | 9 | 136 | 4D | 3C |
| Octal | 347 | 111 | 314 | 0 | 104 | 14 | 11 | 466 | 115 | 74 |
| Binary | 11100111 | 1001001 | 11001100 | 0 | 1000100 | 1100 | 1001 | 100110110 | 1001101 | 111100 |
Color Harmonies of #E749CC
Complementary color
Monochromatic Colors of #E749CC
Black with #E749CC
Text Example
Text Example
White with #E749CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E749CC; }
p { color: rgb(231,73,204); }
H1.HeaderClassName
{
color: #E749CC;
}
.AnyTagClassName
{
color: #E749CC;
}
</style>
background-color css
<style>
a { background-color: #E749CC; }
a { background-color: rgb(231,73,204); }
div.DivClassName
{
background-color: #E749CC;
}
.BgClassName
{
background-color: #E749CC;
}
</style>
border-color css
<style>
span { border-color: #E749CC; }
span { border-color: rgb(231,73,204); }
td.TdClassName
{
border-color: #E749CC;
}
.TagClassName
{
border-color: #E749CC;
}
</style>