Html Css Color HEX #E968D2 Free Speech Magenta
📋 copy color: '#E968D2'red 233 ◦ green 104 ◦ blue 210
Shades of Free Speech Magenta #E968D2
Tints of Free Speech Magenta #E968D2
RGB
CMYK
RGB Variations
Color information
#E968D2 (or 0xE968D2) is known color: Free Speech Magenta. HEX triplet: E9, 68 and D2. RGB value is (233,104,210). Sum of RGB (Red+Green+Blue) = 233+104+210=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E968D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E968D2 is #16972D. Grayscale: #9A9A9A. Windows color (decimal): -1480494 or 13789417. OLE color: 13789417.
HSL color Cylindrical-coordinate representation of color #E968D2: hue angle of 310.7º 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 #E968D2 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 210 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.09 |
| HSL | 310.7º | 0.75% | 0.66% | - |
| HSV(B) | 310.7º | 0.55% | 0.91% | - |
| XYZ | 50.19 | 31.88 | 64.48 | - |
| YUV | 154.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 210 | 0 | 0.55 | 0.10 | 0.09 | 310.7 | 0.75 | 0.66 |
| Hex | E9 | 68 | D2 | 0 | 37 | A | 9 | 137 | 4B | 42 |
| Octal | 351 | 150 | 322 | 0 | 67 | 12 | 11 | 467 | 113 | 102 |
| Binary | 11101001 | 1101000 | 11010010 | 0 | 110111 | 1010 | 1001 | 100110111 | 1001011 | 1000010 |
Color Harmonies of #E968D2
Complementary color
Monochromatic Colors of #E968D2
Black with #E968D2
Text Example
Text Example
White with #E968D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968D2; }
p { color: rgb(233,104,210); }
H1.HeaderClassName
{
color: #E968D2;
}
.AnyTagClassName
{
color: #E968D2;
}
</style>
background-color css
<style>
a { background-color: #E968D2; }
a { background-color: rgb(233,104,210); }
div.DivClassName
{
background-color: #E968D2;
}
.BgClassName
{
background-color: #E968D2;
}
</style>
border-color css
<style>
span { border-color: #E968D2; }
span { border-color: rgb(233,104,210); }
td.TdClassName
{
border-color: #E968D2;
}
.TagClassName
{
border-color: #E968D2;
}
</style>