Shades of Persian Rose #FF1E9C
Tints of Persian Rose #FF1E9C
RGB
CMYK
RGB Variations
Color information
#FF1E9C (or 0xFF1E9C) is known color: Persian Rose. HEX triplet: FF, 1E and 9C. RGB value is (255,30,156). Sum of RGB (Red+Green+Blue) = 255+30+156=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1E9C is #00E163. Grayscale: #6F6F6F. Windows color (decimal): -57700 or 10231551. OLE color: 10231551.
HSL color Cylindrical-coordinate representation of color #FF1E9C: hue angle of 326.4º 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 #FF1E9C is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 156 | - |
| CMYK | 0 | 0.88 | 0.39 | 0 |
| HSL | 326.4º | 1% | 0.56% | - |
| HSV(B) | 326.4º | 0.88% | 1% | - |
| XYZ | 47.71 | 24.59 | 33.68 | - |
| YUV | 111.64 | 153.04 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 156 | 0 | 0.88 | 0.39 | 0 | 326.4 | 1 | 0.56 |
| Hex | FF | 1E | 9C | 0 | 58 | 27 | 0 | 146 | 64 | 38 |
| Octal | 377 | 36 | 234 | 0 | 130 | 47 | 0 | 506 | 144 | 70 |
| Binary | 11111111 | 11110 | 10011100 | 0 | 1011000 | 100111 | 0 | 101000110 | 1100100 | 111000 |
Color Harmonies of #FF1E9C
Complementary color
Monochromatic Colors of #FF1E9C
Black with #FF1E9C
Text Example
Text Example
White with #FF1E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E9C; }
p { color: rgb(255,30,156); }
H1.HeaderClassName
{
color: #FF1E9C;
}
.AnyTagClassName
{
color: #FF1E9C;
}
</style>
background-color css
<style>
a { background-color: #FF1E9C; }
a { background-color: rgb(255,30,156); }
div.DivClassName
{
background-color: #FF1E9C;
}
.BgClassName
{
background-color: #FF1E9C;
}
</style>
border-color css
<style>
span { border-color: #FF1E9C; }
span { border-color: rgb(255,30,156); }
td.TdClassName
{
border-color: #FF1E9C;
}
.TagClassName
{
border-color: #FF1E9C;
}
</style>