Shades of Persian Rose #E638AF
Tints of Persian Rose #E638AF
RGB
CMYK
RGB Variations
Color information
#E638AF (or 0xE638AF) is known color: Persian Rose. HEX triplet: E6, 38 and AF. RGB value is (230,56,175). Sum of RGB (Red+Green+Blue) = 230+56+175=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E638AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E638AF is #19C750. Grayscale: #797979. Windows color (decimal): -1689425 or 11483366. OLE color: 11483366.
HSL color Cylindrical-coordinate representation of color #E638AF: hue angle of 318.97º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E638AF is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 56 | 175 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.10 |
| HSL | 318.97º | 0.78% | 0.56% | - |
| HSV(B) | 318.97º | 0.76% | 0.9% | - |
| XYZ | 41.79 | 22.75 | 42.75 | - |
| YUV | 121.59 | 158.15 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 56 | 175 | 0 | 0.76 | 0.24 | 0.10 | 318.97 | 0.78 | 0.56 |
| Hex | E6 | 38 | AF | 0 | 4C | 18 | A | 13F | 4E | 38 |
| Octal | 346 | 70 | 257 | 0 | 114 | 30 | 12 | 477 | 116 | 70 |
| Binary | 11100110 | 111000 | 10101111 | 0 | 1001100 | 11000 | 1010 | 100111111 | 1001110 | 111000 |
Color Harmonies of #E638AF
Complementary color
Monochromatic Colors of #E638AF
Black with #E638AF
Text Example
Text Example
White with #E638AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E638AF; }
p { color: rgb(230,56,175); }
H1.HeaderClassName
{
color: #E638AF;
}
.AnyTagClassName
{
color: #E638AF;
}
</style>
background-color css
<style>
a { background-color: #E638AF; }
a { background-color: rgb(230,56,175); }
div.DivClassName
{
background-color: #E638AF;
}
.BgClassName
{
background-color: #E638AF;
}
</style>
border-color css
<style>
span { border-color: #E638AF; }
span { border-color: rgb(230,56,175); }
td.TdClassName
{
border-color: #E638AF;
}
.TagClassName
{
border-color: #E638AF;
}
</style>