Shades of Persian Pink #E675C5
Tints of Persian Pink #E675C5
RGB
CMYK
RGB Variations
Color information
#E675C5 (or 0xE675C5) is known color: Persian Pink. HEX triplet: E6, 75 and C5. RGB value is (230,117,197). Sum of RGB (Red+Green+Blue) = 230+117+197=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E675C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675C5 is #198A3A. Grayscale: #9F9F9F. Windows color (decimal): -1673787 or 12940774. OLE color: 12940774.
HSL color Cylindrical-coordinate representation of color #E675C5: hue angle of 317.52º 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 #E675C5 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 197 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.10 |
| HSL | 317.52º | 0.69% | 0.68% | - |
| HSV(B) | 317.52º | 0.49% | 0.9% | - |
| XYZ | 49.07 | 33.58 | 56.72 | - |
| YUV | 159.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 197 | 0 | 0.49 | 0.14 | 0.10 | 317.52 | 0.69 | 0.68 |
| Hex | E6 | 75 | C5 | 0 | 31 | E | A | 13E | 45 | 44 |
| Octal | 346 | 165 | 305 | 0 | 61 | 16 | 12 | 476 | 105 | 104 |
| Binary | 11100110 | 1110101 | 11000101 | 0 | 110001 | 1110 | 1010 | 100111110 | 1000101 | 1000100 |
Color Harmonies of #E675C5
Complementary color
Monochromatic Colors of #E675C5
Black with #E675C5
Text Example
Text Example
White with #E675C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675C5; }
p { color: rgb(230,117,197); }
H1.HeaderClassName
{
color: #E675C5;
}
.AnyTagClassName
{
color: #E675C5;
}
</style>
background-color css
<style>
a { background-color: #E675C5; }
a { background-color: rgb(230,117,197); }
div.DivClassName
{
background-color: #E675C5;
}
.BgClassName
{
background-color: #E675C5;
}
</style>
border-color css
<style>
span { border-color: #E675C5; }
span { border-color: rgb(230,117,197); }
td.TdClassName
{
border-color: #E675C5;
}
.TagClassName
{
border-color: #E675C5;
}
</style>