Shades of Persian Pink #E66CB8
Tints of Persian Pink #E66CB8
RGB
CMYK
RGB Variations
Color information
#E66CB8 (or 0xE66CB8) is known color: Persian Pink. HEX triplet: E6, 6C and B8. RGB value is (230,108,184). Sum of RGB (Red+Green+Blue) = 230+108+184=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CB8 is #199347. Grayscale: #989898. Windows color (decimal): -1676104 or 12086502. OLE color: 12086502.
HSL color Cylindrical-coordinate representation of color #E66CB8: hue angle of 322.62º 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 #E66CB8 is Cyan = 0, Magento = 0.53, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 184 | - |
| CMYK | 0 | 0.53 | 0.2 | 0.10 |
| HSL | 322.62º | 0.71% | 0.66% | - |
| HSV(B) | 322.62º | 0.53% | 0.9% | - |
| XYZ | 46.65 | 31.01 | 48.87 | - |
| YUV | 153.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 184 | 0 | 0.53 | 0.2 | 0.10 | 322.62 | 0.71 | 0.66 |
| Hex | E6 | 6C | B8 | 0 | 35 | 14 | A | 143 | 47 | 42 |
| Octal | 346 | 154 | 270 | 0 | 65 | 24 | 12 | 503 | 107 | 102 |
| Binary | 11100110 | 1101100 | 10111000 | 0 | 110101 | 10100 | 1010 | 101000011 | 1000111 | 1000010 |
Color Harmonies of #E66CB8
Complementary color
Monochromatic Colors of #E66CB8
Black with #E66CB8
Text Example
Text Example
White with #E66CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CB8; }
p { color: rgb(230,108,184); }
H1.HeaderClassName
{
color: #E66CB8;
}
.AnyTagClassName
{
color: #E66CB8;
}
</style>
background-color css
<style>
a { background-color: #E66CB8; }
a { background-color: rgb(230,108,184); }
div.DivClassName
{
background-color: #E66CB8;
}
.BgClassName
{
background-color: #E66CB8;
}
</style>
border-color css
<style>
span { border-color: #E66CB8; }
span { border-color: rgb(230,108,184); }
td.TdClassName
{
border-color: #E66CB8;
}
.TagClassName
{
border-color: #E66CB8;
}
</style>