Html Css Color HEX #E755DF Free Speech Magenta
📋 copy color: '#E755DF'red 231 ◦ green 85 ◦ blue 223
Shades of Free Speech Magenta #E755DF
Tints of Free Speech Magenta #E755DF
RGB
CMYK
RGB Variations
Color information
#E755DF (or 0xE755DF) is known color: Free Speech Magenta. HEX triplet: E7, 55 and DF. RGB value is (231,85,223). Sum of RGB (Red+Green+Blue) = 231+85+223=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E755DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E755DF is #18AA20. Grayscale: #8F8F8F. Windows color (decimal): -1616417 or 14636519. OLE color: 14636519.
HSL color Cylindrical-coordinate representation of color #E755DF: hue angle of 303.29º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E755DF is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 223 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.09 |
| HSL | 303.29º | 0.75% | 0.62% | - |
| HSV(B) | 303.29º | 0.63% | 0.91% | - |
| XYZ | 49.52 | 28.81 | 72.76 | - |
| YUV | 144.39 | 172.37 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 223 | 0 | 0.63 | 0.03 | 0.09 | 303.29 | 0.75 | 0.62 |
| Hex | E7 | 55 | DF | 0 | 3F | 3 | 9 | 12F | 4B | 3E |
| Octal | 347 | 125 | 337 | 0 | 77 | 3 | 11 | 457 | 113 | 76 |
| Binary | 11100111 | 1010101 | 11011111 | 0 | 111111 | 11 | 1001 | 100101111 | 1001011 | 111110 |
Color Harmonies of #E755DF
Complementary color
Monochromatic Colors of #E755DF
Black with #E755DF
Text Example
Text Example
White with #E755DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E755DF; }
p { color: rgb(231,85,223); }
H1.HeaderClassName
{
color: #E755DF;
}
.AnyTagClassName
{
color: #E755DF;
}
</style>
background-color css
<style>
a { background-color: #E755DF; }
a { background-color: rgb(231,85,223); }
div.DivClassName
{
background-color: #E755DF;
}
.BgClassName
{
background-color: #E755DF;
}
</style>
border-color css
<style>
span { border-color: #E755DF; }
span { border-color: rgb(231,85,223); }
td.TdClassName
{
border-color: #E755DF;
}
.TagClassName
{
border-color: #E755DF;
}
</style>