Html Css Color HEX #E93FE5 Free Speech Magenta
📋 copy color: '#E93FE5'red 233 ◦ green 63 ◦ blue 229
Shades of Free Speech Magenta #E93FE5
Tints of Free Speech Magenta #E93FE5
RGB
CMYK
RGB Variations
Color information
#E93FE5 (or 0xE93FE5) is known color: Free Speech Magenta. HEX triplet: E9, 3F and E5. RGB value is (233,63,229). Sum of RGB (Red+Green+Blue) = 233+63+229=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 63 (25% from 255 or 12% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E93FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93FE5 is #16C01A. Grayscale: #848484. Windows color (decimal): -1490971 or 15024105. OLE color: 15024105.
HSL color Cylindrical-coordinate representation of color #E93FE5: hue angle of 301.41º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E93FE5 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 63 | 229 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.09 |
| HSL | 301.41º | 0.79% | 0.58% | - |
| HSV(B) | 301.41º | 0.73% | 0.91% | - |
| XYZ | 49.52 | 26.54 | 76.64 | - |
| YUV | 132.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 63 | 229 | 0 | 0.73 | 0.02 | 0.09 | 301.41 | 0.79 | 0.58 |
| Hex | E9 | 3F | E5 | 0 | 49 | 2 | 9 | 12D | 4F | 3A |
| Octal | 351 | 77 | 345 | 0 | 111 | 2 | 11 | 455 | 117 | 72 |
| Binary | 11101001 | 111111 | 11100101 | 0 | 1001001 | 10 | 1001 | 100101101 | 1001111 | 111010 |
Color Harmonies of #E93FE5
Complementary color
Monochromatic Colors of #E93FE5
Black with #E93FE5
Text Example
Text Example
White with #E93FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93FE5; }
p { color: rgb(233,63,229); }
H1.HeaderClassName
{
color: #E93FE5;
}
.AnyTagClassName
{
color: #E93FE5;
}
</style>
background-color css
<style>
a { background-color: #E93FE5; }
a { background-color: rgb(233,63,229); }
div.DivClassName
{
background-color: #E93FE5;
}
.BgClassName
{
background-color: #E93FE5;
}
</style>
border-color css
<style>
span { border-color: #E93FE5; }
span { border-color: rgb(233,63,229); }
td.TdClassName
{
border-color: #E93FE5;
}
.TagClassName
{
border-color: #E93FE5;
}
</style>