Shades of Persian Rose #EF299A
Tints of Persian Rose #EF299A
RGB
CMYK
RGB Variations
Color information
#EF299A (or 0xEF299A) is known color: Persian Rose. HEX triplet: EF, 29 and 9A. RGB value is (239,41,154). Sum of RGB (Red+Green+Blue) = 239+41+154=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF299A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF299A is #10D665. Grayscale: #707070. Windows color (decimal): -1103462 or 10103279. OLE color: 10103279.
HSL color Cylindrical-coordinate representation of color #EF299A: hue angle of 325.76º 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 #EF299A is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 154 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.06 |
| HSL | 325.76º | 0.86% | 0.55% | - |
| HSV(B) | 325.76º | 0.83% | 0.94% | - |
| XYZ | 42.22 | 22.27 | 32.64 | - |
| YUV | 113.08 | 151.1 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 154 | 0 | 0.83 | 0.36 | 0.06 | 325.76 | 0.86 | 0.55 |
| Hex | EF | 29 | 9A | 0 | 53 | 24 | 6 | 146 | 56 | 37 |
| Octal | 357 | 51 | 232 | 0 | 123 | 44 | 6 | 506 | 126 | 67 |
| Binary | 11101111 | 101001 | 10011010 | 0 | 1010011 | 100100 | 110 | 101000110 | 1010110 | 110111 |
Color Harmonies of #EF299A
Complementary color
Monochromatic Colors of #EF299A
Black with #EF299A
Text Example
Text Example
White with #EF299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF299A; }
p { color: rgb(239,41,154); }
H1.HeaderClassName
{
color: #EF299A;
}
.AnyTagClassName
{
color: #EF299A;
}
</style>
background-color css
<style>
a { background-color: #EF299A; }
a { background-color: rgb(239,41,154); }
div.DivClassName
{
background-color: #EF299A;
}
.BgClassName
{
background-color: #EF299A;
}
</style>
border-color css
<style>
span { border-color: #EF299A; }
span { border-color: rgb(239,41,154); }
td.TdClassName
{
border-color: #EF299A;
}
.TagClassName
{
border-color: #EF299A;
}
</style>