Shades of Persian Rose #E23FAF
Tints of Persian Rose #E23FAF
RGB
CMYK
RGB Variations
Color information
#E23FAF (or 0xE23FAF) is known color: Persian Rose. HEX triplet: E2, 3F and AF. RGB value is (226,63,175). Sum of RGB (Red+Green+Blue) = 226+63+175=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E23FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23FAF is #1DC050. Grayscale: #7C7C7C. Windows color (decimal): -1949777 or 11485154. OLE color: 11485154.
HSL color Cylindrical-coordinate representation of color #E23FAF: hue angle of 318.77º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E23FAF is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 63 | 175 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.11 |
| HSL | 318.77º | 0.74% | 0.57% | - |
| HSV(B) | 318.77º | 0.72% | 0.89% | - |
| XYZ | 40.88 | 22.82 | 42.81 | - |
| YUV | 124.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 175 | 0 | 0.72 | 0.23 | 0.11 | 318.77 | 0.74 | 0.57 |
| Hex | E2 | 3F | AF | 0 | 48 | 17 | B | 13F | 4A | 39 |
| Octal | 342 | 77 | 257 | 0 | 110 | 27 | 13 | 477 | 112 | 71 |
| Binary | 11100010 | 111111 | 10101111 | 0 | 1001000 | 10111 | 1011 | 100111111 | 1001010 | 111001 |
Color Harmonies of #E23FAF
Complementary color
Monochromatic Colors of #E23FAF
Black with #E23FAF
Text Example
Text Example
White with #E23FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23FAF; }
p { color: rgb(226,63,175); }
H1.HeaderClassName
{
color: #E23FAF;
}
.AnyTagClassName
{
color: #E23FAF;
}
</style>
background-color css
<style>
a { background-color: #E23FAF; }
a { background-color: rgb(226,63,175); }
div.DivClassName
{
background-color: #E23FAF;
}
.BgClassName
{
background-color: #E23FAF;
}
</style>
border-color css
<style>
span { border-color: #E23FAF; }
span { border-color: rgb(226,63,175); }
td.TdClassName
{
border-color: #E23FAF;
}
.TagClassName
{
border-color: #E23FAF;
}
</style>