Shades of Persian Rose #E1269F
Tints of Persian Rose #E1269F
RGB
CMYK
RGB Variations
Color information
#E1269F (or 0xE1269F) is known color: Persian Rose. HEX triplet: E1, 26 and 9F. RGB value is (225,38,159). Sum of RGB (Red+Green+Blue) = 225+38+159=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1269F is #1ED960. Grayscale: #6B6B6B. Windows color (decimal): -2021729 or 10430177. OLE color: 10430177.
HSL color Cylindrical-coordinate representation of color #E1269F: hue angle of 321.18º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1269F is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 159 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.12 |
| HSL | 321.18º | 0.76% | 0.52% | - |
| HSV(B) | 321.18º | 0.83% | 0.88% | - |
| XYZ | 38 | 19.9 | 34.64 | - |
| YUV | 107.71 | 156.95 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 159 | 0 | 0.83 | 0.29 | 0.12 | 321.18 | 0.76 | 0.52 |
| Hex | E1 | 26 | 9F | 0 | 53 | 1D | C | 141 | 4C | 34 |
| Octal | 341 | 46 | 237 | 0 | 123 | 35 | 14 | 501 | 114 | 64 |
| Binary | 11100001 | 100110 | 10011111 | 0 | 1010011 | 11101 | 1100 | 101000001 | 1001100 | 110100 |
Color Harmonies of #E1269F
Complementary color
Monochromatic Colors of #E1269F
Black with #E1269F
Text Example
Text Example
White with #E1269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1269F; }
p { color: rgb(225,38,159); }
H1.HeaderClassName
{
color: #E1269F;
}
.AnyTagClassName
{
color: #E1269F;
}
</style>
background-color css
<style>
a { background-color: #E1269F; }
a { background-color: rgb(225,38,159); }
div.DivClassName
{
background-color: #E1269F;
}
.BgClassName
{
background-color: #E1269F;
}
</style>
border-color css
<style>
span { border-color: #E1269F; }
span { border-color: rgb(225,38,159); }
td.TdClassName
{
border-color: #E1269F;
}
.TagClassName
{
border-color: #E1269F;
}
</style>