Html Css Color HEX #E769CF Free Speech Magenta
📋 copy color: '#E769CF'red 231 ◦ green 105 ◦ blue 207
Shades of Free Speech Magenta #E769CF
Tints of Free Speech Magenta #E769CF
RGB
CMYK
RGB Variations
Color information
#E769CF (or 0xE769CF) is known color: Free Speech Magenta. HEX triplet: E7, 69 and CF. RGB value is (231,105,207). Sum of RGB (Red+Green+Blue) = 231+105+207=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E769CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769CF is #189630. Grayscale: #9A9A9A. Windows color (decimal): -1611313 or 13593063. OLE color: 13593063.
HSL color Cylindrical-coordinate representation of color #E769CF: hue angle of 311.43º 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 #E769CF is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 207 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.09 |
| HSL | 311.43º | 0.72% | 0.66% | - |
| HSV(B) | 311.43º | 0.55% | 0.91% | - |
| XYZ | 49.27 | 31.6 | 62.53 | - |
| YUV | 154.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 207 | 0 | 0.55 | 0.10 | 0.09 | 311.43 | 0.72 | 0.66 |
| Hex | E7 | 69 | CF | 0 | 37 | A | 9 | 137 | 48 | 42 |
| Octal | 347 | 151 | 317 | 0 | 67 | 12 | 11 | 467 | 110 | 102 |
| Binary | 11100111 | 1101001 | 11001111 | 0 | 110111 | 1010 | 1001 | 100110111 | 1001000 | 1000010 |
Color Harmonies of #E769CF
Complementary color
Monochromatic Colors of #E769CF
Black with #E769CF
Text Example
Text Example
White with #E769CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769CF; }
p { color: rgb(231,105,207); }
H1.HeaderClassName
{
color: #E769CF;
}
.AnyTagClassName
{
color: #E769CF;
}
</style>
background-color css
<style>
a { background-color: #E769CF; }
a { background-color: rgb(231,105,207); }
div.DivClassName
{
background-color: #E769CF;
}
.BgClassName
{
background-color: #E769CF;
}
</style>
border-color css
<style>
span { border-color: #E769CF; }
span { border-color: rgb(231,105,207); }
td.TdClassName
{
border-color: #E769CF;
}
.TagClassName
{
border-color: #E769CF;
}
</style>