Shades of Persian Rose #EF33AB
Tints of Persian Rose #EF33AB
RGB
CMYK
RGB Variations
Color information
#EF33AB (or 0xEF33AB) is known color: Persian Rose. HEX triplet: EF, 33 and AB. RGB value is (239,51,171). Sum of RGB (Red+Green+Blue) = 239+51+171=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF33AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF33AB is #10CC54. Grayscale: #787878. Windows color (decimal): -1100885 or 11219951. OLE color: 11219951.
HSL color Cylindrical-coordinate representation of color #EF33AB: hue angle of 321.7º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF33AB is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 171 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.06 |
| HSL | 321.7º | 0.85% | 0.57% | - |
| HSV(B) | 321.7º | 0.79% | 0.94% | - |
| XYZ | 44.13 | 23.66 | 40.77 | - |
| YUV | 120.89 | 156.28 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 171 | 0 | 0.79 | 0.28 | 0.06 | 321.7 | 0.85 | 0.57 |
| Hex | EF | 33 | AB | 0 | 4F | 1C | 6 | 142 | 55 | 39 |
| Octal | 357 | 63 | 253 | 0 | 117 | 34 | 6 | 502 | 125 | 71 |
| Binary | 11101111 | 110011 | 10101011 | 0 | 1001111 | 11100 | 110 | 101000010 | 1010101 | 111001 |
Color Harmonies of #EF33AB
Complementary color
Monochromatic Colors of #EF33AB
Black with #EF33AB
Text Example
Text Example
White with #EF33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF33AB; }
p { color: rgb(239,51,171); }
H1.HeaderClassName
{
color: #EF33AB;
}
.AnyTagClassName
{
color: #EF33AB;
}
</style>
background-color css
<style>
a { background-color: #EF33AB; }
a { background-color: rgb(239,51,171); }
div.DivClassName
{
background-color: #EF33AB;
}
.BgClassName
{
background-color: #EF33AB;
}
</style>
border-color css
<style>
span { border-color: #EF33AB; }
span { border-color: rgb(239,51,171); }
td.TdClassName
{
border-color: #EF33AB;
}
.TagClassName
{
border-color: #EF33AB;
}
</style>