Html Css Color HEX #E430EE Free Speech Magenta
📋 copy color: '#E430EE'red 228 ◦ green 48 ◦ blue 238
Shades of Free Speech Magenta #E430EE
Tints of Free Speech Magenta #E430EE
RGB
CMYK
RGB Variations
Color information
#E430EE (or 0xE430EE) is known color: Free Speech Magenta. HEX triplet: E4, 30 and EE. RGB value is (228,48,238). Sum of RGB (Red+Green+Blue) = 228+48+238=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 48 (19.14% from 255 or 9.34% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #E430EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E430EE is #1BCF11. Grayscale: #7A7A7A. Windows color (decimal): -1822482 or 15610084. OLE color: 15610084.
HSL color Cylindrical-coordinate representation of color #E430EE: hue angle of 296.84º degrees, saturation: 0.85, 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 #E430EE is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 48 | 238 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.07 |
| HSL | 296.84º | 0.85% | 0.56% | - |
| HSV(B) | 296.84º | 0.8% | 0.93% | - |
| XYZ | 48.48 | 24.78 | 83.12 | - |
| YUV | 123.48 | 192.63 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 48 | 238 | 0.04 | 0.80 | 0 | 0.07 | 296.84 | 0.85 | 0.56 |
| Hex | E4 | 30 | EE | 4 | 50 | 0 | 7 | 129 | 55 | 38 |
| Octal | 344 | 60 | 356 | 4 | 120 | 0 | 7 | 451 | 125 | 70 |
| Binary | 11100100 | 110000 | 11101110 | 100 | 1010000 | 0 | 111 | 100101001 | 1010101 | 111000 |
Color Harmonies of #E430EE
Complementary color
Monochromatic Colors of #E430EE
Black with #E430EE
Text Example
Text Example
White with #E430EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E430EE; }
p { color: rgb(228,48,238); }
H1.HeaderClassName
{
color: #E430EE;
}
.AnyTagClassName
{
color: #E430EE;
}
</style>
background-color css
<style>
a { background-color: #E430EE; }
a { background-color: rgb(228,48,238); }
div.DivClassName
{
background-color: #E430EE;
}
.BgClassName
{
background-color: #E430EE;
}
</style>
border-color css
<style>
span { border-color: #E430EE; }
span { border-color: rgb(228,48,238); }
td.TdClassName
{
border-color: #E430EE;
}
.TagClassName
{
border-color: #E430EE;
}
</style>