Html Css Color HEX #E765DF Free Speech Magenta
📋 copy color: '#E765DF'red 231 ◦ green 101 ◦ blue 223
Shades of Free Speech Magenta #E765DF
Tints of Free Speech Magenta #E765DF
RGB
CMYK
RGB Variations
Color information
#E765DF (or 0xE765DF) is known color: Free Speech Magenta. HEX triplet: E7, 65 and DF. RGB value is (231,101,223). Sum of RGB (Red+Green+Blue) = 231+101+223=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E765DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765DF is #189A20. Grayscale: #999999. Windows color (decimal): -1612321 or 14640615. OLE color: 14640615.
HSL color Cylindrical-coordinate representation of color #E765DF: hue angle of 303.69º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E765DF is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 223 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.09 |
| HSL | 303.69º | 0.73% | 0.65% | - |
| HSV(B) | 303.69º | 0.56% | 0.91% | - |
| XYZ | 50.93 | 31.62 | 73.23 | - |
| YUV | 153.78 | 167.07 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 223 | 0 | 0.56 | 0.03 | 0.09 | 303.69 | 0.73 | 0.65 |
| Hex | E7 | 65 | DF | 0 | 38 | 3 | 9 | 130 | 49 | 41 |
| Octal | 347 | 145 | 337 | 0 | 70 | 3 | 11 | 460 | 111 | 101 |
| Binary | 11100111 | 1100101 | 11011111 | 0 | 111000 | 11 | 1001 | 100110000 | 1001001 | 1000001 |
Color Harmonies of #E765DF
Complementary color
Monochromatic Colors of #E765DF
Black with #E765DF
Text Example
Text Example
White with #E765DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E765DF; }
p { color: rgb(231,101,223); }
H1.HeaderClassName
{
color: #E765DF;
}
.AnyTagClassName
{
color: #E765DF;
}
</style>
background-color css
<style>
a { background-color: #E765DF; }
a { background-color: rgb(231,101,223); }
div.DivClassName
{
background-color: #E765DF;
}
.BgClassName
{
background-color: #E765DF;
}
</style>
border-color css
<style>
span { border-color: #E765DF; }
span { border-color: rgb(231,101,223); }
td.TdClassName
{
border-color: #E765DF;
}
.TagClassName
{
border-color: #E765DF;
}
</style>