Shades of Persian Pink #E375B7
Tints of Persian Pink #E375B7
RGB
CMYK
RGB Variations
Color information
#E375B7 (or 0xE375B7) is known color: Persian Pink. HEX triplet: E3, 75 and B7. RGB value is (227,117,183). Sum of RGB (Red+Green+Blue) = 227+117+183=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E375B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375B7 is #1C8A48. Grayscale: #9D9D9D. Windows color (decimal): -1870409 or 12023267. OLE color: 12023267.
HSL color Cylindrical-coordinate representation of color #E375B7: hue angle of 324º 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 #E375B7 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 183 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.11 |
| HSL | 324º | 0.66% | 0.67% | - |
| HSV(B) | 324º | 0.48% | 0.89% | - |
| XYZ | 46.59 | 32.47 | 48.61 | - |
| YUV | 157.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 183 | 0 | 0.48 | 0.19 | 0.11 | 324 | 0.66 | 0.67 |
| Hex | E3 | 75 | B7 | 0 | 30 | 13 | B | 144 | 42 | 43 |
| Octal | 343 | 165 | 267 | 0 | 60 | 23 | 13 | 504 | 102 | 103 |
| Binary | 11100011 | 1110101 | 10110111 | 0 | 110000 | 10011 | 1011 | 101000100 | 1000010 | 1000011 |
Color Harmonies of #E375B7
Complementary color
Monochromatic Colors of #E375B7
Black with #E375B7
Text Example
Text Example
White with #E375B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E375B7; }
p { color: rgb(227,117,183); }
H1.HeaderClassName
{
color: #E375B7;
}
.AnyTagClassName
{
color: #E375B7;
}
</style>
background-color css
<style>
a { background-color: #E375B7; }
a { background-color: rgb(227,117,183); }
div.DivClassName
{
background-color: #E375B7;
}
.BgClassName
{
background-color: #E375B7;
}
</style>
border-color css
<style>
span { border-color: #E375B7; }
span { border-color: rgb(227,117,183); }
td.TdClassName
{
border-color: #E375B7;
}
.TagClassName
{
border-color: #E375B7;
}
</style>