Shades of Persian Rose #E6259F
Tints of Persian Rose #E6259F
RGB
CMYK
RGB Variations
Color information
#E6259F (or 0xE6259F) is known color: Persian Rose. HEX triplet: E6, 25 and 9F. RGB value is (230,37,159). Sum of RGB (Red+Green+Blue) = 230+37+159=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6259F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6259F is #19DA60. Grayscale: #6C6C6C. Windows color (decimal): -1694305 or 10429926. OLE color: 10429926.
HSL color Cylindrical-coordinate representation of color #E6259F: hue angle of 322.07º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6259F is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 159 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.10 |
| HSL | 322.07º | 0.79% | 0.52% | - |
| HSV(B) | 322.07º | 0.84% | 0.9% | - |
| XYZ | 39.55 | 20.65 | 34.7 | - |
| YUV | 108.62 | 156.44 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 159 | 0 | 0.84 | 0.31 | 0.10 | 322.07 | 0.79 | 0.52 |
| Hex | E6 | 25 | 9F | 0 | 54 | 1F | A | 142 | 4F | 34 |
| Octal | 346 | 45 | 237 | 0 | 124 | 37 | 12 | 502 | 117 | 64 |
| Binary | 11100110 | 100101 | 10011111 | 0 | 1010100 | 11111 | 1010 | 101000010 | 1001111 | 110100 |
Color Harmonies of #E6259F
Complementary color
Monochromatic Colors of #E6259F
Black with #E6259F
Text Example
Text Example
White with #E6259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6259F; }
p { color: rgb(230,37,159); }
H1.HeaderClassName
{
color: #E6259F;
}
.AnyTagClassName
{
color: #E6259F;
}
</style>
background-color css
<style>
a { background-color: #E6259F; }
a { background-color: rgb(230,37,159); }
div.DivClassName
{
background-color: #E6259F;
}
.BgClassName
{
background-color: #E6259F;
}
</style>
border-color css
<style>
span { border-color: #E6259F; }
span { border-color: rgb(230,37,159); }
td.TdClassName
{
border-color: #E6259F;
}
.TagClassName
{
border-color: #E6259F;
}
</style>