Shades of Persian Pink #E375BF
Tints of Persian Pink #E375BF
RGB
CMYK
RGB Variations
Color information
#E375BF (or 0xE375BF) is known color: Persian Pink. HEX triplet: E3, 75 and BF. RGB value is (227,117,191). Sum of RGB (Red+Green+Blue) = 227+117+191=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E375BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375BF is #1C8A40. Grayscale: #9E9E9E. Windows color (decimal): -1870401 or 12547555. OLE color: 12547555.
HSL color Cylindrical-coordinate representation of color #E375BF: hue angle of 319.64º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E375BF is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 191 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.11 |
| HSL | 319.64º | 0.66% | 0.67% | - |
| HSV(B) | 319.64º | 0.48% | 0.89% | - |
| XYZ | 47.44 | 32.82 | 53.12 | - |
| YUV | 158.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 191 | 0 | 0.48 | 0.16 | 0.11 | 319.64 | 0.66 | 0.67 |
| Hex | E3 | 75 | BF | 0 | 30 | 10 | B | 140 | 42 | 43 |
| Octal | 343 | 165 | 277 | 0 | 60 | 20 | 13 | 500 | 102 | 103 |
| Binary | 11100011 | 1110101 | 10111111 | 0 | 110000 | 10000 | 1011 | 101000000 | 1000010 | 1000011 |
Color Harmonies of #E375BF
Complementary color
Monochromatic Colors of #E375BF
Black with #E375BF
Text Example
Text Example
White with #E375BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E375BF; }
p { color: rgb(227,117,191); }
H1.HeaderClassName
{
color: #E375BF;
}
.AnyTagClassName
{
color: #E375BF;
}
</style>
background-color css
<style>
a { background-color: #E375BF; }
a { background-color: rgb(227,117,191); }
div.DivClassName
{
background-color: #E375BF;
}
.BgClassName
{
background-color: #E375BF;
}
</style>
border-color css
<style>
span { border-color: #E375BF; }
span { border-color: rgb(227,117,191); }
td.TdClassName
{
border-color: #E375BF;
}
.TagClassName
{
border-color: #E375BF;
}
</style>