Html Css Color HEX #E967D0 Free Speech Magenta
📋 copy color: '#E967D0'red 233 ◦ green 103 ◦ blue 208
Shades of Free Speech Magenta #E967D0
Tints of Free Speech Magenta #E967D0
RGB
CMYK
RGB Variations
Color information
#E967D0 (or 0xE967D0) is known color: Free Speech Magenta. HEX triplet: E9, 67 and D0. RGB value is (233,103,208). Sum of RGB (Red+Green+Blue) = 233+103+208=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E967D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E967D0 is #16982F. Grayscale: #999999. Windows color (decimal): -1480752 or 13658089. OLE color: 13658089.
HSL color Cylindrical-coordinate representation of color #E967D0: hue angle of 311.54º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E967D0 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 208 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.09 |
| HSL | 311.54º | 0.75% | 0.66% | - |
| HSV(B) | 311.54º | 0.56% | 0.91% | - |
| XYZ | 49.84 | 31.58 | 63.14 | - |
| YUV | 153.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 208 | 0 | 0.56 | 0.11 | 0.09 | 311.54 | 0.75 | 0.66 |
| Hex | E9 | 67 | D0 | 0 | 38 | B | 9 | 138 | 4B | 42 |
| Octal | 351 | 147 | 320 | 0 | 70 | 13 | 11 | 470 | 113 | 102 |
| Binary | 11101001 | 1100111 | 11010000 | 0 | 111000 | 1011 | 1001 | 100111000 | 1001011 | 1000010 |
Color Harmonies of #E967D0
Complementary color
Monochromatic Colors of #E967D0
Black with #E967D0
Text Example
Text Example
White with #E967D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E967D0; }
p { color: rgb(233,103,208); }
H1.HeaderClassName
{
color: #E967D0;
}
.AnyTagClassName
{
color: #E967D0;
}
</style>
background-color css
<style>
a { background-color: #E967D0; }
a { background-color: rgb(233,103,208); }
div.DivClassName
{
background-color: #E967D0;
}
.BgClassName
{
background-color: #E967D0;
}
</style>
border-color css
<style>
span { border-color: #E967D0; }
span { border-color: rgb(233,103,208); }
td.TdClassName
{
border-color: #E967D0;
}
.TagClassName
{
border-color: #E967D0;
}
</style>