Shades of Persian Rose #E33DAF
Tints of Persian Rose #E33DAF
RGB
CMYK
RGB Variations
Color information
#E33DAF (or 0xE33DAF) is known color: Persian Rose. HEX triplet: E3, 3D and AF. RGB value is (227,61,175). Sum of RGB (Red+Green+Blue) = 227+61+175=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E33DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33DAF is #1CC250. Grayscale: #7B7B7B. Windows color (decimal): -1884753 or 11484643. OLE color: 11484643.
HSL color Cylindrical-coordinate representation of color #E33DAF: hue angle of 318.8º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E33DAF is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 61 | 175 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.11 |
| HSL | 318.8º | 0.75% | 0.56% | - |
| HSV(B) | 318.8º | 0.73% | 0.89% | - |
| XYZ | 41.09 | 22.76 | 42.79 | - |
| YUV | 123.63 | 157 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 61 | 175 | 0 | 0.73 | 0.23 | 0.11 | 318.8 | 0.75 | 0.56 |
| Hex | E3 | 3D | AF | 0 | 49 | 17 | B | 13F | 4B | 38 |
| Octal | 343 | 75 | 257 | 0 | 111 | 27 | 13 | 477 | 113 | 70 |
| Binary | 11100011 | 111101 | 10101111 | 0 | 1001001 | 10111 | 1011 | 100111111 | 1001011 | 111000 |
Color Harmonies of #E33DAF
Complementary color
Monochromatic Colors of #E33DAF
Black with #E33DAF
Text Example
Text Example
White with #E33DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33DAF; }
p { color: rgb(227,61,175); }
H1.HeaderClassName
{
color: #E33DAF;
}
.AnyTagClassName
{
color: #E33DAF;
}
</style>
background-color css
<style>
a { background-color: #E33DAF; }
a { background-color: rgb(227,61,175); }
div.DivClassName
{
background-color: #E33DAF;
}
.BgClassName
{
background-color: #E33DAF;
}
</style>
border-color css
<style>
span { border-color: #E33DAF; }
span { border-color: rgb(227,61,175); }
td.TdClassName
{
border-color: #E33DAF;
}
.TagClassName
{
border-color: #E33DAF;
}
</style>