Shades of Persian Rose #E23BAF
Tints of Persian Rose #E23BAF
RGB
CMYK
RGB Variations
Color information
#E23BAF (or 0xE23BAF) is known color: Persian Rose. HEX triplet: E2, 3B and AF. RGB value is (226,59,175). Sum of RGB (Red+Green+Blue) = 226+59+175=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E23BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23BAF is #1DC450. Grayscale: #797979. Windows color (decimal): -1950801 or 11484130. OLE color: 11484130.
HSL color Cylindrical-coordinate representation of color #E23BAF: hue angle of 318.32º 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 #E23BAF is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 59 | 175 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.11 |
| HSL | 318.32º | 0.74% | 0.56% | - |
| HSV(B) | 318.32º | 0.74% | 0.89% | - |
| XYZ | 40.67 | 22.39 | 42.74 | - |
| YUV | 122.16 | 157.83 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 59 | 175 | 0 | 0.74 | 0.23 | 0.11 | 318.32 | 0.74 | 0.56 |
| Hex | E2 | 3B | AF | 0 | 4A | 17 | B | 13E | 4A | 38 |
| Octal | 342 | 73 | 257 | 0 | 112 | 27 | 13 | 476 | 112 | 70 |
| Binary | 11100010 | 111011 | 10101111 | 0 | 1001010 | 10111 | 1011 | 100111110 | 1001010 | 111000 |
Color Harmonies of #E23BAF
Complementary color
Monochromatic Colors of #E23BAF
Black with #E23BAF
Text Example
Text Example
White with #E23BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23BAF; }
p { color: rgb(226,59,175); }
H1.HeaderClassName
{
color: #E23BAF;
}
.AnyTagClassName
{
color: #E23BAF;
}
</style>
background-color css
<style>
a { background-color: #E23BAF; }
a { background-color: rgb(226,59,175); }
div.DivClassName
{
background-color: #E23BAF;
}
.BgClassName
{
background-color: #E23BAF;
}
</style>
border-color css
<style>
span { border-color: #E23BAF; }
span { border-color: rgb(226,59,175); }
td.TdClassName
{
border-color: #E23BAF;
}
.TagClassName
{
border-color: #E23BAF;
}
</style>