Html Css Color HEX #E868D4 Free Speech Magenta
📋 copy color: '#E868D4'red 232 ◦ green 104 ◦ blue 212
Shades of Free Speech Magenta #E868D4
Tints of Free Speech Magenta #E868D4
RGB
CMYK
RGB Variations
Color information
#E868D4 (or 0xE868D4) is known color: Free Speech Magenta. HEX triplet: E8, 68 and D4. RGB value is (232,104,212). Sum of RGB (Red+Green+Blue) = 232+104+212=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E868D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E868D4 is #17972B. Grayscale: #9A9A9A. Windows color (decimal): -1546028 or 13920488. OLE color: 13920488.
HSL color Cylindrical-coordinate representation of color #E868D4: hue angle of 309.38º degrees, saturation: 0.74, 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 #E868D4 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 212 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.09 |
| HSL | 309.38º | 0.74% | 0.66% | - |
| HSV(B) | 309.38º | 0.55% | 0.91% | - |
| XYZ | 50.11 | 31.81 | 65.79 | - |
| YUV | 154.58 | 160.41 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 212 | 0 | 0.55 | 0.09 | 0.09 | 309.38 | 0.74 | 0.66 |
| Hex | E8 | 68 | D4 | 0 | 37 | 9 | 9 | 135 | 4A | 42 |
| Octal | 350 | 150 | 324 | 0 | 67 | 11 | 11 | 465 | 112 | 102 |
| Binary | 11101000 | 1101000 | 11010100 | 0 | 110111 | 1001 | 1001 | 100110101 | 1001010 | 1000010 |
Color Harmonies of #E868D4
Complementary color
Monochromatic Colors of #E868D4
Black with #E868D4
Text Example
Text Example
White with #E868D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E868D4; }
p { color: rgb(232,104,212); }
H1.HeaderClassName
{
color: #E868D4;
}
.AnyTagClassName
{
color: #E868D4;
}
</style>
background-color css
<style>
a { background-color: #E868D4; }
a { background-color: rgb(232,104,212); }
div.DivClassName
{
background-color: #E868D4;
}
.BgClassName
{
background-color: #E868D4;
}
</style>
border-color css
<style>
span { border-color: #E868D4; }
span { border-color: rgb(232,104,212); }
td.TdClassName
{
border-color: #E868D4;
}
.TagClassName
{
border-color: #E868D4;
}
</style>