Shades of Persian Pink #E683BB
Tints of Persian Pink #E683BB
RGB
CMYK
RGB Variations
Color information
#E683BB (or 0xE683BB) is known color: Persian Pink. HEX triplet: E6, 83 and BB. RGB value is (230,131,187). Sum of RGB (Red+Green+Blue) = 230+131+187=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E683BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E683BB is #197C44. Grayscale: #A6A6A6. Windows color (decimal): -1670213 or 12288998. OLE color: 12288998.
HSL color Cylindrical-coordinate representation of color #E683BB: hue angle of 326.06º degrees, saturation: 0.66, 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 #E683BB is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 187 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.10 |
| HSL | 326.06º | 0.66% | 0.71% | - |
| HSV(B) | 326.06º | 0.43% | 0.9% | - |
| XYZ | 49.72 | 36.64 | 51.47 | - |
| YUV | 166.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 187 | 0 | 0.43 | 0.19 | 0.10 | 326.06 | 0.66 | 0.71 |
| Hex | E6 | 83 | BB | 0 | 2B | 13 | A | 146 | 42 | 47 |
| Octal | 346 | 203 | 273 | 0 | 53 | 23 | 12 | 506 | 102 | 107 |
| Binary | 11100110 | 10000011 | 10111011 | 0 | 101011 | 10011 | 1010 | 101000110 | 1000010 | 1000111 |
Color Harmonies of #E683BB
Complementary color
Monochromatic Colors of #E683BB
Black with #E683BB
Text Example
Text Example
White with #E683BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E683BB; }
p { color: rgb(230,131,187); }
H1.HeaderClassName
{
color: #E683BB;
}
.AnyTagClassName
{
color: #E683BB;
}
</style>
background-color css
<style>
a { background-color: #E683BB; }
a { background-color: rgb(230,131,187); }
div.DivClassName
{
background-color: #E683BB;
}
.BgClassName
{
background-color: #E683BB;
}
</style>
border-color css
<style>
span { border-color: #E683BB; }
span { border-color: rgb(230,131,187); }
td.TdClassName
{
border-color: #E683BB;
}
.TagClassName
{
border-color: #E683BB;
}
</style>