Html Css Color HEX #E74CCD Free Speech Magenta
📋 copy color: '#E74CCD'red 231 ◦ green 76 ◦ blue 205
Shades of Free Speech Magenta #E74CCD
Tints of Free Speech Magenta #E74CCD
RGB
CMYK
RGB Variations
Color information
#E74CCD (or 0xE74CCD) is known color: Free Speech Magenta. HEX triplet: E7, 4C and CD. RGB value is (231,76,205). Sum of RGB (Red+Green+Blue) = 231+76+205=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CCD is #18B332. Grayscale: #888888. Windows color (decimal): -1618739 or 13454567. OLE color: 13454567.
HSL color Cylindrical-coordinate representation of color #E74CCD: hue angle of 310.06º 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 #E74CCD is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 205 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.09 |
| HSL | 310.06º | 0.76% | 0.6% | - |
| HSV(B) | 310.06º | 0.67% | 0.91% | - |
| XYZ | 46.56 | 26.57 | 60.43 | - |
| YUV | 137.05 | 166.35 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 205 | 0 | 0.67 | 0.11 | 0.09 | 310.06 | 0.76 | 0.6 |
| Hex | E7 | 4C | CD | 0 | 43 | B | 9 | 136 | 4C | 3C |
| Octal | 347 | 114 | 315 | 0 | 103 | 13 | 11 | 466 | 114 | 74 |
| Binary | 11100111 | 1001100 | 11001101 | 0 | 1000011 | 1011 | 1001 | 100110110 | 1001100 | 111100 |
Color Harmonies of #E74CCD
Complementary color
Monochromatic Colors of #E74CCD
Black with #E74CCD
Text Example
Text Example
White with #E74CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74CCD; }
p { color: rgb(231,76,205); }
H1.HeaderClassName
{
color: #E74CCD;
}
.AnyTagClassName
{
color: #E74CCD;
}
</style>
background-color css
<style>
a { background-color: #E74CCD; }
a { background-color: rgb(231,76,205); }
div.DivClassName
{
background-color: #E74CCD;
}
.BgClassName
{
background-color: #E74CCD;
}
</style>
border-color css
<style>
span { border-color: #E74CCD; }
span { border-color: rgb(231,76,205); }
td.TdClassName
{
border-color: #E74CCD;
}
.TagClassName
{
border-color: #E74CCD;
}
</style>