Shades of Persian Pink #E66EBA
Tints of Persian Pink #E66EBA
RGB
CMYK
RGB Variations
Color information
#E66EBA (or 0xE66EBA) is known color: Persian Pink. HEX triplet: E6, 6E and BA. RGB value is (230,110,186). Sum of RGB (Red+Green+Blue) = 230+110+186=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E66EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66EBA is #199145. Grayscale: #9A9A9A. Windows color (decimal): -1675590 or 12218086. OLE color: 12218086.
HSL color Cylindrical-coordinate representation of color #E66EBA: hue angle of 322º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66EBA is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 186 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.10 |
| HSL | 322º | 0.71% | 0.67% | - |
| HSV(B) | 322º | 0.52% | 0.9% | - |
| XYZ | 47.07 | 31.52 | 50.06 | - |
| YUV | 154.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 186 | 0 | 0.52 | 0.19 | 0.10 | 322 | 0.71 | 0.67 |
| Hex | E6 | 6E | BA | 0 | 34 | 13 | A | 142 | 47 | 43 |
| Octal | 346 | 156 | 272 | 0 | 64 | 23 | 12 | 502 | 107 | 103 |
| Binary | 11100110 | 1101110 | 10111010 | 0 | 110100 | 10011 | 1010 | 101000010 | 1000111 | 1000011 |
Color Harmonies of #E66EBA
Complementary color
Monochromatic Colors of #E66EBA
Black with #E66EBA
Text Example
Text Example
White with #E66EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66EBA; }
p { color: rgb(230,110,186); }
H1.HeaderClassName
{
color: #E66EBA;
}
.AnyTagClassName
{
color: #E66EBA;
}
</style>
background-color css
<style>
a { background-color: #E66EBA; }
a { background-color: rgb(230,110,186); }
div.DivClassName
{
background-color: #E66EBA;
}
.BgClassName
{
background-color: #E66EBA;
}
</style>
border-color css
<style>
span { border-color: #E66EBA; }
span { border-color: rgb(230,110,186); }
td.TdClassName
{
border-color: #E66EBA;
}
.TagClassName
{
border-color: #E66EBA;
}
</style>