Shades of Deep Pink #FF1E7C
Tints of Deep Pink #FF1E7C
RGB
CMYK
RGB Variations
Color information
#FF1E7C (or 0xFF1E7C) is known color: Deep Pink. HEX triplet: FF, 1E and 7C. RGB value is (255,30,124). Sum of RGB (Red+Green+Blue) = 255+30+124=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1E7C is #00E183. Grayscale: #6B6B6B. Windows color (decimal): -57732 or 8134399. OLE color: 8134399.
HSL color Cylindrical-coordinate representation of color #FF1E7C: hue angle of 334.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1E7C is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 124 | - |
| CMYK | 0 | 0.88 | 0.51 | 0 |
| HSL | 334.93º | 1% | 0.56% | - |
| HSV(B) | 334.93º | 0.88% | 1% | - |
| XYZ | 45.34 | 23.64 | 21.24 | - |
| YUV | 107.99 | 137.04 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 124 | 0 | 0.88 | 0.51 | 0 | 334.93 | 1 | 0.56 |
| Hex | FF | 1E | 7C | 0 | 58 | 33 | 0 | 14F | 64 | 38 |
| Octal | 377 | 36 | 174 | 0 | 130 | 63 | 0 | 517 | 144 | 70 |
| Binary | 11111111 | 11110 | 1111100 | 0 | 1011000 | 110011 | 0 | 101001111 | 1100100 | 111000 |
Color Harmonies of #FF1E7C
Complementary color
Monochromatic Colors of #FF1E7C
Black with #FF1E7C
Text Example
Text Example
White with #FF1E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E7C; }
p { color: rgb(255,30,124); }
H1.HeaderClassName
{
color: #FF1E7C;
}
.AnyTagClassName
{
color: #FF1E7C;
}
</style>
background-color css
<style>
a { background-color: #FF1E7C; }
a { background-color: rgb(255,30,124); }
div.DivClassName
{
background-color: #FF1E7C;
}
.BgClassName
{
background-color: #FF1E7C;
}
</style>
border-color css
<style>
span { border-color: #FF1E7C; }
span { border-color: rgb(255,30,124); }
td.TdClassName
{
border-color: #FF1E7C;
}
.TagClassName
{
border-color: #FF1E7C;
}
</style>