Html Css Color HEX #E868C8 Free Speech Magenta
📋 copy color: '#E868C8'red 232 ◦ green 104 ◦ blue 200
Shades of Free Speech Magenta #E868C8
Tints of Free Speech Magenta #E868C8
RGB
CMYK
RGB Variations
Color information
#E868C8 (or 0xE868C8) is known color: Free Speech Magenta. HEX triplet: E8, 68 and C8. RGB value is (232,104,200). Sum of RGB (Red+Green+Blue) = 232+104+200=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E868C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E868C8 is #179737. Grayscale: #989898. Windows color (decimal): -1546040 or 13134056. OLE color: 13134056.
HSL color Cylindrical-coordinate representation of color #E868C8: hue angle of 315º 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 #E868C8 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 200 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.09 |
| HSL | 315º | 0.74% | 0.66% | - |
| HSV(B) | 315º | 0.55% | 0.91% | - |
| XYZ | 48.65 | 31.23 | 58.11 | - |
| YUV | 153.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 200 | 0 | 0.55 | 0.14 | 0.09 | 315 | 0.74 | 0.66 |
| Hex | E8 | 68 | C8 | 0 | 37 | E | 9 | 13B | 4A | 42 |
| Octal | 350 | 150 | 310 | 0 | 67 | 16 | 11 | 473 | 112 | 102 |
| Binary | 11101000 | 1101000 | 11001000 | 0 | 110111 | 1110 | 1001 | 100111011 | 1001010 | 1000010 |
Color Harmonies of #E868C8
Complementary color
Monochromatic Colors of #E868C8
Black with #E868C8
Text Example
Text Example
White with #E868C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E868C8; }
p { color: rgb(232,104,200); }
H1.HeaderClassName
{
color: #E868C8;
}
.AnyTagClassName
{
color: #E868C8;
}
</style>
background-color css
<style>
a { background-color: #E868C8; }
a { background-color: rgb(232,104,200); }
div.DivClassName
{
background-color: #E868C8;
}
.BgClassName
{
background-color: #E868C8;
}
</style>
border-color css
<style>
span { border-color: #E868C8; }
span { border-color: rgb(232,104,200); }
td.TdClassName
{
border-color: #E868C8;
}
.TagClassName
{
border-color: #E868C8;
}
</style>