Html Css Color HEX #E442E6 Free Speech Magenta
📋 copy color: '#E442E6'red 228 ◦ green 66 ◦ blue 230
Shades of Free Speech Magenta #E442E6
Tints of Free Speech Magenta #E442E6
RGB
CMYK
RGB Variations
Color information
#E442E6 (or 0xE442E6) is known color: Free Speech Magenta. HEX triplet: E4, 42 and E6. RGB value is (228,66,230). Sum of RGB (Red+Green+Blue) = 228+66+230=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #E442E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E442E6 is #1BBD19. Grayscale: #848484. Windows color (decimal): -1817882 or 15090404. OLE color: 15090404.
HSL color Cylindrical-coordinate representation of color #E442E6: hue angle of 299.27º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E442E6 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 66 | 230 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.10 |
| HSL | 299.27º | 0.77% | 0.58% | - |
| HSV(B) | 299.27º | 0.71% | 0.9% | - |
| XYZ | 48.23 | 26.1 | 77.36 | - |
| YUV | 133.13 | 182.67 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 230 | 0.01 | 0.71 | 0 | 0.10 | 299.27 | 0.77 | 0.58 |
| Hex | E4 | 42 | E6 | 1 | 47 | 0 | A | 12B | 4D | 3A |
| Octal | 344 | 102 | 346 | 1 | 107 | 0 | 12 | 453 | 115 | 72 |
| Binary | 11100100 | 1000010 | 11100110 | 1 | 1000111 | 0 | 1010 | 100101011 | 1001101 | 111010 |
Color Harmonies of #E442E6
Complementary color
Monochromatic Colors of #E442E6
Black with #E442E6
Text Example
Text Example
White with #E442E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E442E6; }
p { color: rgb(228,66,230); }
H1.HeaderClassName
{
color: #E442E6;
}
.AnyTagClassName
{
color: #E442E6;
}
</style>
background-color css
<style>
a { background-color: #E442E6; }
a { background-color: rgb(228,66,230); }
div.DivClassName
{
background-color: #E442E6;
}
.BgClassName
{
background-color: #E442E6;
}
</style>
border-color css
<style>
span { border-color: #E442E6; }
span { border-color: rgb(228,66,230); }
td.TdClassName
{
border-color: #E442E6;
}
.TagClassName
{
border-color: #E442E6;
}
</style>