Html Css Color HEX #E13CE8 Free Speech Magenta
📋 copy color: '#E13CE8'red 225 ◦ green 60 ◦ blue 232
Shades of Free Speech Magenta #E13CE8
Tints of Free Speech Magenta #E13CE8
RGB
CMYK
RGB Variations
Color information
#E13CE8 (or 0xE13CE8) is known color: Free Speech Magenta. HEX triplet: E1, 3C and E8. RGB value is (225,60,232). Sum of RGB (Red+Green+Blue) = 225+60+232=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 60 (23.83% from 255 or 11.61% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #E13CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13CE8 is #1EC317. Grayscale: #808080. Windows color (decimal): -2016024 or 15219937. OLE color: 15219937.
HSL color Cylindrical-coordinate representation of color #E13CE8: hue angle of 297.56º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13CE8 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 60 | 232 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.09 |
| HSL | 297.56º | 0.79% | 0.57% | - |
| HSV(B) | 297.56º | 0.74% | 0.91% | - |
| XYZ | 47.23 | 25.07 | 78.69 | - |
| YUV | 128.94 | 186.16 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 232 | 0.03 | 0.74 | 0 | 0.09 | 297.56 | 0.79 | 0.57 |
| Hex | E1 | 3C | E8 | 3 | 4A | 0 | 9 | 12A | 4F | 39 |
| Octal | 341 | 74 | 350 | 3 | 112 | 0 | 11 | 452 | 117 | 71 |
| Binary | 11100001 | 111100 | 11101000 | 11 | 1001010 | 0 | 1001 | 100101010 | 1001111 | 111001 |
Color Harmonies of #E13CE8
Complementary color
Monochromatic Colors of #E13CE8
Black with #E13CE8
Text Example
Text Example
White with #E13CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13CE8; }
p { color: rgb(225,60,232); }
H1.HeaderClassName
{
color: #E13CE8;
}
.AnyTagClassName
{
color: #E13CE8;
}
</style>
background-color css
<style>
a { background-color: #E13CE8; }
a { background-color: rgb(225,60,232); }
div.DivClassName
{
background-color: #E13CE8;
}
.BgClassName
{
background-color: #E13CE8;
}
</style>
border-color css
<style>
span { border-color: #E13CE8; }
span { border-color: rgb(225,60,232); }
td.TdClassName
{
border-color: #E13CE8;
}
.TagClassName
{
border-color: #E13CE8;
}
</style>