Shades of Persian Pink #E675C7
Tints of Persian Pink #E675C7
RGB
CMYK
RGB Variations
Color information
#E675C7 (or 0xE675C7) is known color: Persian Pink. HEX triplet: E6, 75 and C7. RGB value is (230,117,199). Sum of RGB (Red+Green+Blue) = 230+117+199=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E675C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675C7 is #198A38. Grayscale: #9F9F9F. Windows color (decimal): -1673785 or 13071846. OLE color: 13071846.
HSL color Cylindrical-coordinate representation of color #E675C7: hue angle of 316.46º 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 #E675C7 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 199 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.10 |
| HSL | 316.46º | 0.69% | 0.68% | - |
| HSV(B) | 316.46º | 0.49% | 0.9% | - |
| XYZ | 49.3 | 33.67 | 57.93 | - |
| YUV | 160.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 199 | 0 | 0.49 | 0.13 | 0.10 | 316.46 | 0.69 | 0.68 |
| Hex | E6 | 75 | C7 | 0 | 31 | D | A | 13C | 45 | 44 |
| Octal | 346 | 165 | 307 | 0 | 61 | 15 | 12 | 474 | 105 | 104 |
| Binary | 11100110 | 1110101 | 11000111 | 0 | 110001 | 1101 | 1010 | 100111100 | 1000101 | 1000100 |
Color Harmonies of #E675C7
Complementary color
Monochromatic Colors of #E675C7
Black with #E675C7
Text Example
Text Example
White with #E675C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675C7; }
p { color: rgb(230,117,199); }
H1.HeaderClassName
{
color: #E675C7;
}
.AnyTagClassName
{
color: #E675C7;
}
</style>
background-color css
<style>
a { background-color: #E675C7; }
a { background-color: rgb(230,117,199); }
div.DivClassName
{
background-color: #E675C7;
}
.BgClassName
{
background-color: #E675C7;
}
</style>
border-color css
<style>
span { border-color: #E675C7; }
span { border-color: rgb(230,117,199); }
td.TdClassName
{
border-color: #E675C7;
}
.TagClassName
{
border-color: #E675C7;
}
</style>