Shades of Persian Rose #E6259B
Tints of Persian Rose #E6259B
RGB
CMYK
RGB Variations
Color information
#E6259B (or 0xE6259B) is known color: Persian Rose. HEX triplet: E6, 25 and 9B. RGB value is (230,37,155). Sum of RGB (Red+Green+Blue) = 230+37+155=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E6259B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6259B is #19DA64. Grayscale: #6B6B6B. Windows color (decimal): -1694309 or 10167782. OLE color: 10167782.
HSL color Cylindrical-coordinate representation of color #E6259B: hue angle of 323.32º 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 #E6259B is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 155 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.10 |
| HSL | 323.32º | 0.79% | 0.52% | - |
| HSV(B) | 323.32º | 0.84% | 0.9% | - |
| XYZ | 39.21 | 20.51 | 32.9 | - |
| YUV | 108.16 | 154.44 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 155 | 0 | 0.84 | 0.33 | 0.10 | 323.32 | 0.79 | 0.52 |
| Hex | E6 | 25 | 9B | 0 | 54 | 21 | A | 143 | 4F | 34 |
| Octal | 346 | 45 | 233 | 0 | 124 | 41 | 12 | 503 | 117 | 64 |
| Binary | 11100110 | 100101 | 10011011 | 0 | 1010100 | 100001 | 1010 | 101000011 | 1001111 | 110100 |
Color Harmonies of #E6259B
Complementary color
Monochromatic Colors of #E6259B
Black with #E6259B
Text Example
Text Example
White with #E6259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6259B; }
p { color: rgb(230,37,155); }
H1.HeaderClassName
{
color: #E6259B;
}
.AnyTagClassName
{
color: #E6259B;
}
</style>
background-color css
<style>
a { background-color: #E6259B; }
a { background-color: rgb(230,37,155); }
div.DivClassName
{
background-color: #E6259B;
}
.BgClassName
{
background-color: #E6259B;
}
</style>
border-color css
<style>
span { border-color: #E6259B; }
span { border-color: rgb(230,37,155); }
td.TdClassName
{
border-color: #E6259B;
}
.TagClassName
{
border-color: #E6259B;
}
</style>