Html Css Color HEX #E769C8 Free Speech Magenta
📋 copy color: '#E769C8'red 231 ◦ green 105 ◦ blue 200
Shades of Free Speech Magenta #E769C8
Tints of Free Speech Magenta #E769C8
RGB
CMYK
RGB Variations
Color information
#E769C8 (or 0xE769C8) is known color: Free Speech Magenta. HEX triplet: E7, 69 and C8. RGB value is (231,105,200). Sum of RGB (Red+Green+Blue) = 231+105+200=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E769C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769C8 is #189637. Grayscale: #999999. Windows color (decimal): -1611320 or 13134311. OLE color: 13134311.
HSL color Cylindrical-coordinate representation of color #E769C8: hue angle of 314.76º 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 #E769C8 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 200 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.09 |
| HSL | 314.76º | 0.72% | 0.66% | - |
| HSV(B) | 314.76º | 0.55% | 0.91% | - |
| XYZ | 48.43 | 31.26 | 58.13 | - |
| YUV | 153.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 200 | 0 | 0.55 | 0.13 | 0.09 | 314.76 | 0.72 | 0.66 |
| Hex | E7 | 69 | C8 | 0 | 37 | D | 9 | 13B | 48 | 42 |
| Octal | 347 | 151 | 310 | 0 | 67 | 15 | 11 | 473 | 110 | 102 |
| Binary | 11100111 | 1101001 | 11001000 | 0 | 110111 | 1101 | 1001 | 100111011 | 1001000 | 1000010 |
Color Harmonies of #E769C8
Complementary color
Monochromatic Colors of #E769C8
Black with #E769C8
Text Example
Text Example
White with #E769C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769C8; }
p { color: rgb(231,105,200); }
H1.HeaderClassName
{
color: #E769C8;
}
.AnyTagClassName
{
color: #E769C8;
}
</style>
background-color css
<style>
a { background-color: #E769C8; }
a { background-color: rgb(231,105,200); }
div.DivClassName
{
background-color: #E769C8;
}
.BgClassName
{
background-color: #E769C8;
}
</style>
border-color css
<style>
span { border-color: #E769C8; }
span { border-color: rgb(231,105,200); }
td.TdClassName
{
border-color: #E769C8;
}
.TagClassName
{
border-color: #E769C8;
}
</style>