Html Css Color HEX #E669DF Free Speech Magenta
📋 copy color: '#E669DF'red 230 ◦ green 105 ◦ blue 223
Shades of Free Speech Magenta #E669DF
Tints of Free Speech Magenta #E669DF
RGB
CMYK
RGB Variations
Color information
#E669DF (or 0xE669DF) is known color: Free Speech Magenta. HEX triplet: E6, 69 and DF. RGB value is (230,105,223). Sum of RGB (Red+Green+Blue) = 230+105+223=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E669DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669DF is #199620. Grayscale: #9B9B9B. Windows color (decimal): -1676833 or 14641638. OLE color: 14641638.
HSL color Cylindrical-coordinate representation of color #E669DF: hue angle of 303.36º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E669DF is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 223 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.10 |
| HSL | 303.36º | 0.71% | 0.66% | - |
| HSV(B) | 303.36º | 0.54% | 0.9% | - |
| XYZ | 51 | 32.25 | 73.35 | - |
| YUV | 155.83 | 165.91 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 223 | 0 | 0.54 | 0.03 | 0.10 | 303.36 | 0.71 | 0.66 |
| Hex | E6 | 69 | DF | 0 | 36 | 3 | A | 12F | 47 | 42 |
| Octal | 346 | 151 | 337 | 0 | 66 | 3 | 12 | 457 | 107 | 102 |
| Binary | 11100110 | 1101001 | 11011111 | 0 | 110110 | 11 | 1010 | 100101111 | 1000111 | 1000010 |
Color Harmonies of #E669DF
Complementary color
Monochromatic Colors of #E669DF
Black with #E669DF
Text Example
Text Example
White with #E669DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669DF; }
p { color: rgb(230,105,223); }
H1.HeaderClassName
{
color: #E669DF;
}
.AnyTagClassName
{
color: #E669DF;
}
</style>
background-color css
<style>
a { background-color: #E669DF; }
a { background-color: rgb(230,105,223); }
div.DivClassName
{
background-color: #E669DF;
}
.BgClassName
{
background-color: #E669DF;
}
</style>
border-color css
<style>
span { border-color: #E669DF; }
span { border-color: rgb(230,105,223); }
td.TdClassName
{
border-color: #E669DF;
}
.TagClassName
{
border-color: #E669DF;
}
</style>