Shades of Deep Pink #E30E8D
Tints of Deep Pink #E30E8D
RGB
CMYK
RGB Variations
Color information
#E30E8D (or 0xE30E8D) is known color: Deep Pink. HEX triplet: E3, 0E and 8D. RGB value is (227,14,141). Sum of RGB (Red+Green+Blue) = 227+14+141=382 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.42% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30E8D is #1CF172. Grayscale: #5B5B5B. Windows color (decimal): -1896819 or 9244387. OLE color: 9244387.
HSL color Cylindrical-coordinate representation of color #E30E8D: hue angle of 324.23º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30E8D is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 14 | 141 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.11 |
| HSL | 324.23º | 0.88% | 0.47% | - |
| HSV(B) | 324.23º | 0.94% | 0.89% | - |
| XYZ | 36.64 | 18.57 | 26.85 | - |
| YUV | 92.17 | 155.57 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 141 | 0 | 0.94 | 0.38 | 0.11 | 324.23 | 0.88 | 0.47 |
| Hex | E3 | E | 8D | 0 | 5E | 26 | B | 144 | 58 | 2F |
| Octal | 343 | 16 | 215 | 0 | 136 | 46 | 13 | 504 | 130 | 57 |
| Binary | 11100011 | 1110 | 10001101 | 0 | 1011110 | 100110 | 1011 | 101000100 | 1011000 | 101111 |
Color Harmonies of #E30E8D
Complementary color
Monochromatic Colors of #E30E8D
Black with #E30E8D
Text Example
Text Example
White with #E30E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30E8D; }
p { color: rgb(227,14,141); }
H1.HeaderClassName
{
color: #E30E8D;
}
.AnyTagClassName
{
color: #E30E8D;
}
</style>
background-color css
<style>
a { background-color: #E30E8D; }
a { background-color: rgb(227,14,141); }
div.DivClassName
{
background-color: #E30E8D;
}
.BgClassName
{
background-color: #E30E8D;
}
</style>
border-color css
<style>
span { border-color: #E30E8D; }
span { border-color: rgb(227,14,141); }
td.TdClassName
{
border-color: #E30E8D;
}
.TagClassName
{
border-color: #E30E8D;
}
</style>