Html Css Color HEX #E351D4 Free Speech Magenta
📋 copy color: '#E351D4'red 227 ◦ green 81 ◦ blue 212
Shades of Free Speech Magenta #E351D4
Tints of Free Speech Magenta #E351D4
RGB
CMYK
RGB Variations
Color information
#E351D4 (or 0xE351D4) is known color: Free Speech Magenta. HEX triplet: E3, 51 and D4. RGB value is (227,81,212). Sum of RGB (Red+Green+Blue) = 227+81+212=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E351D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E351D4 is #1CAE2B. Grayscale: #8B8B8B. Windows color (decimal): -1879596 or 13914595. OLE color: 13914595.
HSL color Cylindrical-coordinate representation of color #E351D4: hue angle of 306.16º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E351D4 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 212 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.11 |
| HSL | 306.16º | 0.72% | 0.6% | - |
| HSV(B) | 306.16º | 0.64% | 0.89% | - |
| XYZ | 46.5 | 26.97 | 65.04 | - |
| YUV | 139.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 212 | 0 | 0.64 | 0.07 | 0.11 | 306.16 | 0.72 | 0.6 |
| Hex | E3 | 51 | D4 | 0 | 40 | 7 | B | 132 | 48 | 3C |
| Octal | 343 | 121 | 324 | 0 | 100 | 7 | 13 | 462 | 110 | 74 |
| Binary | 11100011 | 1010001 | 11010100 | 0 | 1000000 | 111 | 1011 | 100110010 | 1001000 | 111100 |
Color Harmonies of #E351D4
Complementary color
Monochromatic Colors of #E351D4
Black with #E351D4
Text Example
Text Example
White with #E351D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E351D4; }
p { color: rgb(227,81,212); }
H1.HeaderClassName
{
color: #E351D4;
}
.AnyTagClassName
{
color: #E351D4;
}
</style>
background-color css
<style>
a { background-color: #E351D4; }
a { background-color: rgb(227,81,212); }
div.DivClassName
{
background-color: #E351D4;
}
.BgClassName
{
background-color: #E351D4;
}
</style>
border-color css
<style>
span { border-color: #E351D4; }
span { border-color: rgb(227,81,212); }
td.TdClassName
{
border-color: #E351D4;
}
.TagClassName
{
border-color: #E351D4;
}
</style>