Shades of Persian Rose #EF289C
Tints of Persian Rose #EF289C
RGB
CMYK
RGB Variations
Color information
#EF289C (or 0xEF289C) is known color: Persian Rose. HEX triplet: EF, 28 and 9C. RGB value is (239,40,156). Sum of RGB (Red+Green+Blue) = 239+40+156=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF289C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF289C is #10D763. Grayscale: #707070. Windows color (decimal): -1103716 or 10234095. OLE color: 10234095.
HSL color Cylindrical-coordinate representation of color #EF289C: hue angle of 325.03º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF289C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 156 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.06 |
| HSL | 325.03º | 0.86% | 0.55% | - |
| HSV(B) | 325.03º | 0.83% | 0.94% | - |
| XYZ | 42.36 | 22.27 | 33.52 | - |
| YUV | 112.73 | 152.43 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 156 | 0 | 0.83 | 0.35 | 0.06 | 325.03 | 0.86 | 0.55 |
| Hex | EF | 28 | 9C | 0 | 53 | 23 | 6 | 145 | 56 | 37 |
| Octal | 357 | 50 | 234 | 0 | 123 | 43 | 6 | 505 | 126 | 67 |
| Binary | 11101111 | 101000 | 10011100 | 0 | 1010011 | 100011 | 110 | 101000101 | 1010110 | 110111 |
Color Harmonies of #EF289C
Complementary color
Monochromatic Colors of #EF289C
Black with #EF289C
Text Example
Text Example
White with #EF289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF289C; }
p { color: rgb(239,40,156); }
H1.HeaderClassName
{
color: #EF289C;
}
.AnyTagClassName
{
color: #EF289C;
}
</style>
background-color css
<style>
a { background-color: #EF289C; }
a { background-color: rgb(239,40,156); }
div.DivClassName
{
background-color: #EF289C;
}
.BgClassName
{
background-color: #EF289C;
}
</style>
border-color css
<style>
span { border-color: #EF289C; }
span { border-color: rgb(239,40,156); }
td.TdClassName
{
border-color: #EF289C;
}
.TagClassName
{
border-color: #EF289C;
}
</style>