Html Css Color HEX #E450C6 Free Speech Magenta
📋 copy color: '#E450C6'red 228 ◦ green 80 ◦ blue 198
Shades of Free Speech Magenta #E450C6
Tints of Free Speech Magenta #E450C6
RGB
CMYK
RGB Variations
Color information
#E450C6 (or 0xE450C6) is known color: Free Speech Magenta. HEX triplet: E4, 50 and C6. RGB value is (228,80,198). Sum of RGB (Red+Green+Blue) = 228+80+198=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E450C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E450C6 is #1BAF39. Grayscale: #898989. Windows color (decimal): -1814330 or 12996836. OLE color: 12996836.
HSL color Cylindrical-coordinate representation of color #E450C6: hue angle of 312.16º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E450C6 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 198 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.11 |
| HSL | 312.16º | 0.73% | 0.6% | - |
| HSV(B) | 312.16º | 0.65% | 0.89% | - |
| XYZ | 45.06 | 26.31 | 56.13 | - |
| YUV | 137.7 | 162.03 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 198 | 0 | 0.65 | 0.13 | 0.11 | 312.16 | 0.73 | 0.6 |
| Hex | E4 | 50 | C6 | 0 | 41 | D | B | 138 | 49 | 3C |
| Octal | 344 | 120 | 306 | 0 | 101 | 15 | 13 | 470 | 111 | 74 |
| Binary | 11100100 | 1010000 | 11000110 | 0 | 1000001 | 1101 | 1011 | 100111000 | 1001001 | 111100 |
Color Harmonies of #E450C6
Complementary color
Monochromatic Colors of #E450C6
Black with #E450C6
Text Example
Text Example
White with #E450C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E450C6; }
p { color: rgb(228,80,198); }
H1.HeaderClassName
{
color: #E450C6;
}
.AnyTagClassName
{
color: #E450C6;
}
</style>
background-color css
<style>
a { background-color: #E450C6; }
a { background-color: rgb(228,80,198); }
div.DivClassName
{
background-color: #E450C6;
}
.BgClassName
{
background-color: #E450C6;
}
</style>
border-color css
<style>
span { border-color: #E450C6; }
span { border-color: rgb(228,80,198); }
td.TdClassName
{
border-color: #E450C6;
}
.TagClassName
{
border-color: #E450C6;
}
</style>