Shades of Persian Rose #EF38AF
Tints of Persian Rose #EF38AF
RGB
CMYK
RGB Variations
Color information
#EF38AF (or 0xEF38AF) is known color: Persian Rose. HEX triplet: EF, 38 and AF. RGB value is (239,56,175). Sum of RGB (Red+Green+Blue) = 239+56+175=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF38AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF38AF is #10C750. Grayscale: #7B7B7B. Windows color (decimal): -1099601 or 11483375. OLE color: 11483375.
HSL color Cylindrical-coordinate representation of color #EF38AF: hue angle of 320.98º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF38AF is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 175 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.06 |
| HSL | 320.98º | 0.85% | 0.58% | - |
| HSV(B) | 320.98º | 0.77% | 0.94% | - |
| XYZ | 44.75 | 24.27 | 42.88 | - |
| YUV | 124.28 | 156.63 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 175 | 0 | 0.77 | 0.27 | 0.06 | 320.98 | 0.85 | 0.58 |
| Hex | EF | 38 | AF | 0 | 4D | 1B | 6 | 141 | 55 | 3A |
| Octal | 357 | 70 | 257 | 0 | 115 | 33 | 6 | 501 | 125 | 72 |
| Binary | 11101111 | 111000 | 10101111 | 0 | 1001101 | 11011 | 110 | 101000001 | 1010101 | 111010 |
Color Harmonies of #EF38AF
Complementary color
Monochromatic Colors of #EF38AF
Black with #EF38AF
Text Example
Text Example
White with #EF38AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF38AF; }
p { color: rgb(239,56,175); }
H1.HeaderClassName
{
color: #EF38AF;
}
.AnyTagClassName
{
color: #EF38AF;
}
</style>
background-color css
<style>
a { background-color: #EF38AF; }
a { background-color: rgb(239,56,175); }
div.DivClassName
{
background-color: #EF38AF;
}
.BgClassName
{
background-color: #EF38AF;
}
</style>
border-color css
<style>
span { border-color: #EF38AF; }
span { border-color: rgb(239,56,175); }
td.TdClassName
{
border-color: #EF38AF;
}
.TagClassName
{
border-color: #EF38AF;
}
</style>