Shades of Persian Rose #EF309E
Tints of Persian Rose #EF309E
RGB
CMYK
RGB Variations
Color information
#EF309E (or 0xEF309E) is known color: Persian Rose. HEX triplet: EF, 30 and 9E. RGB value is (239,48,158). Sum of RGB (Red+Green+Blue) = 239+48+158=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF309E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF309E is #10CF61. Grayscale: #757575. Windows color (decimal): -1101666 or 10367215. OLE color: 10367215.
HSL color Cylindrical-coordinate representation of color #EF309E: hue angle of 325.45º 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 #EF309E is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 158 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.06 |
| HSL | 325.45º | 0.86% | 0.56% | - |
| HSV(B) | 325.45º | 0.8% | 0.94% | - |
| XYZ | 42.83 | 22.93 | 34.52 | - |
| YUV | 117.65 | 150.78 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 158 | 0 | 0.80 | 0.34 | 0.06 | 325.45 | 0.86 | 0.56 |
| Hex | EF | 30 | 9E | 0 | 50 | 22 | 6 | 145 | 56 | 38 |
| Octal | 357 | 60 | 236 | 0 | 120 | 42 | 6 | 505 | 126 | 70 |
| Binary | 11101111 | 110000 | 10011110 | 0 | 1010000 | 100010 | 110 | 101000101 | 1010110 | 111000 |
Color Harmonies of #EF309E
Complementary color
Monochromatic Colors of #EF309E
Black with #EF309E
Text Example
Text Example
White with #EF309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF309E; }
p { color: rgb(239,48,158); }
H1.HeaderClassName
{
color: #EF309E;
}
.AnyTagClassName
{
color: #EF309E;
}
</style>
background-color css
<style>
a { background-color: #EF309E; }
a { background-color: rgb(239,48,158); }
div.DivClassName
{
background-color: #EF309E;
}
.BgClassName
{
background-color: #EF309E;
}
</style>
border-color css
<style>
span { border-color: #EF309E; }
span { border-color: rgb(239,48,158); }
td.TdClassName
{
border-color: #EF309E;
}
.TagClassName
{
border-color: #EF309E;
}
</style>