Shades of Persian Rose #EF1D9D
Tints of Persian Rose #EF1D9D
RGB
CMYK
RGB Variations
Color information
#EF1D9D (or 0xEF1D9D) is known color: Persian Rose. HEX triplet: EF, 1D and 9D. RGB value is (239,29,157). Sum of RGB (Red+Green+Blue) = 239+29+157=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1D9D is #10E262. Grayscale: #6A6A6A. Windows color (decimal): -1106531 or 10296815. OLE color: 10296815.
HSL color Cylindrical-coordinate representation of color #EF1D9D: hue angle of 323.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1D9D is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 157 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.06 |
| HSL | 323.43º | 0.87% | 0.53% | - |
| HSV(B) | 323.43º | 0.88% | 0.94% | - |
| XYZ | 42.12 | 21.66 | 33.86 | - |
| YUV | 106.38 | 156.57 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 157 | 0 | 0.88 | 0.34 | 0.06 | 323.43 | 0.87 | 0.53 |
| Hex | EF | 1D | 9D | 0 | 58 | 22 | 6 | 143 | 57 | 35 |
| Octal | 357 | 35 | 235 | 0 | 130 | 42 | 6 | 503 | 127 | 65 |
| Binary | 11101111 | 11101 | 10011101 | 0 | 1011000 | 100010 | 110 | 101000011 | 1010111 | 110101 |
Color Harmonies of #EF1D9D
Complementary color
Monochromatic Colors of #EF1D9D
Black with #EF1D9D
Text Example
Text Example
White with #EF1D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D9D; }
p { color: rgb(239,29,157); }
H1.HeaderClassName
{
color: #EF1D9D;
}
.AnyTagClassName
{
color: #EF1D9D;
}
</style>
background-color css
<style>
a { background-color: #EF1D9D; }
a { background-color: rgb(239,29,157); }
div.DivClassName
{
background-color: #EF1D9D;
}
.BgClassName
{
background-color: #EF1D9D;
}
</style>
border-color css
<style>
span { border-color: #EF1D9D; }
span { border-color: rgb(239,29,157); }
td.TdClassName
{
border-color: #EF1D9D;
}
.TagClassName
{
border-color: #EF1D9D;
}
</style>