Shades of Persian Pink #E683B5
Tints of Persian Pink #E683B5
RGB
CMYK
RGB Variations
Color information
#E683B5 (or 0xE683B5) is known color: Persian Pink. HEX triplet: E6, 83 and B5. RGB value is (230,131,181). Sum of RGB (Red+Green+Blue) = 230+131+181=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E683B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E683B5 is #197C4A. Grayscale: #A6A6A6. Windows color (decimal): -1670219 or 11895782. OLE color: 11895782.
HSL color Cylindrical-coordinate representation of color #E683B5: hue angle of 329.7º 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 #E683B5 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 181 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.10 |
| HSL | 329.7º | 0.66% | 0.71% | - |
| HSV(B) | 329.7º | 0.43% | 0.9% | - |
| XYZ | 49.09 | 36.39 | 48.15 | - |
| YUV | 166.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 181 | 0 | 0.43 | 0.21 | 0.10 | 329.7 | 0.66 | 0.71 |
| Hex | E6 | 83 | B5 | 0 | 2B | 15 | A | 14A | 42 | 47 |
| Octal | 346 | 203 | 265 | 0 | 53 | 25 | 12 | 512 | 102 | 107 |
| Binary | 11100110 | 10000011 | 10110101 | 0 | 101011 | 10101 | 1010 | 101001010 | 1000010 | 1000111 |
Color Harmonies of #E683B5
Complementary color
Monochromatic Colors of #E683B5
Black with #E683B5
Text Example
Text Example
White with #E683B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E683B5; }
p { color: rgb(230,131,181); }
H1.HeaderClassName
{
color: #E683B5;
}
.AnyTagClassName
{
color: #E683B5;
}
</style>
background-color css
<style>
a { background-color: #E683B5; }
a { background-color: rgb(230,131,181); }
div.DivClassName
{
background-color: #E683B5;
}
.BgClassName
{
background-color: #E683B5;
}
</style>
border-color css
<style>
span { border-color: #E683B5; }
span { border-color: rgb(230,131,181); }
td.TdClassName
{
border-color: #E683B5;
}
.TagClassName
{
border-color: #E683B5;
}
</style>