Html Css Color HEX #E948E5 Free Speech Magenta
📋 copy color: '#E948E5'red 233 ◦ green 72 ◦ blue 229
Shades of Free Speech Magenta #E948E5
Tints of Free Speech Magenta #E948E5
RGB
CMYK
RGB Variations
Color information
#E948E5 (or 0xE948E5) is known color: Free Speech Magenta. HEX triplet: E9, 48 and E5. RGB value is (233,72,229). Sum of RGB (Red+Green+Blue) = 233+72+229=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 72 (28.52% from 255 or 13.48% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E948E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E948E5 is #16B71A. Grayscale: #898989. Windows color (decimal): -1488667 or 15026409. OLE color: 15026409.
HSL color Cylindrical-coordinate representation of color #E948E5: hue angle of 301.49º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E948E5 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 229 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.09 |
| HSL | 301.49º | 0.79% | 0.6% | - |
| HSV(B) | 301.49º | 0.69% | 0.91% | - |
| XYZ | 50.06 | 27.62 | 76.82 | - |
| YUV | 138.04 | 179.34 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 229 | 0 | 0.69 | 0.02 | 0.09 | 301.49 | 0.79 | 0.6 |
| Hex | E9 | 48 | E5 | 0 | 45 | 2 | 9 | 12D | 4F | 3C |
| Octal | 351 | 110 | 345 | 0 | 105 | 2 | 11 | 455 | 117 | 74 |
| Binary | 11101001 | 1001000 | 11100101 | 0 | 1000101 | 10 | 1001 | 100101101 | 1001111 | 111100 |
Color Harmonies of #E948E5
Complementary color
Monochromatic Colors of #E948E5
Black with #E948E5
Text Example
Text Example
White with #E948E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948E5; }
p { color: rgb(233,72,229); }
H1.HeaderClassName
{
color: #E948E5;
}
.AnyTagClassName
{
color: #E948E5;
}
</style>
background-color css
<style>
a { background-color: #E948E5; }
a { background-color: rgb(233,72,229); }
div.DivClassName
{
background-color: #E948E5;
}
.BgClassName
{
background-color: #E948E5;
}
</style>
border-color css
<style>
span { border-color: #E948E5; }
span { border-color: rgb(233,72,229); }
td.TdClassName
{
border-color: #E948E5;
}
.TagClassName
{
border-color: #E948E5;
}
</style>