Shades of Persian Pink #E66CBA
Tints of Persian Pink #E66CBA
RGB
CMYK
RGB Variations
Color information
#E66CBA (or 0xE66CBA) is known color: Persian Pink. HEX triplet: E6, 6C and BA. RGB value is (230,108,186). Sum of RGB (Red+Green+Blue) = 230+108+186=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CBA is #199345. Grayscale: #999999. Windows color (decimal): -1676102 or 12217574. OLE color: 12217574.
HSL color Cylindrical-coordinate representation of color #E66CBA: hue angle of 321.64º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66CBA is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 186 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.10 |
| HSL | 321.64º | 0.71% | 0.66% | - |
| HSV(B) | 321.64º | 0.53% | 0.9% | - |
| XYZ | 46.86 | 31.09 | 49.99 | - |
| YUV | 153.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 186 | 0 | 0.53 | 0.19 | 0.10 | 321.64 | 0.71 | 0.66 |
| Hex | E6 | 6C | BA | 0 | 35 | 13 | A | 142 | 47 | 42 |
| Octal | 346 | 154 | 272 | 0 | 65 | 23 | 12 | 502 | 107 | 102 |
| Binary | 11100110 | 1101100 | 10111010 | 0 | 110101 | 10011 | 1010 | 101000010 | 1000111 | 1000010 |
Color Harmonies of #E66CBA
Complementary color
Monochromatic Colors of #E66CBA
Black with #E66CBA
Text Example
Text Example
White with #E66CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CBA; }
p { color: rgb(230,108,186); }
H1.HeaderClassName
{
color: #E66CBA;
}
.AnyTagClassName
{
color: #E66CBA;
}
</style>
background-color css
<style>
a { background-color: #E66CBA; }
a { background-color: rgb(230,108,186); }
div.DivClassName
{
background-color: #E66CBA;
}
.BgClassName
{
background-color: #E66CBA;
}
</style>
border-color css
<style>
span { border-color: #E66CBA; }
span { border-color: rgb(230,108,186); }
td.TdClassName
{
border-color: #E66CBA;
}
.TagClassName
{
border-color: #E66CBA;
}
</style>