Html Css Color HEX #E769DF Free Speech Magenta
📋 copy color: '#E769DF'red 231 ◦ green 105 ◦ blue 223
Shades of Free Speech Magenta #E769DF
Tints of Free Speech Magenta #E769DF
RGB
CMYK
RGB Variations
Color information
#E769DF (or 0xE769DF) is known color: Free Speech Magenta. HEX triplet: E7, 69 and DF. RGB value is (231,105,223). Sum of RGB (Red+Green+Blue) = 231+105+223=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E769DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769DF is #189620. Grayscale: #9B9B9B. Windows color (decimal): -1611297 or 14641639. OLE color: 14641639.
HSL color Cylindrical-coordinate representation of color #E769DF: hue angle of 303.81º 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 #E769DF is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 223 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.09 |
| HSL | 303.81º | 0.72% | 0.66% | - |
| HSV(B) | 303.81º | 0.55% | 0.91% | - |
| XYZ | 51.33 | 32.42 | 73.36 | - |
| YUV | 156.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 223 | 0 | 0.55 | 0.03 | 0.09 | 303.81 | 0.72 | 0.66 |
| Hex | E7 | 69 | DF | 0 | 37 | 3 | 9 | 130 | 48 | 42 |
| Octal | 347 | 151 | 337 | 0 | 67 | 3 | 11 | 460 | 110 | 102 |
| Binary | 11100111 | 1101001 | 11011111 | 0 | 110111 | 11 | 1001 | 100110000 | 1001000 | 1000010 |
Color Harmonies of #E769DF
Complementary color
Monochromatic Colors of #E769DF
Black with #E769DF
Text Example
Text Example
White with #E769DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769DF; }
p { color: rgb(231,105,223); }
H1.HeaderClassName
{
color: #E769DF;
}
.AnyTagClassName
{
color: #E769DF;
}
</style>
background-color css
<style>
a { background-color: #E769DF; }
a { background-color: rgb(231,105,223); }
div.DivClassName
{
background-color: #E769DF;
}
.BgClassName
{
background-color: #E769DF;
}
</style>
border-color css
<style>
span { border-color: #E769DF; }
span { border-color: rgb(231,105,223); }
td.TdClassName
{
border-color: #E769DF;
}
.TagClassName
{
border-color: #E769DF;
}
</style>