Shades of Persian Rose #E6229A
Tints of Persian Rose #E6229A
RGB
CMYK
RGB Variations
Color information
#E6229A (or 0xE6229A) is known color: Persian Rose. HEX triplet: E6, 22 and 9A. RGB value is (230,34,154). Sum of RGB (Red+Green+Blue) = 230+34+154=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E6229A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6229A is #19DD65. Grayscale: #6A6A6A. Windows color (decimal): -1695078 or 10101478. OLE color: 10101478.
HSL color Cylindrical-coordinate representation of color #E6229A: hue angle of 323.27º 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 #E6229A is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 154 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.10 |
| HSL | 323.27º | 0.8% | 0.52% | - |
| HSV(B) | 323.27º | 0.85% | 0.9% | - |
| XYZ | 39.04 | 20.3 | 32.43 | - |
| YUV | 106.28 | 154.93 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 154 | 0 | 0.85 | 0.33 | 0.10 | 323.27 | 0.8 | 0.52 |
| Hex | E6 | 22 | 9A | 0 | 55 | 21 | A | 143 | 50 | 34 |
| Octal | 346 | 42 | 232 | 0 | 125 | 41 | 12 | 503 | 120 | 64 |
| Binary | 11100110 | 100010 | 10011010 | 0 | 1010101 | 100001 | 1010 | 101000011 | 1010000 | 110100 |
Color Harmonies of #E6229A
Complementary color
Monochromatic Colors of #E6229A
Black with #E6229A
Text Example
Text Example
White with #E6229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6229A; }
p { color: rgb(230,34,154); }
H1.HeaderClassName
{
color: #E6229A;
}
.AnyTagClassName
{
color: #E6229A;
}
</style>
background-color css
<style>
a { background-color: #E6229A; }
a { background-color: rgb(230,34,154); }
div.DivClassName
{
background-color: #E6229A;
}
.BgClassName
{
background-color: #E6229A;
}
</style>
border-color css
<style>
span { border-color: #E6229A; }
span { border-color: rgb(230,34,154); }
td.TdClassName
{
border-color: #E6229A;
}
.TagClassName
{
border-color: #E6229A;
}
</style>