Shades of Persian Rose #EF2DA5
Tints of Persian Rose #EF2DA5
RGB
CMYK
RGB Variations
Color information
#EF2DA5 (or 0xEF2DA5) is known color: Persian Rose. HEX triplet: EF, 2D and A5. RGB value is (239,45,165). Sum of RGB (Red+Green+Blue) = 239+45+165=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2DA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2DA5 is #10D25A. Grayscale: #747474. Windows color (decimal): -1102427 or 10825199. OLE color: 10825199.
HSL color Cylindrical-coordinate representation of color #EF2DA5: hue angle of 322.89º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2DA5 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 165 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.06 |
| HSL | 322.89º | 0.86% | 0.56% | - |
| HSV(B) | 322.89º | 0.81% | 0.94% | - |
| XYZ | 43.33 | 22.94 | 37.74 | - |
| YUV | 116.69 | 155.27 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 165 | 0 | 0.81 | 0.31 | 0.06 | 322.89 | 0.86 | 0.56 |
| Hex | EF | 2D | A5 | 0 | 51 | 1F | 6 | 143 | 56 | 38 |
| Octal | 357 | 55 | 245 | 0 | 121 | 37 | 6 | 503 | 126 | 70 |
| Binary | 11101111 | 101101 | 10100101 | 0 | 1010001 | 11111 | 110 | 101000011 | 1010110 | 111000 |
Color Harmonies of #EF2DA5
Complementary color
Monochromatic Colors of #EF2DA5
Black with #EF2DA5
Text Example
Text Example
White with #EF2DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2DA5; }
p { color: rgb(239,45,165); }
H1.HeaderClassName
{
color: #EF2DA5;
}
.AnyTagClassName
{
color: #EF2DA5;
}
</style>
background-color css
<style>
a { background-color: #EF2DA5; }
a { background-color: rgb(239,45,165); }
div.DivClassName
{
background-color: #EF2DA5;
}
.BgClassName
{
background-color: #EF2DA5;
}
</style>
border-color css
<style>
span { border-color: #EF2DA5; }
span { border-color: rgb(239,45,165); }
td.TdClassName
{
border-color: #EF2DA5;
}
.TagClassName
{
border-color: #EF2DA5;
}
</style>