Shades of Persian Pink #E67FB6
Tints of Persian Pink #E67FB6
RGB
CMYK
RGB Variations
Color information
#E67FB6 (or 0xE67FB6) is known color: Persian Pink. HEX triplet: E6, 7F and B6. RGB value is (230,127,182). Sum of RGB (Red+Green+Blue) = 230+127+182=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67FB6 is #198049. Grayscale: #A3A3A3. Windows color (decimal): -1671242 or 11960294. OLE color: 11960294.
HSL color Cylindrical-coordinate representation of color #E67FB6: hue angle of 327.96º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67FB6 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 182 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.10 |
| HSL | 327.96º | 0.67% | 0.7% | - |
| HSV(B) | 327.96º | 0.45% | 0.9% | - |
| XYZ | 48.67 | 35.38 | 48.52 | - |
| YUV | 164.07 | 138.12 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 182 | 0 | 0.45 | 0.21 | 0.10 | 327.96 | 0.67 | 0.7 |
| Hex | E6 | 7F | B6 | 0 | 2D | 15 | A | 148 | 43 | 46 |
| Octal | 346 | 177 | 266 | 0 | 55 | 25 | 12 | 510 | 103 | 106 |
| Binary | 11100110 | 1111111 | 10110110 | 0 | 101101 | 10101 | 1010 | 101001000 | 1000011 | 1000110 |
Color Harmonies of #E67FB6
Complementary color
Monochromatic Colors of #E67FB6
Black with #E67FB6
Text Example
Text Example
White with #E67FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FB6; }
p { color: rgb(230,127,182); }
H1.HeaderClassName
{
color: #E67FB6;
}
.AnyTagClassName
{
color: #E67FB6;
}
</style>
background-color css
<style>
a { background-color: #E67FB6; }
a { background-color: rgb(230,127,182); }
div.DivClassName
{
background-color: #E67FB6;
}
.BgClassName
{
background-color: #E67FB6;
}
</style>
border-color css
<style>
span { border-color: #E67FB6; }
span { border-color: rgb(230,127,182); }
td.TdClassName
{
border-color: #E67FB6;
}
.TagClassName
{
border-color: #E67FB6;
}
</style>