Html Css Color HEX #E74FDD Free Speech Magenta
📋 copy color: '#E74FDD'red 231 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #E74FDD
Tints of Free Speech Magenta #E74FDD
RGB
CMYK
RGB Variations
Color information
#E74FDD (or 0xE74FDD) is known color: Free Speech Magenta. HEX triplet: E7, 4F and DD. RGB value is (231,79,221). Sum of RGB (Red+Green+Blue) = 231+79+221=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 79 (31.25% from 255 or 14.88% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E74FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74FDD is #18B022. Grayscale: #8C8C8C. Windows color (decimal): -1617955 or 14503911. OLE color: 14503911.
HSL color Cylindrical-coordinate representation of color #E74FDD: hue angle of 303.95º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74FDD is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 221 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.09 |
| HSL | 303.95º | 0.76% | 0.61% | - |
| HSV(B) | 303.95º | 0.66% | 0.91% | - |
| XYZ | 48.8 | 27.8 | 71.2 | - |
| YUV | 140.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 221 | 0 | 0.66 | 0.04 | 0.09 | 303.95 | 0.76 | 0.61 |
| Hex | E7 | 4F | DD | 0 | 42 | 4 | 9 | 130 | 4C | 3D |
| Octal | 347 | 117 | 335 | 0 | 102 | 4 | 11 | 460 | 114 | 75 |
| Binary | 11100111 | 1001111 | 11011101 | 0 | 1000010 | 100 | 1001 | 100110000 | 1001100 | 111101 |
Color Harmonies of #E74FDD
Complementary color
Monochromatic Colors of #E74FDD
Black with #E74FDD
Text Example
Text Example
White with #E74FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74FDD; }
p { color: rgb(231,79,221); }
H1.HeaderClassName
{
color: #E74FDD;
}
.AnyTagClassName
{
color: #E74FDD;
}
</style>
background-color css
<style>
a { background-color: #E74FDD; }
a { background-color: rgb(231,79,221); }
div.DivClassName
{
background-color: #E74FDD;
}
.BgClassName
{
background-color: #E74FDD;
}
</style>
border-color css
<style>
span { border-color: #E74FDD; }
span { border-color: rgb(231,79,221); }
td.TdClassName
{
border-color: #E74FDD;
}
.TagClassName
{
border-color: #E74FDD;
}
</style>