Html Css Color HEX #E462E5 Free Speech Magenta
📋 copy color: '#E462E5'red 228 ◦ green 98 ◦ blue 229
Shades of Free Speech Magenta #E462E5
Tints of Free Speech Magenta #E462E5
RGB
CMYK
RGB Variations
Color information
#E462E5 (or 0xE462E5) is known color: Free Speech Magenta. HEX triplet: E4, 62 and E5. RGB value is (228,98,229). Sum of RGB (Red+Green+Blue) = 228+98+229=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 98 (38.67% from 255 or 17.66% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #E462E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E462E5 is #1B9D1A. Grayscale: #979797. Windows color (decimal): -1809691 or 15033060. OLE color: 15033060.
HSL color Cylindrical-coordinate representation of color #E462E5: hue angle of 299.54º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E462E5 is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 98 | 229 | - |
| CMYK | 0.00 | 0.57 | 0 | 0.10 |
| HSL | 299.54º | 0.72% | 0.64% | - |
| HSV(B) | 299.54º | 0.57% | 0.9% | - |
| XYZ | 50.51 | 30.89 | 77.43 | - |
| YUV | 151.8 | 171.57 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 98 | 229 | 0.00 | 0.57 | 0 | 0.10 | 299.54 | 0.72 | 0.64 |
| Hex | E4 | 62 | E5 | 0 | 39 | 0 | A | 12C | 48 | 40 |
| Octal | 344 | 142 | 345 | 0 | 71 | 0 | 12 | 454 | 110 | 100 |
| Binary | 11100100 | 1100010 | 11100101 | 0 | 111001 | 0 | 1010 | 100101100 | 1001000 | 1000000 |
Color Harmonies of #E462E5
Complementary color
Monochromatic Colors of #E462E5
Black with #E462E5
Text Example
Text Example
White with #E462E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E462E5; }
p { color: rgb(228,98,229); }
H1.HeaderClassName
{
color: #E462E5;
}
.AnyTagClassName
{
color: #E462E5;
}
</style>
background-color css
<style>
a { background-color: #E462E5; }
a { background-color: rgb(228,98,229); }
div.DivClassName
{
background-color: #E462E5;
}
.BgClassName
{
background-color: #E462E5;
}
</style>
border-color css
<style>
span { border-color: #E462E5; }
span { border-color: rgb(228,98,229); }
td.TdClassName
{
border-color: #E462E5;
}
.TagClassName
{
border-color: #E462E5;
}
</style>