Html Css Color HEX #E74CCC Free Speech Magenta
📋 copy color: '#E74CCC'red 231 ◦ green 76 ◦ blue 204
Shades of Free Speech Magenta #E74CCC
Tints of Free Speech Magenta #E74CCC
RGB
CMYK
RGB Variations
Color information
#E74CCC (or 0xE74CCC) is known color: Free Speech Magenta. HEX triplet: E7, 4C and CC. RGB value is (231,76,204). Sum of RGB (Red+Green+Blue) = 231+76+204=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CCC is #18B333. Grayscale: #888888. Windows color (decimal): -1618740 or 13389031. OLE color: 13389031.
HSL color Cylindrical-coordinate representation of color #E74CCC: hue angle of 310.45º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74CCC is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 204 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.09 |
| HSL | 310.45º | 0.76% | 0.6% | - |
| HSV(B) | 310.45º | 0.67% | 0.91% | - |
| XYZ | 46.44 | 26.52 | 59.8 | - |
| YUV | 136.94 | 165.85 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 204 | 0 | 0.67 | 0.12 | 0.09 | 310.45 | 0.76 | 0.6 |
| Hex | E7 | 4C | CC | 0 | 43 | C | 9 | 136 | 4C | 3C |
| Octal | 347 | 114 | 314 | 0 | 103 | 14 | 11 | 466 | 114 | 74 |
| Binary | 11100111 | 1001100 | 11001100 | 0 | 1000011 | 1100 | 1001 | 100110110 | 1001100 | 111100 |
Color Harmonies of #E74CCC
Complementary color
Monochromatic Colors of #E74CCC
Black with #E74CCC
Text Example
Text Example
White with #E74CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74CCC; }
p { color: rgb(231,76,204); }
H1.HeaderClassName
{
color: #E74CCC;
}
.AnyTagClassName
{
color: #E74CCC;
}
</style>
background-color css
<style>
a { background-color: #E74CCC; }
a { background-color: rgb(231,76,204); }
div.DivClassName
{
background-color: #E74CCC;
}
.BgClassName
{
background-color: #E74CCC;
}
</style>
border-color css
<style>
span { border-color: #E74CCC; }
span { border-color: rgb(231,76,204); }
td.TdClassName
{
border-color: #E74CCC;
}
.TagClassName
{
border-color: #E74CCC;
}
</style>