Shades of Persian Pink #E682BD
Tints of Persian Pink #E682BD
RGB
CMYK
RGB Variations
Color information
#E682BD (or 0xE682BD) is known color: Persian Pink. HEX triplet: E6, 82 and BD. RGB value is (230,130,189). Sum of RGB (Red+Green+Blue) = 230+130+189=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E682BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682BD is #197D42. Grayscale: #A6A6A6. Windows color (decimal): -1670467 or 12419814. OLE color: 12419814.
HSL color Cylindrical-coordinate representation of color #E682BD: hue angle of 324.6º 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 #E682BD is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 189 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.10 |
| HSL | 324.6º | 0.67% | 0.71% | - |
| HSV(B) | 324.6º | 0.43% | 0.9% | - |
| XYZ | 49.8 | 36.46 | 52.56 | - |
| YUV | 166.63 | 140.63 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 189 | 0 | 0.43 | 0.18 | 0.10 | 324.6 | 0.67 | 0.71 |
| Hex | E6 | 82 | BD | 0 | 2B | 12 | A | 145 | 43 | 47 |
| Octal | 346 | 202 | 275 | 0 | 53 | 22 | 12 | 505 | 103 | 107 |
| Binary | 11100110 | 10000010 | 10111101 | 0 | 101011 | 10010 | 1010 | 101000101 | 1000011 | 1000111 |
Color Harmonies of #E682BD
Complementary color
Monochromatic Colors of #E682BD
Black with #E682BD
Text Example
Text Example
White with #E682BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682BD; }
p { color: rgb(230,130,189); }
H1.HeaderClassName
{
color: #E682BD;
}
.AnyTagClassName
{
color: #E682BD;
}
</style>
background-color css
<style>
a { background-color: #E682BD; }
a { background-color: rgb(230,130,189); }
div.DivClassName
{
background-color: #E682BD;
}
.BgClassName
{
background-color: #E682BD;
}
</style>
border-color css
<style>
span { border-color: #E682BD; }
span { border-color: rgb(230,130,189); }
td.TdClassName
{
border-color: #E682BD;
}
.TagClassName
{
border-color: #E682BD;
}
</style>