Shades of Persian Rose #EF269B
Tints of Persian Rose #EF269B
RGB
CMYK
RGB Variations
Color information
#EF269B (or 0xEF269B) is known color: Persian Rose. HEX triplet: EF, 26 and 9B. RGB value is (239,38,155). Sum of RGB (Red+Green+Blue) = 239+38+155=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF269B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF269B is #10D964. Grayscale: #6F6F6F. Windows color (decimal): -1104229 or 10168047. OLE color: 10168047.
HSL color Cylindrical-coordinate representation of color #EF269B: hue angle of 325.07º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF269B is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 155 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.06 |
| HSL | 325.07º | 0.86% | 0.54% | - |
| HSV(B) | 325.07º | 0.84% | 0.94% | - |
| XYZ | 42.21 | 22.1 | 33.05 | - |
| YUV | 111.44 | 152.59 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 155 | 0 | 0.84 | 0.35 | 0.06 | 325.07 | 0.86 | 0.54 |
| Hex | EF | 26 | 9B | 0 | 54 | 23 | 6 | 145 | 56 | 36 |
| Octal | 357 | 46 | 233 | 0 | 124 | 43 | 6 | 505 | 126 | 66 |
| Binary | 11101111 | 100110 | 10011011 | 0 | 1010100 | 100011 | 110 | 101000101 | 1010110 | 110110 |
Color Harmonies of #EF269B
Complementary color
Monochromatic Colors of #EF269B
Black with #EF269B
Text Example
Text Example
White with #EF269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF269B; }
p { color: rgb(239,38,155); }
H1.HeaderClassName
{
color: #EF269B;
}
.AnyTagClassName
{
color: #EF269B;
}
</style>
background-color css
<style>
a { background-color: #EF269B; }
a { background-color: rgb(239,38,155); }
div.DivClassName
{
background-color: #EF269B;
}
.BgClassName
{
background-color: #EF269B;
}
</style>
border-color css
<style>
span { border-color: #EF269B; }
span { border-color: rgb(239,38,155); }
td.TdClassName
{
border-color: #EF269B;
}
.TagClassName
{
border-color: #EF269B;
}
</style>