Html Css Color HEX #E968D4 Free Speech Magenta
📋 copy color: '#E968D4'red 233 ◦ green 104 ◦ blue 212
Shades of Free Speech Magenta #E968D4
Tints of Free Speech Magenta #E968D4
RGB
CMYK
RGB Variations
Color information
#E968D4 (or 0xE968D4) is known color: Free Speech Magenta. HEX triplet: E9, 68 and D4. RGB value is (233,104,212). Sum of RGB (Red+Green+Blue) = 233+104+212=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E968D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E968D4 is #16972B. Grayscale: #9A9A9A. Windows color (decimal): -1480492 or 13920489. OLE color: 13920489.
HSL color Cylindrical-coordinate representation of color #E968D4: hue angle of 309.77º 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 #E968D4 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 212 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.09 |
| HSL | 309.77º | 0.75% | 0.66% | - |
| HSV(B) | 309.77º | 0.55% | 0.91% | - |
| XYZ | 50.44 | 31.98 | 65.8 | - |
| YUV | 154.88 | 160.24 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 212 | 0 | 0.55 | 0.09 | 0.09 | 309.77 | 0.75 | 0.66 |
| Hex | E9 | 68 | D4 | 0 | 37 | 9 | 9 | 136 | 4B | 42 |
| Octal | 351 | 150 | 324 | 0 | 67 | 11 | 11 | 466 | 113 | 102 |
| Binary | 11101001 | 1101000 | 11010100 | 0 | 110111 | 1001 | 1001 | 100110110 | 1001011 | 1000010 |
Color Harmonies of #E968D4
Complementary color
Monochromatic Colors of #E968D4
Black with #E968D4
Text Example
Text Example
White with #E968D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968D4; }
p { color: rgb(233,104,212); }
H1.HeaderClassName
{
color: #E968D4;
}
.AnyTagClassName
{
color: #E968D4;
}
</style>
background-color css
<style>
a { background-color: #E968D4; }
a { background-color: rgb(233,104,212); }
div.DivClassName
{
background-color: #E968D4;
}
.BgClassName
{
background-color: #E968D4;
}
</style>
border-color css
<style>
span { border-color: #E968D4; }
span { border-color: rgb(233,104,212); }
td.TdClassName
{
border-color: #E968D4;
}
.TagClassName
{
border-color: #E968D4;
}
</style>