Shades of Persian Rose #EF2593
Tints of Persian Rose #EF2593
RGB
CMYK
RGB Variations
Color information
#EF2593 (or 0xEF2593) is known color: Persian Rose. HEX triplet: EF, 25 and 93. RGB value is (239,37,147). Sum of RGB (Red+Green+Blue) = 239+37+147=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2593 is #10DA6C. Grayscale: #6D6D6D. Windows color (decimal): -1104493 or 9643503. OLE color: 9643503.
HSL color Cylindrical-coordinate representation of color #EF2593: hue angle of 327.33º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2593 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 147 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.06 |
| HSL | 327.33º | 0.86% | 0.54% | - |
| HSV(B) | 327.33º | 0.85% | 0.94% | - |
| XYZ | 41.52 | 21.78 | 29.62 | - |
| YUV | 109.94 | 148.92 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 147 | 0 | 0.85 | 0.38 | 0.06 | 327.33 | 0.86 | 0.54 |
| Hex | EF | 25 | 93 | 0 | 55 | 26 | 6 | 147 | 56 | 36 |
| Octal | 357 | 45 | 223 | 0 | 125 | 46 | 6 | 507 | 126 | 66 |
| Binary | 11101111 | 100101 | 10010011 | 0 | 1010101 | 100110 | 110 | 101000111 | 1010110 | 110110 |
Color Harmonies of #EF2593
Complementary color
Monochromatic Colors of #EF2593
Black with #EF2593
Text Example
Text Example
White with #EF2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2593; }
p { color: rgb(239,37,147); }
H1.HeaderClassName
{
color: #EF2593;
}
.AnyTagClassName
{
color: #EF2593;
}
</style>
background-color css
<style>
a { background-color: #EF2593; }
a { background-color: rgb(239,37,147); }
div.DivClassName
{
background-color: #EF2593;
}
.BgClassName
{
background-color: #EF2593;
}
</style>
border-color css
<style>
span { border-color: #EF2593; }
span { border-color: rgb(239,37,147); }
td.TdClassName
{
border-color: #EF2593;
}
.TagClassName
{
border-color: #EF2593;
}
</style>