Html Css Color HEX #E468C9 Free Speech Magenta
📋 copy color: '#E468C9'red 228 ◦ green 104 ◦ blue 201
Shades of Free Speech Magenta #E468C9
Tints of Free Speech Magenta #E468C9
RGB
CMYK
RGB Variations
Color information
#E468C9 (or 0xE468C9) is known color: Free Speech Magenta. HEX triplet: E4, 68 and C9. RGB value is (228,104,201). Sum of RGB (Red+Green+Blue) = 228+104+201=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E468C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E468C9 is #1B9736. Grayscale: #979797. Windows color (decimal): -1808183 or 13199588. OLE color: 13199588.
HSL color Cylindrical-coordinate representation of color #E468C9: hue angle of 313.06º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E468C9 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 104 | 201 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.11 |
| HSL | 313.06º | 0.7% | 0.65% | - |
| HSV(B) | 313.06º | 0.54% | 0.89% | - |
| XYZ | 47.49 | 30.61 | 58.66 | - |
| YUV | 152.13 | 155.58 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 201 | 0 | 0.54 | 0.12 | 0.11 | 313.06 | 0.7 | 0.65 |
| Hex | E4 | 68 | C9 | 0 | 36 | C | B | 139 | 46 | 41 |
| Octal | 344 | 150 | 311 | 0 | 66 | 14 | 13 | 471 | 106 | 101 |
| Binary | 11100100 | 1101000 | 11001001 | 0 | 110110 | 1100 | 1011 | 100111001 | 1000110 | 1000001 |
Color Harmonies of #E468C9
Complementary color
Monochromatic Colors of #E468C9
Black with #E468C9
Text Example
Text Example
White with #E468C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E468C9; }
p { color: rgb(228,104,201); }
H1.HeaderClassName
{
color: #E468C9;
}
.AnyTagClassName
{
color: #E468C9;
}
</style>
background-color css
<style>
a { background-color: #E468C9; }
a { background-color: rgb(228,104,201); }
div.DivClassName
{
background-color: #E468C9;
}
.BgClassName
{
background-color: #E468C9;
}
</style>
border-color css
<style>
span { border-color: #E468C9; }
span { border-color: rgb(228,104,201); }
td.TdClassName
{
border-color: #E468C9;
}
.TagClassName
{
border-color: #E468C9;
}
</style>