Shades of Deep Magenta #E301C4
Tints of Deep Magenta #E301C4
RGB
CMYK
RGB Variations
Color information
#E301C4 (or 0xE301C4) is known color: Deep Magenta. HEX triplet: E3, 01 and C4. RGB value is (227,1,196). Sum of RGB (Red+Green+Blue) = 227+1+196=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E301C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E301C4 is #1CFE3B. Grayscale: #5A5A5A. Windows color (decimal): -1900092 or 12845539. OLE color: 12845539.
HSL color Cylindrical-coordinate representation of color #E301C4: hue angle of 308.23º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E301C4 is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 196 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.11 |
| HSL | 308.23º | 0.99% | 0.45% | - |
| HSV(B) | 308.23º | 1% | 0.89% | - |
| XYZ | 41.65 | 20.34 | 53.95 | - |
| YUV | 90.8 | 187.37 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 196 | 0 | 1.00 | 0.14 | 0.11 | 308.23 | 0.99 | 0.45 |
| Hex | E3 | 1 | C4 | 0 | 64 | E | B | 134 | 63 | 2D |
| Octal | 343 | 1 | 304 | 0 | 144 | 16 | 13 | 464 | 143 | 55 |
| Binary | 11100011 | 1 | 11000100 | 0 | 1100100 | 1110 | 1011 | 100110100 | 1100011 | 101101 |
Color Harmonies of #E301C4
Complementary color
Monochromatic Colors of #E301C4
Black with #E301C4
Text Example
Text Example
White with #E301C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E301C4; }
p { color: rgb(227,1,196); }
H1.HeaderClassName
{
color: #E301C4;
}
.AnyTagClassName
{
color: #E301C4;
}
</style>
background-color css
<style>
a { background-color: #E301C4; }
a { background-color: rgb(227,1,196); }
div.DivClassName
{
background-color: #E301C4;
}
.BgClassName
{
background-color: #E301C4;
}
</style>
border-color css
<style>
span { border-color: #E301C4; }
span { border-color: rgb(227,1,196); }
td.TdClassName
{
border-color: #E301C4;
}
.TagClassName
{
border-color: #E301C4;
}
</style>