Shades of Persian Pink #E682B6
Tints of Persian Pink #E682B6
RGB
CMYK
RGB Variations
Color information
#E682B6 (or 0xE682B6) is known color: Persian Pink. HEX triplet: E6, 82 and B6. RGB value is (230,130,182). Sum of RGB (Red+Green+Blue) = 230+130+182=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E682B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682B6 is #197D49. Grayscale: #A5A5A5. Windows color (decimal): -1670474 or 11961062. OLE color: 11961062.
HSL color Cylindrical-coordinate representation of color #E682B6: hue angle of 328.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E682B6 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 182 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.10 |
| HSL | 328.8º | 0.67% | 0.71% | - |
| HSV(B) | 328.8º | 0.43% | 0.9% | - |
| XYZ | 49.06 | 36.17 | 48.65 | - |
| YUV | 165.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 182 | 0 | 0.43 | 0.21 | 0.10 | 328.8 | 0.67 | 0.71 |
| Hex | E6 | 82 | B6 | 0 | 2B | 15 | A | 149 | 43 | 47 |
| Octal | 346 | 202 | 266 | 0 | 53 | 25 | 12 | 511 | 103 | 107 |
| Binary | 11100110 | 10000010 | 10110110 | 0 | 101011 | 10101 | 1010 | 101001001 | 1000011 | 1000111 |
Color Harmonies of #E682B6
Complementary color
Monochromatic Colors of #E682B6
Black with #E682B6
Text Example
Text Example
White with #E682B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682B6; }
p { color: rgb(230,130,182); }
H1.HeaderClassName
{
color: #E682B6;
}
.AnyTagClassName
{
color: #E682B6;
}
</style>
background-color css
<style>
a { background-color: #E682B6; }
a { background-color: rgb(230,130,182); }
div.DivClassName
{
background-color: #E682B6;
}
.BgClassName
{
background-color: #E682B6;
}
</style>
border-color css
<style>
span { border-color: #E682B6; }
span { border-color: rgb(230,130,182); }
td.TdClassName
{
border-color: #E682B6;
}
.TagClassName
{
border-color: #E682B6;
}
</style>