Shades of Persian Rose #E13FAC
Tints of Persian Rose #E13FAC
RGB
CMYK
RGB Variations
Color information
#E13FAC (or 0xE13FAC) is known color: Persian Rose. HEX triplet: E1, 3F and AC. RGB value is (225,63,172). Sum of RGB (Red+Green+Blue) = 225+63+172=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13FAC is #1EC053. Grayscale: #7B7B7B. Windows color (decimal): -2015316 or 11288545. OLE color: 11288545.
HSL color Cylindrical-coordinate representation of color #E13FAC: hue angle of 319.63º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13FAC is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 63 | 172 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.12 |
| HSL | 319.63º | 0.73% | 0.56% | - |
| HSV(B) | 319.63º | 0.72% | 0.88% | - |
| XYZ | 40.28 | 22.54 | 41.26 | - |
| YUV | 123.86 | 155.17 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 63 | 172 | 0 | 0.72 | 0.24 | 0.12 | 319.63 | 0.73 | 0.56 |
| Hex | E1 | 3F | AC | 0 | 48 | 18 | C | 140 | 49 | 38 |
| Octal | 341 | 77 | 254 | 0 | 110 | 30 | 14 | 500 | 111 | 70 |
| Binary | 11100001 | 111111 | 10101100 | 0 | 1001000 | 11000 | 1100 | 101000000 | 1001001 | 111000 |
Color Harmonies of #E13FAC
Complementary color
Monochromatic Colors of #E13FAC
Black with #E13FAC
Text Example
Text Example
White with #E13FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13FAC; }
p { color: rgb(225,63,172); }
H1.HeaderClassName
{
color: #E13FAC;
}
.AnyTagClassName
{
color: #E13FAC;
}
</style>
background-color css
<style>
a { background-color: #E13FAC; }
a { background-color: rgb(225,63,172); }
div.DivClassName
{
background-color: #E13FAC;
}
.BgClassName
{
background-color: #E13FAC;
}
</style>
border-color css
<style>
span { border-color: #E13FAC; }
span { border-color: rgb(225,63,172); }
td.TdClassName
{
border-color: #E13FAC;
}
.TagClassName
{
border-color: #E13FAC;
}
</style>