Html Css Color HEX #E74DDC Free Speech Magenta
📋 copy color: '#E74DDC'red 231 ◦ green 77 ◦ blue 220
Shades of Free Speech Magenta #E74DDC
Tints of Free Speech Magenta #E74DDC
RGB
CMYK
RGB Variations
Color information
#E74DDC (or 0xE74DDC) is known color: Free Speech Magenta. HEX triplet: E7, 4D and DC. RGB value is (231,77,220). Sum of RGB (Red+Green+Blue) = 231+77+220=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 77 (30.47% from 255 or 14.58% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DDC is #18B223. Grayscale: #8A8A8A. Windows color (decimal): -1618468 or 14437863. OLE color: 14437863.
HSL color Cylindrical-coordinate representation of color #E74DDC: hue angle of 304.29º 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 #E74DDC is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 220 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.09 |
| HSL | 304.29º | 0.76% | 0.6% | - |
| HSV(B) | 304.29º | 0.67% | 0.91% | - |
| XYZ | 48.53 | 27.46 | 70.45 | - |
| YUV | 139.35 | 173.52 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 220 | 0 | 0.67 | 0.05 | 0.09 | 304.29 | 0.76 | 0.6 |
| Hex | E7 | 4D | DC | 0 | 43 | 5 | 9 | 130 | 4C | 3C |
| Octal | 347 | 115 | 334 | 0 | 103 | 5 | 11 | 460 | 114 | 74 |
| Binary | 11100111 | 1001101 | 11011100 | 0 | 1000011 | 101 | 1001 | 100110000 | 1001100 | 111100 |
Color Harmonies of #E74DDC
Complementary color
Monochromatic Colors of #E74DDC
Black with #E74DDC
Text Example
Text Example
White with #E74DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DDC; }
p { color: rgb(231,77,220); }
H1.HeaderClassName
{
color: #E74DDC;
}
.AnyTagClassName
{
color: #E74DDC;
}
</style>
background-color css
<style>
a { background-color: #E74DDC; }
a { background-color: rgb(231,77,220); }
div.DivClassName
{
background-color: #E74DDC;
}
.BgClassName
{
background-color: #E74DDC;
}
</style>
border-color css
<style>
span { border-color: #E74DDC; }
span { border-color: rgb(231,77,220); }
td.TdClassName
{
border-color: #E74DDC;
}
.TagClassName
{
border-color: #E74DDC;
}
</style>