Shades of Persian Pink #E66FB5
Tints of Persian Pink #E66FB5
RGB
CMYK
RGB Variations
Color information
#E66FB5 (or 0xE66FB5) is known color: Persian Pink. HEX triplet: E6, 6F and B5. RGB value is (230,111,181). Sum of RGB (Red+Green+Blue) = 230+111+181=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FB5 is #19904A. Grayscale: #9A9A9A. Windows color (decimal): -1675339 or 11890662. OLE color: 11890662.
HSL color Cylindrical-coordinate representation of color #E66FB5: hue angle of 324.71º degrees, saturation: 0.7, 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 #E66FB5 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 181 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.10 |
| HSL | 324.71º | 0.7% | 0.67% | - |
| HSV(B) | 324.71º | 0.52% | 0.9% | - |
| XYZ | 46.66 | 31.53 | 47.34 | - |
| YUV | 154.56 | 142.92 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 181 | 0 | 0.52 | 0.21 | 0.10 | 324.71 | 0.7 | 0.67 |
| Hex | E6 | 6F | B5 | 0 | 34 | 15 | A | 145 | 46 | 43 |
| Octal | 346 | 157 | 265 | 0 | 64 | 25 | 12 | 505 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10110101 | 0 | 110100 | 10101 | 1010 | 101000101 | 1000110 | 1000011 |
Color Harmonies of #E66FB5
Complementary color
Monochromatic Colors of #E66FB5
Black with #E66FB5
Text Example
Text Example
White with #E66FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FB5; }
p { color: rgb(230,111,181); }
H1.HeaderClassName
{
color: #E66FB5;
}
.AnyTagClassName
{
color: #E66FB5;
}
</style>
background-color css
<style>
a { background-color: #E66FB5; }
a { background-color: rgb(230,111,181); }
div.DivClassName
{
background-color: #E66FB5;
}
.BgClassName
{
background-color: #E66FB5;
}
</style>
border-color css
<style>
span { border-color: #E66FB5; }
span { border-color: rgb(230,111,181); }
td.TdClassName
{
border-color: #E66FB5;
}
.TagClassName
{
border-color: #E66FB5;
}
</style>