Shades of Persian Pink #E375BB
Tints of Persian Pink #E375BB
RGB
CMYK
RGB Variations
Color information
#E375BB (or 0xE375BB) is known color: Persian Pink. HEX triplet: E3, 75 and BB. RGB value is (227,117,187). Sum of RGB (Red+Green+Blue) = 227+117+187=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E375BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375BB is #1C8A44. Grayscale: #9D9D9D. Windows color (decimal): -1870405 or 12285411. OLE color: 12285411.
HSL color Cylindrical-coordinate representation of color #E375BB: hue angle of 321.82º 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 #E375BB is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 187 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.11 |
| HSL | 321.82º | 0.66% | 0.67% | - |
| HSV(B) | 321.82º | 0.48% | 0.89% | - |
| XYZ | 47.01 | 32.64 | 50.84 | - |
| YUV | 157.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 187 | 0 | 0.48 | 0.18 | 0.11 | 321.82 | 0.66 | 0.67 |
| Hex | E3 | 75 | BB | 0 | 30 | 12 | B | 142 | 42 | 43 |
| Octal | 343 | 165 | 273 | 0 | 60 | 22 | 13 | 502 | 102 | 103 |
| Binary | 11100011 | 1110101 | 10111011 | 0 | 110000 | 10010 | 1011 | 101000010 | 1000010 | 1000011 |
Color Harmonies of #E375BB
Complementary color
Monochromatic Colors of #E375BB
Black with #E375BB
Text Example
Text Example
White with #E375BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E375BB; }
p { color: rgb(227,117,187); }
H1.HeaderClassName
{
color: #E375BB;
}
.AnyTagClassName
{
color: #E375BB;
}
</style>
background-color css
<style>
a { background-color: #E375BB; }
a { background-color: rgb(227,117,187); }
div.DivClassName
{
background-color: #E375BB;
}
.BgClassName
{
background-color: #E375BB;
}
</style>
border-color css
<style>
span { border-color: #E375BB; }
span { border-color: rgb(227,117,187); }
td.TdClassName
{
border-color: #E375BB;
}
.TagClassName
{
border-color: #E375BB;
}
</style>