Shades of Persian Pink #E681B6
Tints of Persian Pink #E681B6
RGB
CMYK
RGB Variations
Color information
#E681B6 (or 0xE681B6) is known color: Persian Pink. HEX triplet: E6, 81 and B6. RGB value is (230,129,182). Sum of RGB (Red+Green+Blue) = 230+129+182=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E681B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E681B6 is #197E49. Grayscale: #A5A5A5. Windows color (decimal): -1670730 or 11960806. OLE color: 11960806.
HSL color Cylindrical-coordinate representation of color #E681B6: hue angle of 328.51º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E681B6 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 182 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.10 |
| HSL | 328.51º | 0.67% | 0.7% | - |
| HSV(B) | 328.51º | 0.44% | 0.9% | - |
| XYZ | 48.93 | 35.9 | 48.61 | - |
| YUV | 165.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 182 | 0 | 0.44 | 0.21 | 0.10 | 328.51 | 0.67 | 0.7 |
| Hex | E6 | 81 | B6 | 0 | 2C | 15 | A | 149 | 43 | 46 |
| Octal | 346 | 201 | 266 | 0 | 54 | 25 | 12 | 511 | 103 | 106 |
| Binary | 11100110 | 10000001 | 10110110 | 0 | 101100 | 10101 | 1010 | 101001001 | 1000011 | 1000110 |
Color Harmonies of #E681B6
Complementary color
Monochromatic Colors of #E681B6
Black with #E681B6
Text Example
Text Example
White with #E681B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E681B6; }
p { color: rgb(230,129,182); }
H1.HeaderClassName
{
color: #E681B6;
}
.AnyTagClassName
{
color: #E681B6;
}
</style>
background-color css
<style>
a { background-color: #E681B6; }
a { background-color: rgb(230,129,182); }
div.DivClassName
{
background-color: #E681B6;
}
.BgClassName
{
background-color: #E681B6;
}
</style>
border-color css
<style>
span { border-color: #E681B6; }
span { border-color: rgb(230,129,182); }
td.TdClassName
{
border-color: #E681B6;
}
.TagClassName
{
border-color: #E681B6;
}
</style>