Shades of Persian Pink #E683B6
Tints of Persian Pink #E683B6
RGB
CMYK
RGB Variations
Color information
#E683B6 (or 0xE683B6) is known color: Persian Pink. HEX triplet: E6, 83 and B6. RGB value is (230,131,182). Sum of RGB (Red+Green+Blue) = 230+131+182=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E683B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E683B6 is #197C49. Grayscale: #A6A6A6. Windows color (decimal): -1670218 or 11961318. OLE color: 11961318.
HSL color Cylindrical-coordinate representation of color #E683B6: hue angle of 329.09º 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 #E683B6 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 182 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.10 |
| HSL | 329.09º | 0.66% | 0.71% | - |
| HSV(B) | 329.09º | 0.43% | 0.9% | - |
| XYZ | 49.19 | 36.43 | 48.7 | - |
| YUV | 166.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 182 | 0 | 0.43 | 0.21 | 0.10 | 329.09 | 0.66 | 0.71 |
| Hex | E6 | 83 | B6 | 0 | 2B | 15 | A | 149 | 42 | 47 |
| Octal | 346 | 203 | 266 | 0 | 53 | 25 | 12 | 511 | 102 | 107 |
| Binary | 11100110 | 10000011 | 10110110 | 0 | 101011 | 10101 | 1010 | 101001001 | 1000010 | 1000111 |
Color Harmonies of #E683B6
Complementary color
Monochromatic Colors of #E683B6
Black with #E683B6
Text Example
Text Example
White with #E683B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E683B6; }
p { color: rgb(230,131,182); }
H1.HeaderClassName
{
color: #E683B6;
}
.AnyTagClassName
{
color: #E683B6;
}
</style>
background-color css
<style>
a { background-color: #E683B6; }
a { background-color: rgb(230,131,182); }
div.DivClassName
{
background-color: #E683B6;
}
.BgClassName
{
background-color: #E683B6;
}
</style>
border-color css
<style>
span { border-color: #E683B6; }
span { border-color: rgb(230,131,182); }
td.TdClassName
{
border-color: #E683B6;
}
.TagClassName
{
border-color: #E683B6;
}
</style>