Shades of Persian Rose #E23FAD
Tints of Persian Rose #E23FAD
RGB
CMYK
RGB Variations
Color information
#E23FAD (or 0xE23FAD) is known color: Persian Rose. HEX triplet: E2, 3F and AD. RGB value is (226,63,173). Sum of RGB (Red+Green+Blue) = 226+63+173=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E23FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23FAD is #1DC052. Grayscale: #7C7C7C. Windows color (decimal): -1949779 or 11354082. OLE color: 11354082.
HSL color Cylindrical-coordinate representation of color #E23FAD: hue angle of 319.51º 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 #E23FAD is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 63 | 173 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.11 |
| HSL | 319.51º | 0.74% | 0.57% | - |
| HSV(B) | 319.51º | 0.72% | 0.89% | - |
| XYZ | 40.68 | 22.74 | 41.78 | - |
| YUV | 124.28 | 155.5 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 173 | 0 | 0.72 | 0.23 | 0.11 | 319.51 | 0.74 | 0.57 |
| Hex | E2 | 3F | AD | 0 | 48 | 17 | B | 140 | 4A | 39 |
| Octal | 342 | 77 | 255 | 0 | 110 | 27 | 13 | 500 | 112 | 71 |
| Binary | 11100010 | 111111 | 10101101 | 0 | 1001000 | 10111 | 1011 | 101000000 | 1001010 | 111001 |
Color Harmonies of #E23FAD
Complementary color
Monochromatic Colors of #E23FAD
Black with #E23FAD
Text Example
Text Example
White with #E23FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23FAD; }
p { color: rgb(226,63,173); }
H1.HeaderClassName
{
color: #E23FAD;
}
.AnyTagClassName
{
color: #E23FAD;
}
</style>
background-color css
<style>
a { background-color: #E23FAD; }
a { background-color: rgb(226,63,173); }
div.DivClassName
{
background-color: #E23FAD;
}
.BgClassName
{
background-color: #E23FAD;
}
</style>
border-color css
<style>
span { border-color: #E23FAD; }
span { border-color: rgb(226,63,173); }
td.TdClassName
{
border-color: #E23FAD;
}
.TagClassName
{
border-color: #E23FAD;
}
</style>