Html Css Color HEX #E74CE2 Free Speech Magenta
📋 copy color: '#E74CE2'red 231 ◦ green 76 ◦ blue 226
Shades of Free Speech Magenta #E74CE2
Tints of Free Speech Magenta #E74CE2
RGB
CMYK
RGB Variations
Color information
#E74CE2 (or 0xE74CE2) is known color: Free Speech Magenta. HEX triplet: E7, 4C and E2. RGB value is (231,76,226). Sum of RGB (Red+Green+Blue) = 231+76+226=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 76 (30.08% from 255 or 14.26% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CE2 is #18B31D. Grayscale: #8B8B8B. Windows color (decimal): -1618718 or 14830823. OLE color: 14830823.
HSL color Cylindrical-coordinate representation of color #E74CE2: hue angle of 301.94º 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 #E74CE2 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 226 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.09 |
| HSL | 301.94º | 0.76% | 0.6% | - |
| HSV(B) | 301.94º | 0.67% | 0.91% | - |
| XYZ | 49.27 | 27.65 | 74.69 | - |
| YUV | 139.45 | 176.85 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 226 | 0 | 0.67 | 0.02 | 0.09 | 301.94 | 0.76 | 0.6 |
| Hex | E7 | 4C | E2 | 0 | 43 | 2 | 9 | 12E | 4C | 3C |
| Octal | 347 | 114 | 342 | 0 | 103 | 2 | 11 | 456 | 114 | 74 |
| Binary | 11100111 | 1001100 | 11100010 | 0 | 1000011 | 10 | 1001 | 100101110 | 1001100 | 111100 |
Color Harmonies of #E74CE2
Complementary color
Monochromatic Colors of #E74CE2
Black with #E74CE2
Text Example
Text Example
White with #E74CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74CE2; }
p { color: rgb(231,76,226); }
H1.HeaderClassName
{
color: #E74CE2;
}
.AnyTagClassName
{
color: #E74CE2;
}
</style>
background-color css
<style>
a { background-color: #E74CE2; }
a { background-color: rgb(231,76,226); }
div.DivClassName
{
background-color: #E74CE2;
}
.BgClassName
{
background-color: #E74CE2;
}
</style>
border-color css
<style>
span { border-color: #E74CE2; }
span { border-color: rgb(231,76,226); }
td.TdClassName
{
border-color: #E74CE2;
}
.TagClassName
{
border-color: #E74CE2;
}
</style>