Shades of Persian Rose #EF30A6
Tints of Persian Rose #EF30A6
RGB
CMYK
RGB Variations
Color information
#EF30A6 (or 0xEF30A6) is known color: Persian Rose. HEX triplet: EF, 30 and A6. RGB value is (239,48,166). Sum of RGB (Red+Green+Blue) = 239+48+166=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF30A6 is #10CF59. Grayscale: #767676. Windows color (decimal): -1101658 or 10891503. OLE color: 10891503.
HSL color Cylindrical-coordinate representation of color #EF30A6: hue angle of 322.93º 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 #EF30A6 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 166 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.06 |
| HSL | 322.93º | 0.86% | 0.56% | - |
| HSV(B) | 322.93º | 0.8% | 0.94% | - |
| XYZ | 43.54 | 23.22 | 38.26 | - |
| YUV | 118.56 | 154.78 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 166 | 0 | 0.80 | 0.31 | 0.06 | 322.93 | 0.86 | 0.56 |
| Hex | EF | 30 | A6 | 0 | 50 | 1F | 6 | 143 | 56 | 38 |
| Octal | 357 | 60 | 246 | 0 | 120 | 37 | 6 | 503 | 126 | 70 |
| Binary | 11101111 | 110000 | 10100110 | 0 | 1010000 | 11111 | 110 | 101000011 | 1010110 | 111000 |
Color Harmonies of #EF30A6
Complementary color
Monochromatic Colors of #EF30A6
Black with #EF30A6
Text Example
Text Example
White with #EF30A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF30A6; }
p { color: rgb(239,48,166); }
H1.HeaderClassName
{
color: #EF30A6;
}
.AnyTagClassName
{
color: #EF30A6;
}
</style>
background-color css
<style>
a { background-color: #EF30A6; }
a { background-color: rgb(239,48,166); }
div.DivClassName
{
background-color: #EF30A6;
}
.BgClassName
{
background-color: #EF30A6;
}
</style>
border-color css
<style>
span { border-color: #EF30A6; }
span { border-color: rgb(239,48,166); }
td.TdClassName
{
border-color: #EF30A6;
}
.TagClassName
{
border-color: #EF30A6;
}
</style>