Html Css Color HEX #E769C9 Free Speech Magenta
📋 copy color: '#E769C9'red 231 ◦ green 105 ◦ blue 201
Shades of Free Speech Magenta #E769C9
Tints of Free Speech Magenta #E769C9
RGB
CMYK
RGB Variations
Color information
#E769C9 (or 0xE769C9) is known color: Free Speech Magenta. HEX triplet: E7, 69 and C9. RGB value is (231,105,201). Sum of RGB (Red+Green+Blue) = 231+105+201=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E769C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769C9 is #189636. Grayscale: #999999. Windows color (decimal): -1611319 or 13199847. OLE color: 13199847.
HSL color Cylindrical-coordinate representation of color #E769C9: hue angle of 314.29º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E769C9 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 201 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.09 |
| HSL | 314.29º | 0.72% | 0.66% | - |
| HSV(B) | 314.29º | 0.55% | 0.91% | - |
| XYZ | 48.55 | 31.31 | 58.74 | - |
| YUV | 153.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 201 | 0 | 0.55 | 0.13 | 0.09 | 314.29 | 0.72 | 0.66 |
| Hex | E7 | 69 | C9 | 0 | 37 | D | 9 | 13A | 48 | 42 |
| Octal | 347 | 151 | 311 | 0 | 67 | 15 | 11 | 472 | 110 | 102 |
| Binary | 11100111 | 1101001 | 11001001 | 0 | 110111 | 1101 | 1001 | 100111010 | 1001000 | 1000010 |
Color Harmonies of #E769C9
Complementary color
Monochromatic Colors of #E769C9
Black with #E769C9
Text Example
Text Example
White with #E769C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769C9; }
p { color: rgb(231,105,201); }
H1.HeaderClassName
{
color: #E769C9;
}
.AnyTagClassName
{
color: #E769C9;
}
</style>
background-color css
<style>
a { background-color: #E769C9; }
a { background-color: rgb(231,105,201); }
div.DivClassName
{
background-color: #E769C9;
}
.BgClassName
{
background-color: #E769C9;
}
</style>
border-color css
<style>
span { border-color: #E769C9; }
span { border-color: rgb(231,105,201); }
td.TdClassName
{
border-color: #E769C9;
}
.TagClassName
{
border-color: #E769C9;
}
</style>