Shades of Persian Pink #E66FB6
Tints of Persian Pink #E66FB6
RGB
CMYK
RGB Variations
Color information
#E66FB6 (or 0xE66FB6) is known color: Persian Pink. HEX triplet: E6, 6F and B6. RGB value is (230,111,182). Sum of RGB (Red+Green+Blue) = 230+111+182=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FB6 is #199049. Grayscale: #9A9A9A. Windows color (decimal): -1675338 or 11956198. OLE color: 11956198.
HSL color Cylindrical-coordinate representation of color #E66FB6: hue angle of 324.2º 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 #E66FB6 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 182 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.10 |
| HSL | 324.2º | 0.7% | 0.67% | - |
| HSV(B) | 324.2º | 0.52% | 0.9% | - |
| XYZ | 46.76 | 31.57 | 47.88 | - |
| YUV | 154.68 | 143.42 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 182 | 0 | 0.52 | 0.21 | 0.10 | 324.2 | 0.7 | 0.67 |
| Hex | E6 | 6F | B6 | 0 | 34 | 15 | A | 144 | 46 | 43 |
| Octal | 346 | 157 | 266 | 0 | 64 | 25 | 12 | 504 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10110110 | 0 | 110100 | 10101 | 1010 | 101000100 | 1000110 | 1000011 |
Color Harmonies of #E66FB6
Complementary color
Monochromatic Colors of #E66FB6
Black with #E66FB6
Text Example
Text Example
White with #E66FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FB6; }
p { color: rgb(230,111,182); }
H1.HeaderClassName
{
color: #E66FB6;
}
.AnyTagClassName
{
color: #E66FB6;
}
</style>
background-color css
<style>
a { background-color: #E66FB6; }
a { background-color: rgb(230,111,182); }
div.DivClassName
{
background-color: #E66FB6;
}
.BgClassName
{
background-color: #E66FB6;
}
</style>
border-color css
<style>
span { border-color: #E66FB6; }
span { border-color: rgb(230,111,182); }
td.TdClassName
{
border-color: #E66FB6;
}
.TagClassName
{
border-color: #E66FB6;
}
</style>