Shades of Persian Rose #E23BAA
Tints of Persian Rose #E23BAA
RGB
CMYK
RGB Variations
Color information
#E23BAA (or 0xE23BAA) is known color: Persian Rose. HEX triplet: E2, 3B and AA. RGB value is (226,59,170). Sum of RGB (Red+Green+Blue) = 226+59+170=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E23BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23BAA is #1DC455. Grayscale: #797979. Windows color (decimal): -1950806 or 11156450. OLE color: 11156450.
HSL color Cylindrical-coordinate representation of color #E23BAA: hue angle of 320.12º 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 #E23BAA is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 59 | 170 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.11 |
| HSL | 320.12º | 0.74% | 0.56% | - |
| HSV(B) | 320.12º | 0.74% | 0.89% | - |
| XYZ | 40.18 | 22.2 | 40.2 | - |
| YUV | 121.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 59 | 170 | 0 | 0.74 | 0.25 | 0.11 | 320.12 | 0.74 | 0.56 |
| Hex | E2 | 3B | AA | 0 | 4A | 19 | B | 140 | 4A | 38 |
| Octal | 342 | 73 | 252 | 0 | 112 | 31 | 13 | 500 | 112 | 70 |
| Binary | 11100010 | 111011 | 10101010 | 0 | 1001010 | 11001 | 1011 | 101000000 | 1001010 | 111000 |
Color Harmonies of #E23BAA
Complementary color
Monochromatic Colors of #E23BAA
Black with #E23BAA
Text Example
Text Example
White with #E23BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23BAA; }
p { color: rgb(226,59,170); }
H1.HeaderClassName
{
color: #E23BAA;
}
.AnyTagClassName
{
color: #E23BAA;
}
</style>
background-color css
<style>
a { background-color: #E23BAA; }
a { background-color: rgb(226,59,170); }
div.DivClassName
{
background-color: #E23BAA;
}
.BgClassName
{
background-color: #E23BAA;
}
</style>
border-color css
<style>
span { border-color: #E23BAA; }
span { border-color: rgb(226,59,170); }
td.TdClassName
{
border-color: #E23BAA;
}
.TagClassName
{
border-color: #E23BAA;
}
</style>