Html Css Color HEX #E430ED Free Speech Magenta
📋 copy color: '#E430ED'red 228 ◦ green 48 ◦ blue 237
Shades of Free Speech Magenta #E430ED
Tints of Free Speech Magenta #E430ED
RGB
CMYK
RGB Variations
Color information
#E430ED (or 0xE430ED) is known color: Free Speech Magenta. HEX triplet: E4, 30 and ED. RGB value is (228,48,237). Sum of RGB (Red+Green+Blue) = 228+48+237=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 48 (19.14% from 255 or 9.36% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #E430ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E430ED is #1BCF12. Grayscale: #7A7A7A. Windows color (decimal): -1822483 or 15544548. OLE color: 15544548.
HSL color Cylindrical-coordinate representation of color #E430ED: hue angle of 297.14º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E430ED is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 48 | 237 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.07 |
| HSL | 297.14º | 0.84% | 0.56% | - |
| HSV(B) | 297.14º | 0.8% | 0.93% | - |
| XYZ | 48.34 | 24.72 | 82.34 | - |
| YUV | 123.37 | 192.13 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 48 | 237 | 0.04 | 0.80 | 0 | 0.07 | 297.14 | 0.84 | 0.56 |
| Hex | E4 | 30 | ED | 4 | 50 | 0 | 7 | 129 | 54 | 38 |
| Octal | 344 | 60 | 355 | 4 | 120 | 0 | 7 | 451 | 124 | 70 |
| Binary | 11100100 | 110000 | 11101101 | 100 | 1010000 | 0 | 111 | 100101001 | 1010100 | 111000 |
Color Harmonies of #E430ED
Complementary color
Monochromatic Colors of #E430ED
Black with #E430ED
Text Example
Text Example
White with #E430ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E430ED; }
p { color: rgb(228,48,237); }
H1.HeaderClassName
{
color: #E430ED;
}
.AnyTagClassName
{
color: #E430ED;
}
</style>
background-color css
<style>
a { background-color: #E430ED; }
a { background-color: rgb(228,48,237); }
div.DivClassName
{
background-color: #E430ED;
}
.BgClassName
{
background-color: #E430ED;
}
</style>
border-color css
<style>
span { border-color: #E430ED; }
span { border-color: rgb(228,48,237); }
td.TdClassName
{
border-color: #E430ED;
}
.TagClassName
{
border-color: #E430ED;
}
</style>