Html Css Color HEX #E769C7 Free Speech Magenta
📋 copy color: '#E769C7'red 231 ◦ green 105 ◦ blue 199
Shades of Free Speech Magenta #E769C7
Tints of Free Speech Magenta #E769C7
RGB
CMYK
RGB Variations
Color information
#E769C7 (or 0xE769C7) is known color: Free Speech Magenta. HEX triplet: E7, 69 and C7. RGB value is (231,105,199). Sum of RGB (Red+Green+Blue) = 231+105+199=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E769C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769C7 is #189638. Grayscale: #999999. Windows color (decimal): -1611321 or 13068775. OLE color: 13068775.
HSL color Cylindrical-coordinate representation of color #E769C7: hue angle of 315.24º 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 #E769C7 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 199 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.09 |
| HSL | 315.24º | 0.72% | 0.66% | - |
| HSV(B) | 315.24º | 0.55% | 0.91% | - |
| XYZ | 48.32 | 31.22 | 57.51 | - |
| YUV | 153.39 | 153.74 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 199 | 0 | 0.55 | 0.14 | 0.09 | 315.24 | 0.72 | 0.66 |
| Hex | E7 | 69 | C7 | 0 | 37 | E | 9 | 13B | 48 | 42 |
| Octal | 347 | 151 | 307 | 0 | 67 | 16 | 11 | 473 | 110 | 102 |
| Binary | 11100111 | 1101001 | 11000111 | 0 | 110111 | 1110 | 1001 | 100111011 | 1001000 | 1000010 |
Color Harmonies of #E769C7
Complementary color
Monochromatic Colors of #E769C7
Black with #E769C7
Text Example
Text Example
White with #E769C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769C7; }
p { color: rgb(231,105,199); }
H1.HeaderClassName
{
color: #E769C7;
}
.AnyTagClassName
{
color: #E769C7;
}
</style>
background-color css
<style>
a { background-color: #E769C7; }
a { background-color: rgb(231,105,199); }
div.DivClassName
{
background-color: #E769C7;
}
.BgClassName
{
background-color: #E769C7;
}
</style>
border-color css
<style>
span { border-color: #E769C7; }
span { border-color: rgb(231,105,199); }
td.TdClassName
{
border-color: #E769C7;
}
.TagClassName
{
border-color: #E769C7;
}
</style>