Shades of Persian Rose #EF34A6
Tints of Persian Rose #EF34A6
RGB
CMYK
RGB Variations
Color information
#EF34A6 (or 0xEF34A6) is known color: Persian Rose. HEX triplet: EF, 34 and A6. RGB value is (239,52,166). Sum of RGB (Red+Green+Blue) = 239+52+166=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF34A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF34A6 is #10CB59. Grayscale: #787878. Windows color (decimal): -1100634 or 10892527. OLE color: 10892527.
HSL color Cylindrical-coordinate representation of color #EF34A6: hue angle of 323.42º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF34A6 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 166 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.06 |
| HSL | 323.42º | 0.85% | 0.57% | - |
| HSV(B) | 323.42º | 0.78% | 0.94% | - |
| XYZ | 43.71 | 23.56 | 38.32 | - |
| YUV | 120.91 | 153.45 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 166 | 0 | 0.78 | 0.31 | 0.06 | 323.42 | 0.85 | 0.57 |
| Hex | EF | 34 | A6 | 0 | 4E | 1F | 6 | 143 | 55 | 39 |
| Octal | 357 | 64 | 246 | 0 | 116 | 37 | 6 | 503 | 125 | 71 |
| Binary | 11101111 | 110100 | 10100110 | 0 | 1001110 | 11111 | 110 | 101000011 | 1010101 | 111001 |
Color Harmonies of #EF34A6
Complementary color
Monochromatic Colors of #EF34A6
Black with #EF34A6
Text Example
Text Example
White with #EF34A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF34A6; }
p { color: rgb(239,52,166); }
H1.HeaderClassName
{
color: #EF34A6;
}
.AnyTagClassName
{
color: #EF34A6;
}
</style>
background-color css
<style>
a { background-color: #EF34A6; }
a { background-color: rgb(239,52,166); }
div.DivClassName
{
background-color: #EF34A6;
}
.BgClassName
{
background-color: #EF34A6;
}
</style>
border-color css
<style>
span { border-color: #EF34A6; }
span { border-color: rgb(239,52,166); }
td.TdClassName
{
border-color: #EF34A6;
}
.TagClassName
{
border-color: #EF34A6;
}
</style>