Html Css Color HEX #E74ED2 Free Speech Magenta
📋 copy color: '#E74ED2'red 231 ◦ green 78 ◦ blue 210
Shades of Free Speech Magenta #E74ED2
Tints of Free Speech Magenta #E74ED2
RGB
CMYK
RGB Variations
Color information
#E74ED2 (or 0xE74ED2) is known color: Free Speech Magenta. HEX triplet: E7, 4E and D2. RGB value is (231,78,210). Sum of RGB (Red+Green+Blue) = 231+78+210=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74ED2 is #18B12D. Grayscale: #8A8A8A. Windows color (decimal): -1618222 or 13782759. OLE color: 13782759.
HSL color Cylindrical-coordinate representation of color #E74ED2: hue angle of 308.24º 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 #E74ED2 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 210 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.09 |
| HSL | 308.24º | 0.76% | 0.61% | - |
| HSV(B) | 308.24º | 0.66% | 0.91% | - |
| XYZ | 47.31 | 27.09 | 63.71 | - |
| YUV | 138.8 | 168.19 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 210 | 0 | 0.66 | 0.09 | 0.09 | 308.24 | 0.76 | 0.61 |
| Hex | E7 | 4E | D2 | 0 | 42 | 9 | 9 | 134 | 4C | 3D |
| Octal | 347 | 116 | 322 | 0 | 102 | 11 | 11 | 464 | 114 | 75 |
| Binary | 11100111 | 1001110 | 11010010 | 0 | 1000010 | 1001 | 1001 | 100110100 | 1001100 | 111101 |
Color Harmonies of #E74ED2
Complementary color
Monochromatic Colors of #E74ED2
Black with #E74ED2
Text Example
Text Example
White with #E74ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74ED2; }
p { color: rgb(231,78,210); }
H1.HeaderClassName
{
color: #E74ED2;
}
.AnyTagClassName
{
color: #E74ED2;
}
</style>
background-color css
<style>
a { background-color: #E74ED2; }
a { background-color: rgb(231,78,210); }
div.DivClassName
{
background-color: #E74ED2;
}
.BgClassName
{
background-color: #E74ED2;
}
</style>
border-color css
<style>
span { border-color: #E74ED2; }
span { border-color: rgb(231,78,210); }
td.TdClassName
{
border-color: #E74ED2;
}
.TagClassName
{
border-color: #E74ED2;
}
</style>