Html Css Color HEX #E967D4 Free Speech Magenta
📋 copy color: '#E967D4'red 233 ◦ green 103 ◦ blue 212
Shades of Free Speech Magenta #E967D4
Tints of Free Speech Magenta #E967D4
RGB
CMYK
RGB Variations
Color information
#E967D4 (or 0xE967D4) is known color: Free Speech Magenta. HEX triplet: E9, 67 and D4. RGB value is (233,103,212). Sum of RGB (Red+Green+Blue) = 233+103+212=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 103 (40.62% from 255 or 18.80% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E967D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E967D4 is #16982B. Grayscale: #999999. Windows color (decimal): -1480748 or 13920233. OLE color: 13920233.
HSL color Cylindrical-coordinate representation of color #E967D4: hue angle of 309.69º 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 #E967D4 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 212 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.09 |
| HSL | 309.69º | 0.75% | 0.66% | - |
| HSV(B) | 309.69º | 0.56% | 0.91% | - |
| XYZ | 50.34 | 31.78 | 65.77 | - |
| YUV | 154.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 212 | 0 | 0.56 | 0.09 | 0.09 | 309.69 | 0.75 | 0.66 |
| Hex | E9 | 67 | D4 | 0 | 38 | 9 | 9 | 136 | 4B | 42 |
| Octal | 351 | 147 | 324 | 0 | 70 | 11 | 11 | 466 | 113 | 102 |
| Binary | 11101001 | 1100111 | 11010100 | 0 | 111000 | 1001 | 1001 | 100110110 | 1001011 | 1000010 |
Color Harmonies of #E967D4
Complementary color
Monochromatic Colors of #E967D4
Black with #E967D4
Text Example
Text Example
White with #E967D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E967D4; }
p { color: rgb(233,103,212); }
H1.HeaderClassName
{
color: #E967D4;
}
.AnyTagClassName
{
color: #E967D4;
}
</style>
background-color css
<style>
a { background-color: #E967D4; }
a { background-color: rgb(233,103,212); }
div.DivClassName
{
background-color: #E967D4;
}
.BgClassName
{
background-color: #E967D4;
}
</style>
border-color css
<style>
span { border-color: #E967D4; }
span { border-color: rgb(233,103,212); }
td.TdClassName
{
border-color: #E967D4;
}
.TagClassName
{
border-color: #E967D4;
}
</style>