Html Css Color HEX #E669CF Free Speech Magenta
📋 copy color: '#E669CF'red 230 ◦ green 105 ◦ blue 207
Shades of Free Speech Magenta #E669CF
Tints of Free Speech Magenta #E669CF
RGB
CMYK
RGB Variations
Color information
#E669CF (or 0xE669CF) is known color: Free Speech Magenta. HEX triplet: E6, 69 and CF. RGB value is (230,105,207). Sum of RGB (Red+Green+Blue) = 230+105+207=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E669CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669CF is #199630. Grayscale: #999999. Windows color (decimal): -1676849 or 13593062. OLE color: 13593062.
HSL color Cylindrical-coordinate representation of color #E669CF: hue angle of 311.04º 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 #E669CF is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 207 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.10 |
| HSL | 311.04º | 0.71% | 0.66% | - |
| HSV(B) | 311.04º | 0.54% | 0.9% | - |
| XYZ | 48.95 | 31.43 | 62.52 | - |
| YUV | 154 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 207 | 0 | 0.54 | 0.10 | 0.10 | 311.04 | 0.71 | 0.66 |
| Hex | E6 | 69 | CF | 0 | 36 | A | A | 137 | 47 | 42 |
| Octal | 346 | 151 | 317 | 0 | 66 | 12 | 12 | 467 | 107 | 102 |
| Binary | 11100110 | 1101001 | 11001111 | 0 | 110110 | 1010 | 1010 | 100110111 | 1000111 | 1000010 |
Color Harmonies of #E669CF
Complementary color
Monochromatic Colors of #E669CF
Black with #E669CF
Text Example
Text Example
White with #E669CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669CF; }
p { color: rgb(230,105,207); }
H1.HeaderClassName
{
color: #E669CF;
}
.AnyTagClassName
{
color: #E669CF;
}
</style>
background-color css
<style>
a { background-color: #E669CF; }
a { background-color: rgb(230,105,207); }
div.DivClassName
{
background-color: #E669CF;
}
.BgClassName
{
background-color: #E669CF;
}
</style>
border-color css
<style>
span { border-color: #E669CF; }
span { border-color: rgb(230,105,207); }
td.TdClassName
{
border-color: #E669CF;
}
.TagClassName
{
border-color: #E669CF;
}
</style>