Shades of Deep Pink #FF1E95
Tints of Deep Pink #FF1E95
RGB
CMYK
RGB Variations
Color information
#FF1E95 (or 0xFF1E95) is known color: Deep Pink. HEX triplet: FF, 1E and 95. RGB value is (255,30,149). Sum of RGB (Red+Green+Blue) = 255+30+149=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1E95 is #00E16A. Grayscale: #6E6E6E. Windows color (decimal): -57707 or 9772799. OLE color: 9772799.
HSL color Cylindrical-coordinate representation of color #FF1E95: hue angle of 328.27º 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 #FF1E95 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 149 | - |
| CMYK | 0 | 0.88 | 0.42 | 0 |
| HSL | 328.27º | 1% | 0.56% | - |
| HSV(B) | 328.27º | 0.88% | 1% | - |
| XYZ | 47.13 | 24.36 | 30.65 | - |
| YUV | 110.84 | 149.54 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 149 | 0 | 0.88 | 0.42 | 0 | 328.27 | 1 | 0.56 |
| Hex | FF | 1E | 95 | 0 | 58 | 2A | 0 | 148 | 64 | 38 |
| Octal | 377 | 36 | 225 | 0 | 130 | 52 | 0 | 510 | 144 | 70 |
| Binary | 11111111 | 11110 | 10010101 | 0 | 1011000 | 101010 | 0 | 101001000 | 1100100 | 111000 |
Color Harmonies of #FF1E95
Complementary color
Monochromatic Colors of #FF1E95
Black with #FF1E95
Text Example
Text Example
White with #FF1E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E95; }
p { color: rgb(255,30,149); }
H1.HeaderClassName
{
color: #FF1E95;
}
.AnyTagClassName
{
color: #FF1E95;
}
</style>
background-color css
<style>
a { background-color: #FF1E95; }
a { background-color: rgb(255,30,149); }
div.DivClassName
{
background-color: #FF1E95;
}
.BgClassName
{
background-color: #FF1E95;
}
</style>
border-color css
<style>
span { border-color: #FF1E95; }
span { border-color: rgb(255,30,149); }
td.TdClassName
{
border-color: #FF1E95;
}
.TagClassName
{
border-color: #FF1E95;
}
</style>