Shades of Persian Rose #E23DAB
Tints of Persian Rose #E23DAB
RGB
CMYK
RGB Variations
Color information
#E23DAB (or 0xE23DAB) is known color: Persian Rose. HEX triplet: E2, 3D and AB. RGB value is (226,61,171). Sum of RGB (Red+Green+Blue) = 226+61+171=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E23DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23DAB is #1DC254. Grayscale: #7A7A7A. Windows color (decimal): -1950293 or 11222498. OLE color: 11222498.
HSL color Cylindrical-coordinate representation of color #E23DAB: hue angle of 320º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E23DAB is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 61 | 171 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.11 |
| HSL | 320º | 0.74% | 0.56% | - |
| HSV(B) | 320º | 0.73% | 0.89% | - |
| XYZ | 40.38 | 22.45 | 40.73 | - |
| YUV | 122.88 | 155.16 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 61 | 171 | 0 | 0.73 | 0.24 | 0.11 | 320 | 0.74 | 0.56 |
| Hex | E2 | 3D | AB | 0 | 49 | 18 | B | 140 | 4A | 38 |
| Octal | 342 | 75 | 253 | 0 | 111 | 30 | 13 | 500 | 112 | 70 |
| Binary | 11100010 | 111101 | 10101011 | 0 | 1001001 | 11000 | 1011 | 101000000 | 1001010 | 111000 |
Color Harmonies of #E23DAB
Complementary color
Monochromatic Colors of #E23DAB
Black with #E23DAB
Text Example
Text Example
White with #E23DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23DAB; }
p { color: rgb(226,61,171); }
H1.HeaderClassName
{
color: #E23DAB;
}
.AnyTagClassName
{
color: #E23DAB;
}
</style>
background-color css
<style>
a { background-color: #E23DAB; }
a { background-color: rgb(226,61,171); }
div.DivClassName
{
background-color: #E23DAB;
}
.BgClassName
{
background-color: #E23DAB;
}
</style>
border-color css
<style>
span { border-color: #E23DAB; }
span { border-color: rgb(226,61,171); }
td.TdClassName
{
border-color: #E23DAB;
}
.TagClassName
{
border-color: #E23DAB;
}
</style>