Shades of Persian Rose #E629AB
Tints of Persian Rose #E629AB
RGB
CMYK
RGB Variations
Color information
#E629AB (or 0xE629AB) is known color: Persian Rose. HEX triplet: E6, 29 and AB. RGB value is (230,41,171). Sum of RGB (Red+Green+Blue) = 230+41+171=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E629AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E629AB is #19D654. Grayscale: #707070. Windows color (decimal): -1693269 or 11217382. OLE color: 11217382.
HSL color Cylindrical-coordinate representation of color #E629AB: hue angle of 318.73º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E629AB is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 171 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.10 |
| HSL | 318.73º | 0.79% | 0.53% | - |
| HSV(B) | 318.73º | 0.82% | 0.9% | - |
| XYZ | 40.78 | 21.35 | 40.5 | - |
| YUV | 112.33 | 161.12 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 171 | 0 | 0.82 | 0.26 | 0.10 | 318.73 | 0.79 | 0.53 |
| Hex | E6 | 29 | AB | 0 | 52 | 1A | A | 13F | 4F | 35 |
| Octal | 346 | 51 | 253 | 0 | 122 | 32 | 12 | 477 | 117 | 65 |
| Binary | 11100110 | 101001 | 10101011 | 0 | 1010010 | 11010 | 1010 | 100111111 | 1001111 | 110101 |
Color Harmonies of #E629AB
Complementary color
Monochromatic Colors of #E629AB
Black with #E629AB
Text Example
Text Example
White with #E629AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E629AB; }
p { color: rgb(230,41,171); }
H1.HeaderClassName
{
color: #E629AB;
}
.AnyTagClassName
{
color: #E629AB;
}
</style>
background-color css
<style>
a { background-color: #E629AB; }
a { background-color: rgb(230,41,171); }
div.DivClassName
{
background-color: #E629AB;
}
.BgClassName
{
background-color: #E629AB;
}
</style>
border-color css
<style>
span { border-color: #E629AB; }
span { border-color: rgb(230,41,171); }
td.TdClassName
{
border-color: #E629AB;
}
.TagClassName
{
border-color: #E629AB;
}
</style>