Html Css Color HEX #E765C9 Free Speech Magenta
📋 copy color: '#E765C9'red 231 ◦ green 101 ◦ blue 201
Shades of Free Speech Magenta #E765C9
Tints of Free Speech Magenta #E765C9
RGB
CMYK
RGB Variations
Color information
#E765C9 (or 0xE765C9) is known color: Free Speech Magenta. HEX triplet: E7, 65 and C9. RGB value is (231,101,201). Sum of RGB (Red+Green+Blue) = 231+101+201=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E765C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765C9 is #189A36. Grayscale: #979797. Windows color (decimal): -1612343 or 13198823. OLE color: 13198823.
HSL color Cylindrical-coordinate representation of color #E765C9: hue angle of 313.85º 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 #E765C9 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 201 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.09 |
| HSL | 313.85º | 0.73% | 0.65% | - |
| HSV(B) | 313.85º | 0.56% | 0.91% | - |
| XYZ | 48.15 | 30.51 | 58.61 | - |
| YUV | 151.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 201 | 0 | 0.56 | 0.13 | 0.09 | 313.85 | 0.73 | 0.65 |
| Hex | E7 | 65 | C9 | 0 | 38 | D | 9 | 13A | 49 | 41 |
| Octal | 347 | 145 | 311 | 0 | 70 | 15 | 11 | 472 | 111 | 101 |
| Binary | 11100111 | 1100101 | 11001001 | 0 | 111000 | 1101 | 1001 | 100111010 | 1001001 | 1000001 |
Color Harmonies of #E765C9
Complementary color
Monochromatic Colors of #E765C9
Black with #E765C9
Text Example
Text Example
White with #E765C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E765C9; }
p { color: rgb(231,101,201); }
H1.HeaderClassName
{
color: #E765C9;
}
.AnyTagClassName
{
color: #E765C9;
}
</style>
background-color css
<style>
a { background-color: #E765C9; }
a { background-color: rgb(231,101,201); }
div.DivClassName
{
background-color: #E765C9;
}
.BgClassName
{
background-color: #E765C9;
}
</style>
border-color css
<style>
span { border-color: #E765C9; }
span { border-color: rgb(231,101,201); }
td.TdClassName
{
border-color: #E765C9;
}
.TagClassName
{
border-color: #E765C9;
}
</style>