Shades of Persian Pink #E680B3
Tints of Persian Pink #E680B3
RGB
CMYK
RGB Variations
Color information
#E680B3 (or 0xE680B3) is known color: Persian Pink. HEX triplet: E6, 80 and B3. RGB value is (230,128,179). Sum of RGB (Red+Green+Blue) = 230+128+179=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E680B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E680B3 is #197F4C. Grayscale: #A4A4A4. Windows color (decimal): -1670989 or 11763942. OLE color: 11763942.
HSL color Cylindrical-coordinate representation of color #E680B3: hue angle of 330º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E680B3 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 179 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.10 |
| HSL | 330º | 0.67% | 0.7% | - |
| HSV(B) | 330º | 0.44% | 0.9% | - |
| XYZ | 48.49 | 35.52 | 46.95 | - |
| YUV | 164.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 179 | 0 | 0.44 | 0.22 | 0.10 | 330 | 0.67 | 0.7 |
| Hex | E6 | 80 | B3 | 0 | 2C | 16 | A | 14A | 43 | 46 |
| Octal | 346 | 200 | 263 | 0 | 54 | 26 | 12 | 512 | 103 | 106 |
| Binary | 11100110 | 10000000 | 10110011 | 0 | 101100 | 10110 | 1010 | 101001010 | 1000011 | 1000110 |
Color Harmonies of #E680B3
Complementary color
Monochromatic Colors of #E680B3
Black with #E680B3
Text Example
Text Example
White with #E680B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E680B3; }
p { color: rgb(230,128,179); }
H1.HeaderClassName
{
color: #E680B3;
}
.AnyTagClassName
{
color: #E680B3;
}
</style>
background-color css
<style>
a { background-color: #E680B3; }
a { background-color: rgb(230,128,179); }
div.DivClassName
{
background-color: #E680B3;
}
.BgClassName
{
background-color: #E680B3;
}
</style>
border-color css
<style>
span { border-color: #E680B3; }
span { border-color: rgb(230,128,179); }
td.TdClassName
{
border-color: #E680B3;
}
.TagClassName
{
border-color: #E680B3;
}
</style>