Shades of Persian Rose #E6229F
Tints of Persian Rose #E6229F
RGB
CMYK
RGB Variations
Color information
#E6229F (or 0xE6229F) is known color: Persian Rose. HEX triplet: E6, 22 and 9F. RGB value is (230,34,159). Sum of RGB (Red+Green+Blue) = 230+34+159=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E6229F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6229F is #19DD60. Grayscale: #6A6A6A. Windows color (decimal): -1695073 or 10429158. OLE color: 10429158.
HSL color Cylindrical-coordinate representation of color #E6229F: hue angle of 321.73º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6229F is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 159 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.10 |
| HSL | 321.73º | 0.8% | 0.52% | - |
| HSV(B) | 321.73º | 0.85% | 0.9% | - |
| XYZ | 39.46 | 20.47 | 34.67 | - |
| YUV | 106.85 | 157.43 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 159 | 0 | 0.85 | 0.31 | 0.10 | 321.73 | 0.8 | 0.52 |
| Hex | E6 | 22 | 9F | 0 | 55 | 1F | A | 142 | 50 | 34 |
| Octal | 346 | 42 | 237 | 0 | 125 | 37 | 12 | 502 | 120 | 64 |
| Binary | 11100110 | 100010 | 10011111 | 0 | 1010101 | 11111 | 1010 | 101000010 | 1010000 | 110100 |
Color Harmonies of #E6229F
Complementary color
Monochromatic Colors of #E6229F
Black with #E6229F
Text Example
Text Example
White with #E6229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6229F; }
p { color: rgb(230,34,159); }
H1.HeaderClassName
{
color: #E6229F;
}
.AnyTagClassName
{
color: #E6229F;
}
</style>
background-color css
<style>
a { background-color: #E6229F; }
a { background-color: rgb(230,34,159); }
div.DivClassName
{
background-color: #E6229F;
}
.BgClassName
{
background-color: #E6229F;
}
</style>
border-color css
<style>
span { border-color: #E6229F; }
span { border-color: rgb(230,34,159); }
td.TdClassName
{
border-color: #E6229F;
}
.TagClassName
{
border-color: #E6229F;
}
</style>