Shades of Persian Rose #E632AF
Tints of Persian Rose #E632AF
RGB
CMYK
RGB Variations
Color information
#E632AF (or 0xE632AF) is known color: Persian Rose. HEX triplet: E6, 32 and AF. RGB value is (230,50,175). Sum of RGB (Red+Green+Blue) = 230+50+175=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E632AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E632AF is #19CD50. Grayscale: #757575. Windows color (decimal): -1690961 or 11481830. OLE color: 11481830.
HSL color Cylindrical-coordinate representation of color #E632AF: hue angle of 318.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E632AF is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 175 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.10 |
| HSL | 318.33º | 0.78% | 0.55% | - |
| HSV(B) | 318.33º | 0.78% | 0.9% | - |
| XYZ | 41.51 | 22.2 | 42.65 | - |
| YUV | 118.07 | 160.13 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 175 | 0 | 0.78 | 0.24 | 0.10 | 318.33 | 0.78 | 0.55 |
| Hex | E6 | 32 | AF | 0 | 4E | 18 | A | 13E | 4E | 37 |
| Octal | 346 | 62 | 257 | 0 | 116 | 30 | 12 | 476 | 116 | 67 |
| Binary | 11100110 | 110010 | 10101111 | 0 | 1001110 | 11000 | 1010 | 100111110 | 1001110 | 110111 |
Color Harmonies of #E632AF
Complementary color
Monochromatic Colors of #E632AF
Black with #E632AF
Text Example
Text Example
White with #E632AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632AF; }
p { color: rgb(230,50,175); }
H1.HeaderClassName
{
color: #E632AF;
}
.AnyTagClassName
{
color: #E632AF;
}
</style>
background-color css
<style>
a { background-color: #E632AF; }
a { background-color: rgb(230,50,175); }
div.DivClassName
{
background-color: #E632AF;
}
.BgClassName
{
background-color: #E632AF;
}
</style>
border-color css
<style>
span { border-color: #E632AF; }
span { border-color: rgb(230,50,175); }
td.TdClassName
{
border-color: #E632AF;
}
.TagClassName
{
border-color: #E632AF;
}
</style>