Shades of Persian Rose #E6309F
Tints of Persian Rose #E6309F
RGB
CMYK
RGB Variations
Color information
#E6309F (or 0xE6309F) is known color: Persian Rose. HEX triplet: E6, 30 and 9F. RGB value is (230,48,159). Sum of RGB (Red+Green+Blue) = 230+48+159=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E6309F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6309F is #19CF60. Grayscale: #727272. Windows color (decimal): -1691489 or 10432742. OLE color: 10432742.
HSL color Cylindrical-coordinate representation of color #E6309F: hue angle of 323.41º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6309F is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 159 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.10 |
| HSL | 323.41º | 0.78% | 0.55% | - |
| HSV(B) | 323.41º | 0.79% | 0.9% | - |
| XYZ | 39.95 | 21.44 | 34.83 | - |
| YUV | 115.07 | 152.8 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 159 | 0 | 0.79 | 0.31 | 0.10 | 323.41 | 0.78 | 0.55 |
| Hex | E6 | 30 | 9F | 0 | 4F | 1F | A | 143 | 4E | 37 |
| Octal | 346 | 60 | 237 | 0 | 117 | 37 | 12 | 503 | 116 | 67 |
| Binary | 11100110 | 110000 | 10011111 | 0 | 1001111 | 11111 | 1010 | 101000011 | 1001110 | 110111 |
Color Harmonies of #E6309F
Complementary color
Monochromatic Colors of #E6309F
Black with #E6309F
Text Example
Text Example
White with #E6309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6309F; }
p { color: rgb(230,48,159); }
H1.HeaderClassName
{
color: #E6309F;
}
.AnyTagClassName
{
color: #E6309F;
}
</style>
background-color css
<style>
a { background-color: #E6309F; }
a { background-color: rgb(230,48,159); }
div.DivClassName
{
background-color: #E6309F;
}
.BgClassName
{
background-color: #E6309F;
}
</style>
border-color css
<style>
span { border-color: #E6309F; }
span { border-color: rgb(230,48,159); }
td.TdClassName
{
border-color: #E6309F;
}
.TagClassName
{
border-color: #E6309F;
}
</style>