Shades of Persian Pink #E37BBB
Tints of Persian Pink #E37BBB
RGB
CMYK
RGB Variations
Color information
#E37BBB (or 0xE37BBB) is known color: Persian Pink. HEX triplet: E3, 7B and BB. RGB value is (227,123,187). Sum of RGB (Red+Green+Blue) = 227+123+187=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E37BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37BBB is #1C8444. Grayscale: #A1A1A1. Windows color (decimal): -1868869 or 12286947. OLE color: 12286947.
HSL color Cylindrical-coordinate representation of color #E37BBB: hue angle of 323.08º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E37BBB is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 123 | 187 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.11 |
| HSL | 323.08º | 0.65% | 0.69% | - |
| HSV(B) | 323.08º | 0.46% | 0.89% | - |
| XYZ | 47.73 | 34.08 | 51.08 | - |
| YUV | 161.39 | 142.46 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 123 | 187 | 0 | 0.46 | 0.18 | 0.11 | 323.08 | 0.65 | 0.69 |
| Hex | E3 | 7B | BB | 0 | 2E | 12 | B | 143 | 41 | 45 |
| Octal | 343 | 173 | 273 | 0 | 56 | 22 | 13 | 503 | 101 | 105 |
| Binary | 11100011 | 1111011 | 10111011 | 0 | 101110 | 10010 | 1011 | 101000011 | 1000001 | 1000101 |
Color Harmonies of #E37BBB
Complementary color
Monochromatic Colors of #E37BBB
Black with #E37BBB
Text Example
Text Example
White with #E37BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37BBB; }
p { color: rgb(227,123,187); }
H1.HeaderClassName
{
color: #E37BBB;
}
.AnyTagClassName
{
color: #E37BBB;
}
</style>
background-color css
<style>
a { background-color: #E37BBB; }
a { background-color: rgb(227,123,187); }
div.DivClassName
{
background-color: #E37BBB;
}
.BgClassName
{
background-color: #E37BBB;
}
</style>
border-color css
<style>
span { border-color: #E37BBB; }
span { border-color: rgb(227,123,187); }
td.TdClassName
{
border-color: #E37BBB;
}
.TagClassName
{
border-color: #E37BBB;
}
</style>