Html Css Color HEX #E446D4 Free Speech Magenta
📋 copy color: '#E446D4'red 228 ◦ green 70 ◦ blue 212
Shades of Free Speech Magenta #E446D4
Tints of Free Speech Magenta #E446D4
RGB
CMYK
RGB Variations
Color information
#E446D4 (or 0xE446D4) is known color: Free Speech Magenta. HEX triplet: E4, 46 and D4. RGB value is (228,70,212). Sum of RGB (Red+Green+Blue) = 228+70+212=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 70 (27.73% from 255 or 13.73% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E446D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E446D4 is #1BB92B. Grayscale: #858585. Windows color (decimal): -1816876 or 13911780. OLE color: 13911780.
HSL color Cylindrical-coordinate representation of color #E446D4: hue angle of 306.08º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E446D4 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 70 | 212 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.11 |
| HSL | 306.08º | 0.75% | 0.58% | - |
| HSV(B) | 306.08º | 0.69% | 0.89% | - |
| XYZ | 46.07 | 25.63 | 64.81 | - |
| YUV | 133.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 70 | 212 | 0 | 0.69 | 0.07 | 0.11 | 306.08 | 0.75 | 0.58 |
| Hex | E4 | 46 | D4 | 0 | 45 | 7 | B | 132 | 4B | 3A |
| Octal | 344 | 106 | 324 | 0 | 105 | 7 | 13 | 462 | 113 | 72 |
| Binary | 11100100 | 1000110 | 11010100 | 0 | 1000101 | 111 | 1011 | 100110010 | 1001011 | 111010 |
Color Harmonies of #E446D4
Complementary color
Monochromatic Colors of #E446D4
Black with #E446D4
Text Example
Text Example
White with #E446D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E446D4; }
p { color: rgb(228,70,212); }
H1.HeaderClassName
{
color: #E446D4;
}
.AnyTagClassName
{
color: #E446D4;
}
</style>
background-color css
<style>
a { background-color: #E446D4; }
a { background-color: rgb(228,70,212); }
div.DivClassName
{
background-color: #E446D4;
}
.BgClassName
{
background-color: #E446D4;
}
</style>
border-color css
<style>
span { border-color: #E446D4; }
span { border-color: rgb(228,70,212); }
td.TdClassName
{
border-color: #E446D4;
}
.TagClassName
{
border-color: #E446D4;
}
</style>