Shades of Deep Pink #E41792
Tints of Deep Pink #E41792
RGB
CMYK
RGB Variations
Color information
#E41792 (or 0xE41792) is known color: Deep Pink. HEX triplet: E4, 17 and 92. RGB value is (228,23,146). Sum of RGB (Red+Green+Blue) = 228+23+146=397 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.43% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 228 - color contains mainly: red. Hex color #E41792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41792 is #1BE86D. Grayscale: #626262. Windows color (decimal): -1828974 or 9574372. OLE color: 9574372.
HSL color Cylindrical-coordinate representation of color #E41792: hue angle of 324º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41792 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 146 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.11 |
| HSL | 324º | 0.82% | 0.49% | - |
| HSV(B) | 324º | 0.9% | 0.89% | - |
| XYZ | 37.49 | 19.18 | 28.92 | - |
| YUV | 98.32 | 154.92 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 146 | 0 | 0.90 | 0.36 | 0.11 | 324 | 0.82 | 0.49 |
| Hex | E4 | 17 | 92 | 0 | 5A | 24 | B | 144 | 52 | 31 |
| Octal | 344 | 27 | 222 | 0 | 132 | 44 | 13 | 504 | 122 | 61 |
| Binary | 11100100 | 10111 | 10010010 | 0 | 1011010 | 100100 | 1011 | 101000100 | 1010010 | 110001 |
Color Harmonies of #E41792
Complementary color
Monochromatic Colors of #E41792
Black with #E41792
Text Example
Text Example
White with #E41792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41792; }
p { color: rgb(228,23,146); }
H1.HeaderClassName
{
color: #E41792;
}
.AnyTagClassName
{
color: #E41792;
}
</style>
background-color css
<style>
a { background-color: #E41792; }
a { background-color: rgb(228,23,146); }
div.DivClassName
{
background-color: #E41792;
}
.BgClassName
{
background-color: #E41792;
}
</style>
border-color css
<style>
span { border-color: #E41792; }
span { border-color: rgb(228,23,146); }
td.TdClassName
{
border-color: #E41792;
}
.TagClassName
{
border-color: #E41792;
}
</style>