Shades of Persian Pink #E676B8
Tints of Persian Pink #E676B8
RGB
CMYK
RGB Variations
Color information
#E676B8 (or 0xE676B8) is known color: Persian Pink. HEX triplet: E6, 76 and B8. RGB value is (230,118,184). Sum of RGB (Red+Green+Blue) = 230+118+184=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E676B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676B8 is #198947. Grayscale: #9E9E9E. Windows color (decimal): -1673544 or 12089062. OLE color: 12089062.
HSL color Cylindrical-coordinate representation of color #E676B8: hue angle of 324.64º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E676B8 is Cyan = 0, Magento = 0.49, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 184 | - |
| CMYK | 0 | 0.49 | 0.2 | 0.10 |
| HSL | 324.64º | 0.69% | 0.68% | - |
| HSV(B) | 324.64º | 0.49% | 0.9% | - |
| XYZ | 47.76 | 33.24 | 49.25 | - |
| YUV | 159.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 184 | 0 | 0.49 | 0.2 | 0.10 | 324.64 | 0.69 | 0.68 |
| Hex | E6 | 76 | B8 | 0 | 31 | 14 | A | 145 | 45 | 44 |
| Octal | 346 | 166 | 270 | 0 | 61 | 24 | 12 | 505 | 105 | 104 |
| Binary | 11100110 | 1110110 | 10111000 | 0 | 110001 | 10100 | 1010 | 101000101 | 1000101 | 1000100 |
Color Harmonies of #E676B8
Complementary color
Monochromatic Colors of #E676B8
Black with #E676B8
Text Example
Text Example
White with #E676B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E676B8; }
p { color: rgb(230,118,184); }
H1.HeaderClassName
{
color: #E676B8;
}
.AnyTagClassName
{
color: #E676B8;
}
</style>
background-color css
<style>
a { background-color: #E676B8; }
a { background-color: rgb(230,118,184); }
div.DivClassName
{
background-color: #E676B8;
}
.BgClassName
{
background-color: #E676B8;
}
</style>
border-color css
<style>
span { border-color: #E676B8; }
span { border-color: rgb(230,118,184); }
td.TdClassName
{
border-color: #E676B8;
}
.TagClassName
{
border-color: #E676B8;
}
</style>