Html Css Color HEX #E758DF Free Speech Magenta
📋 copy color: '#E758DF'red 231 ◦ green 88 ◦ blue 223
Shades of Free Speech Magenta #E758DF
Tints of Free Speech Magenta #E758DF
RGB
CMYK
RGB Variations
Color information
#E758DF (or 0xE758DF) is known color: Free Speech Magenta. HEX triplet: E7, 58 and DF. RGB value is (231,88,223). Sum of RGB (Red+Green+Blue) = 231+88+223=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 88 (34.77% from 255 or 16.24% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E758DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E758DF is #18A720. Grayscale: #919191. Windows color (decimal): -1615649 or 14637287. OLE color: 14637287.
HSL color Cylindrical-coordinate representation of color #E758DF: hue angle of 303.36º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E758DF is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 88 | 223 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.09 |
| HSL | 303.36º | 0.75% | 0.63% | - |
| HSV(B) | 303.36º | 0.62% | 0.91% | - |
| XYZ | 49.76 | 29.3 | 72.84 | - |
| YUV | 146.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 88 | 223 | 0 | 0.62 | 0.03 | 0.09 | 303.36 | 0.75 | 0.63 |
| Hex | E7 | 58 | DF | 0 | 3E | 3 | 9 | 12F | 4B | 3F |
| Octal | 347 | 130 | 337 | 0 | 76 | 3 | 11 | 457 | 113 | 77 |
| Binary | 11100111 | 1011000 | 11011111 | 0 | 111110 | 11 | 1001 | 100101111 | 1001011 | 111111 |
Color Harmonies of #E758DF
Complementary color
Monochromatic Colors of #E758DF
Black with #E758DF
Text Example
Text Example
White with #E758DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E758DF; }
p { color: rgb(231,88,223); }
H1.HeaderClassName
{
color: #E758DF;
}
.AnyTagClassName
{
color: #E758DF;
}
</style>
background-color css
<style>
a { background-color: #E758DF; }
a { background-color: rgb(231,88,223); }
div.DivClassName
{
background-color: #E758DF;
}
.BgClassName
{
background-color: #E758DF;
}
</style>
border-color css
<style>
span { border-color: #E758DF; }
span { border-color: rgb(231,88,223); }
td.TdClassName
{
border-color: #E758DF;
}
.TagClassName
{
border-color: #E758DF;
}
</style>