Html Css Color HEX #E951D6 Free Speech Magenta
📋 copy color: '#E951D6'red 233 ◦ green 81 ◦ blue 214
Shades of Free Speech Magenta #E951D6
Tints of Free Speech Magenta #E951D6
RGB
CMYK
RGB Variations
Color information
#E951D6 (or 0xE951D6) is known color: Free Speech Magenta. HEX triplet: E9, 51 and D6. RGB value is (233,81,214). Sum of RGB (Red+Green+Blue) = 233+81+214=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E951D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E951D6 is #16AE29. Grayscale: #8D8D8D. Windows color (decimal): -1486378 or 14045673. OLE color: 14045673.
HSL color Cylindrical-coordinate representation of color #E951D6: hue angle of 307.5º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E951D6 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 214 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.09 |
| HSL | 307.5º | 0.78% | 0.62% | - |
| HSV(B) | 307.5º | 0.65% | 0.91% | - |
| XYZ | 48.68 | 28.06 | 66.47 | - |
| YUV | 141.61 | 168.86 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 214 | 0 | 0.65 | 0.08 | 0.09 | 307.5 | 0.78 | 0.62 |
| Hex | E9 | 51 | D6 | 0 | 41 | 8 | 9 | 134 | 4E | 3E |
| Octal | 351 | 121 | 326 | 0 | 101 | 10 | 11 | 464 | 116 | 76 |
| Binary | 11101001 | 1010001 | 11010110 | 0 | 1000001 | 1000 | 1001 | 100110100 | 1001110 | 111110 |
Color Harmonies of #E951D6
Complementary color
Monochromatic Colors of #E951D6
Black with #E951D6
Text Example
Text Example
White with #E951D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E951D6; }
p { color: rgb(233,81,214); }
H1.HeaderClassName
{
color: #E951D6;
}
.AnyTagClassName
{
color: #E951D6;
}
</style>
background-color css
<style>
a { background-color: #E951D6; }
a { background-color: rgb(233,81,214); }
div.DivClassName
{
background-color: #E951D6;
}
.BgClassName
{
background-color: #E951D6;
}
</style>
border-color css
<style>
span { border-color: #E951D6; }
span { border-color: rgb(233,81,214); }
td.TdClassName
{
border-color: #E951D6;
}
.TagClassName
{
border-color: #E951D6;
}
</style>