Shades of Persian Rose #E6259A
Tints of Persian Rose #E6259A
RGB
CMYK
RGB Variations
Color information
#E6259A (or 0xE6259A) is known color: Persian Rose. HEX triplet: E6, 25 and 9A. RGB value is (230,37,154). Sum of RGB (Red+Green+Blue) = 230+37+154=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6259A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6259A is #19DA65. Grayscale: #6B6B6B. Windows color (decimal): -1694310 or 10102246. OLE color: 10102246.
HSL color Cylindrical-coordinate representation of color #E6259A: hue angle of 323.63º 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 #E6259A is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 154 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.10 |
| HSL | 323.63º | 0.79% | 0.52% | - |
| HSV(B) | 323.63º | 0.84% | 0.9% | - |
| XYZ | 39.13 | 20.48 | 32.46 | - |
| YUV | 108.05 | 153.94 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 154 | 0 | 0.84 | 0.33 | 0.10 | 323.63 | 0.79 | 0.52 |
| Hex | E6 | 25 | 9A | 0 | 54 | 21 | A | 144 | 4F | 34 |
| Octal | 346 | 45 | 232 | 0 | 124 | 41 | 12 | 504 | 117 | 64 |
| Binary | 11100110 | 100101 | 10011010 | 0 | 1010100 | 100001 | 1010 | 101000100 | 1001111 | 110100 |
Color Harmonies of #E6259A
Complementary color
Monochromatic Colors of #E6259A
Black with #E6259A
Text Example
Text Example
White with #E6259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6259A; }
p { color: rgb(230,37,154); }
H1.HeaderClassName
{
color: #E6259A;
}
.AnyTagClassName
{
color: #E6259A;
}
</style>
background-color css
<style>
a { background-color: #E6259A; }
a { background-color: rgb(230,37,154); }
div.DivClassName
{
background-color: #E6259A;
}
.BgClassName
{
background-color: #E6259A;
}
</style>
border-color css
<style>
span { border-color: #E6259A; }
span { border-color: rgb(230,37,154); }
td.TdClassName
{
border-color: #E6259A;
}
.TagClassName
{
border-color: #E6259A;
}
</style>