Html Css Color HEX #E968D0 Free Speech Magenta
📋 copy color: '#E968D0'red 233 ◦ green 104 ◦ blue 208
Shades of Free Speech Magenta #E968D0
Tints of Free Speech Magenta #E968D0
RGB
CMYK
RGB Variations
Color information
#E968D0 (or 0xE968D0) is known color: Free Speech Magenta. HEX triplet: E9, 68 and D0. RGB value is (233,104,208). Sum of RGB (Red+Green+Blue) = 233+104+208=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E968D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E968D0 is #16972F. Grayscale: #9A9A9A. Windows color (decimal): -1480496 or 13658345. OLE color: 13658345.
HSL color Cylindrical-coordinate representation of color #E968D0: hue angle of 311.63º degrees, saturation: 0.75, 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 #E968D0 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 208 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.09 |
| HSL | 311.63º | 0.75% | 0.66% | - |
| HSV(B) | 311.63º | 0.55% | 0.91% | - |
| XYZ | 49.94 | 31.78 | 63.18 | - |
| YUV | 154.43 | 158.24 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 208 | 0 | 0.55 | 0.11 | 0.09 | 311.63 | 0.75 | 0.66 |
| Hex | E9 | 68 | D0 | 0 | 37 | B | 9 | 138 | 4B | 42 |
| Octal | 351 | 150 | 320 | 0 | 67 | 13 | 11 | 470 | 113 | 102 |
| Binary | 11101001 | 1101000 | 11010000 | 0 | 110111 | 1011 | 1001 | 100111000 | 1001011 | 1000010 |
Color Harmonies of #E968D0
Complementary color
Monochromatic Colors of #E968D0
Black with #E968D0
Text Example
Text Example
White with #E968D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968D0; }
p { color: rgb(233,104,208); }
H1.HeaderClassName
{
color: #E968D0;
}
.AnyTagClassName
{
color: #E968D0;
}
</style>
background-color css
<style>
a { background-color: #E968D0; }
a { background-color: rgb(233,104,208); }
div.DivClassName
{
background-color: #E968D0;
}
.BgClassName
{
background-color: #E968D0;
}
</style>
border-color css
<style>
span { border-color: #E968D0; }
span { border-color: rgb(233,104,208); }
td.TdClassName
{
border-color: #E968D0;
}
.TagClassName
{
border-color: #E968D0;
}
</style>