Shades of Persian Rose #E23BA7
Tints of Persian Rose #E23BA7
RGB
CMYK
RGB Variations
Color information
#E23BA7 (or 0xE23BA7) is known color: Persian Rose. HEX triplet: E2, 3B and A7. RGB value is (226,59,167). Sum of RGB (Red+Green+Blue) = 226+59+167=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E23BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23BA7 is #1DC458. Grayscale: #787878. Windows color (decimal): -1950809 or 10959842. OLE color: 10959842.
HSL color Cylindrical-coordinate representation of color #E23BA7: hue angle of 321.2º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E23BA7 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 59 | 167 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.11 |
| HSL | 321.2º | 0.74% | 0.56% | - |
| HSV(B) | 321.2º | 0.74% | 0.89% | - |
| XYZ | 39.9 | 22.09 | 38.72 | - |
| YUV | 121.25 | 153.83 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 59 | 167 | 0 | 0.74 | 0.26 | 0.11 | 321.2 | 0.74 | 0.56 |
| Hex | E2 | 3B | A7 | 0 | 4A | 1A | B | 141 | 4A | 38 |
| Octal | 342 | 73 | 247 | 0 | 112 | 32 | 13 | 501 | 112 | 70 |
| Binary | 11100010 | 111011 | 10100111 | 0 | 1001010 | 11010 | 1011 | 101000001 | 1001010 | 111000 |
Color Harmonies of #E23BA7
Complementary color
Monochromatic Colors of #E23BA7
Black with #E23BA7
Text Example
Text Example
White with #E23BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23BA7; }
p { color: rgb(226,59,167); }
H1.HeaderClassName
{
color: #E23BA7;
}
.AnyTagClassName
{
color: #E23BA7;
}
</style>
background-color css
<style>
a { background-color: #E23BA7; }
a { background-color: rgb(226,59,167); }
div.DivClassName
{
background-color: #E23BA7;
}
.BgClassName
{
background-color: #E23BA7;
}
</style>
border-color css
<style>
span { border-color: #E23BA7; }
span { border-color: rgb(226,59,167); }
td.TdClassName
{
border-color: #E23BA7;
}
.TagClassName
{
border-color: #E23BA7;
}
</style>