Shades of Persian Rose #EF1E9C
Tints of Persian Rose #EF1E9C
RGB
CMYK
RGB Variations
Color information
#EF1E9C (or 0xEF1E9C) is known color: Persian Rose. HEX triplet: EF, 1E and 9C. RGB value is (239,30,156). Sum of RGB (Red+Green+Blue) = 239+30+156=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1E9C is #10E163. Grayscale: #6A6A6A. Windows color (decimal): -1106276 or 10231535. OLE color: 10231535.
HSL color Cylindrical-coordinate representation of color #EF1E9C: hue angle of 323.83º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1E9C is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 156 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.06 |
| HSL | 323.83º | 0.87% | 0.53% | - |
| HSV(B) | 323.83º | 0.87% | 0.94% | - |
| XYZ | 42.06 | 21.68 | 33.42 | - |
| YUV | 106.86 | 155.74 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 156 | 0 | 0.87 | 0.35 | 0.06 | 323.83 | 0.87 | 0.53 |
| Hex | EF | 1E | 9C | 0 | 57 | 23 | 6 | 144 | 57 | 35 |
| Octal | 357 | 36 | 234 | 0 | 127 | 43 | 6 | 504 | 127 | 65 |
| Binary | 11101111 | 11110 | 10011100 | 0 | 1010111 | 100011 | 110 | 101000100 | 1010111 | 110101 |
Color Harmonies of #EF1E9C
Complementary color
Monochromatic Colors of #EF1E9C
Black with #EF1E9C
Text Example
Text Example
White with #EF1E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E9C; }
p { color: rgb(239,30,156); }
H1.HeaderClassName
{
color: #EF1E9C;
}
.AnyTagClassName
{
color: #EF1E9C;
}
</style>
background-color css
<style>
a { background-color: #EF1E9C; }
a { background-color: rgb(239,30,156); }
div.DivClassName
{
background-color: #EF1E9C;
}
.BgClassName
{
background-color: #EF1E9C;
}
</style>
border-color css
<style>
span { border-color: #EF1E9C; }
span { border-color: rgb(239,30,156); }
td.TdClassName
{
border-color: #EF1E9C;
}
.TagClassName
{
border-color: #EF1E9C;
}
</style>