Shades of Persian Rose #EF32B5
Tints of Persian Rose #EF32B5
RGB
CMYK
RGB Variations
Color information
#EF32B5 (or 0xEF32B5) is known color: Persian Rose. HEX triplet: EF, 32 and B5. RGB value is (239,50,181). Sum of RGB (Red+Green+Blue) = 239+50+181=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF32B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF32B5 is #10CD4A. Grayscale: #797979. Windows color (decimal): -1101131 or 11875055. OLE color: 11875055.
HSL color Cylindrical-coordinate representation of color #EF32B5: hue angle of 318.41º degrees, saturation: 0.86, 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 #EF32B5 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 181 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.06 |
| HSL | 318.41º | 0.86% | 0.57% | - |
| HSV(B) | 318.41º | 0.79% | 0.94% | - |
| XYZ | 45.08 | 23.97 | 45.97 | - |
| YUV | 121.45 | 161.62 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 181 | 0 | 0.79 | 0.24 | 0.06 | 318.41 | 0.86 | 0.57 |
| Hex | EF | 32 | B5 | 0 | 4F | 18 | 6 | 13E | 56 | 39 |
| Octal | 357 | 62 | 265 | 0 | 117 | 30 | 6 | 476 | 126 | 71 |
| Binary | 11101111 | 110010 | 10110101 | 0 | 1001111 | 11000 | 110 | 100111110 | 1010110 | 111001 |
Color Harmonies of #EF32B5
Complementary color
Monochromatic Colors of #EF32B5
Black with #EF32B5
Text Example
Text Example
White with #EF32B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF32B5; }
p { color: rgb(239,50,181); }
H1.HeaderClassName
{
color: #EF32B5;
}
.AnyTagClassName
{
color: #EF32B5;
}
</style>
background-color css
<style>
a { background-color: #EF32B5; }
a { background-color: rgb(239,50,181); }
div.DivClassName
{
background-color: #EF32B5;
}
.BgClassName
{
background-color: #EF32B5;
}
</style>
border-color css
<style>
span { border-color: #EF32B5; }
span { border-color: rgb(239,50,181); }
td.TdClassName
{
border-color: #EF32B5;
}
.TagClassName
{
border-color: #EF32B5;
}
</style>