Shades of Deep Pink #E61492
Tints of Deep Pink #E61492
RGB
CMYK
RGB Variations
Color information
#E61492 (or 0xE61492) is known color: Deep Pink. HEX triplet: E6, 14 and 92. RGB value is (230,20,146). Sum of RGB (Red+Green+Blue) = 230+20+146=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E61492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61492 is #19EB6D. Grayscale: #606060. Windows color (decimal): -1698670 or 9573606. OLE color: 9573606.
HSL color Cylindrical-coordinate representation of color #E61492: hue angle of 324º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61492 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 146 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.10 |
| HSL | 324º | 0.84% | 0.49% | - |
| HSV(B) | 324º | 0.91% | 0.9% | - |
| XYZ | 38.07 | 19.4 | 28.93 | - |
| YUV | 97.15 | 155.57 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 146 | 0 | 0.91 | 0.37 | 0.10 | 324 | 0.84 | 0.49 |
| Hex | E6 | 14 | 92 | 0 | 5B | 25 | A | 144 | 54 | 31 |
| Octal | 346 | 24 | 222 | 0 | 133 | 45 | 12 | 504 | 124 | 61 |
| Binary | 11100110 | 10100 | 10010010 | 0 | 1011011 | 100101 | 1010 | 101000100 | 1010100 | 110001 |
Color Harmonies of #E61492
Complementary color
Monochromatic Colors of #E61492
Black with #E61492
Text Example
Text Example
White with #E61492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61492; }
p { color: rgb(230,20,146); }
H1.HeaderClassName
{
color: #E61492;
}
.AnyTagClassName
{
color: #E61492;
}
</style>
background-color css
<style>
a { background-color: #E61492; }
a { background-color: rgb(230,20,146); }
div.DivClassName
{
background-color: #E61492;
}
.BgClassName
{
background-color: #E61492;
}
</style>
border-color css
<style>
span { border-color: #E61492; }
span { border-color: rgb(230,20,146); }
td.TdClassName
{
border-color: #E61492;
}
.TagClassName
{
border-color: #E61492;
}
</style>