Shades of Persian Rose #EF30A5
Tints of Persian Rose #EF30A5
RGB
CMYK
RGB Variations
Color information
#EF30A5 (or 0xEF30A5) is known color: Persian Rose. HEX triplet: EF, 30 and A5. RGB value is (239,48,165). Sum of RGB (Red+Green+Blue) = 239+48+165=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF30A5 is #10CF5A. Grayscale: #767676. Windows color (decimal): -1101659 or 10825967. OLE color: 10825967.
HSL color Cylindrical-coordinate representation of color #EF30A5: hue angle of 323.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF30A5 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 165 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.06 |
| HSL | 323.25º | 0.86% | 0.56% | - |
| HSV(B) | 323.25º | 0.8% | 0.94% | - |
| XYZ | 43.45 | 23.18 | 37.78 | - |
| YUV | 118.45 | 154.28 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 165 | 0 | 0.80 | 0.31 | 0.06 | 323.25 | 0.86 | 0.56 |
| Hex | EF | 30 | A5 | 0 | 50 | 1F | 6 | 143 | 56 | 38 |
| Octal | 357 | 60 | 245 | 0 | 120 | 37 | 6 | 503 | 126 | 70 |
| Binary | 11101111 | 110000 | 10100101 | 0 | 1010000 | 11111 | 110 | 101000011 | 1010110 | 111000 |
Color Harmonies of #EF30A5
Complementary color
Monochromatic Colors of #EF30A5
Black with #EF30A5
Text Example
Text Example
White with #EF30A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF30A5; }
p { color: rgb(239,48,165); }
H1.HeaderClassName
{
color: #EF30A5;
}
.AnyTagClassName
{
color: #EF30A5;
}
</style>
background-color css
<style>
a { background-color: #EF30A5; }
a { background-color: rgb(239,48,165); }
div.DivClassName
{
background-color: #EF30A5;
}
.BgClassName
{
background-color: #EF30A5;
}
</style>
border-color css
<style>
span { border-color: #EF30A5; }
span { border-color: rgb(239,48,165); }
td.TdClassName
{
border-color: #EF30A5;
}
.TagClassName
{
border-color: #EF30A5;
}
</style>