Html Css Color HEX #E948E6 Free Speech Magenta
📋 copy color: '#E948E6'red 233 ◦ green 72 ◦ blue 230
Shades of Free Speech Magenta #E948E6
Tints of Free Speech Magenta #E948E6
RGB
CMYK
RGB Variations
Color information
#E948E6 (or 0xE948E6) is known color: Free Speech Magenta. HEX triplet: E9, 48 and E6. RGB value is (233,72,230). Sum of RGB (Red+Green+Blue) = 233+72+230=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 72 (28.52% from 255 or 13.46% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E948E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E948E6 is #16B719. Grayscale: #898989. Windows color (decimal): -1488666 or 15091945. OLE color: 15091945.
HSL color Cylindrical-coordinate representation of color #E948E6: hue angle of 301.12º 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 #E948E6 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 230 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.09 |
| HSL | 301.12º | 0.79% | 0.6% | - |
| HSV(B) | 301.12º | 0.69% | 0.91% | - |
| XYZ | 50.2 | 27.67 | 77.56 | - |
| YUV | 138.15 | 179.84 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 230 | 0 | 0.69 | 0.01 | 0.09 | 301.12 | 0.79 | 0.6 |
| Hex | E9 | 48 | E6 | 0 | 45 | 1 | 9 | 12D | 4F | 3C |
| Octal | 351 | 110 | 346 | 0 | 105 | 1 | 11 | 455 | 117 | 74 |
| Binary | 11101001 | 1001000 | 11100110 | 0 | 1000101 | 1 | 1001 | 100101101 | 1001111 | 111100 |
Color Harmonies of #E948E6
Complementary color
Monochromatic Colors of #E948E6
Black with #E948E6
Text Example
Text Example
White with #E948E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948E6; }
p { color: rgb(233,72,230); }
H1.HeaderClassName
{
color: #E948E6;
}
.AnyTagClassName
{
color: #E948E6;
}
</style>
background-color css
<style>
a { background-color: #E948E6; }
a { background-color: rgb(233,72,230); }
div.DivClassName
{
background-color: #E948E6;
}
.BgClassName
{
background-color: #E948E6;
}
</style>
border-color css
<style>
span { border-color: #E948E6; }
span { border-color: rgb(233,72,230); }
td.TdClassName
{
border-color: #E948E6;
}
.TagClassName
{
border-color: #E948E6;
}
</style>