Shades of Persian Pink #E37BC2
Tints of Persian Pink #E37BC2
RGB
CMYK
RGB Variations
Color information
#E37BC2 (or 0xE37BC2) is known color: Persian Pink. HEX triplet: E3, 7B and C2. RGB value is (227,123,194). Sum of RGB (Red+Green+Blue) = 227+123+194=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E37BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37BC2 is #1C843D. Grayscale: #A2A2A2. Windows color (decimal): -1868862 or 12745699. OLE color: 12745699.
HSL color Cylindrical-coordinate representation of color #E37BC2: hue angle of 319.04º 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 #E37BC2 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 123 | 194 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.11 |
| HSL | 319.04º | 0.65% | 0.69% | - |
| HSV(B) | 319.04º | 0.46% | 0.89% | - |
| XYZ | 48.5 | 34.39 | 55.12 | - |
| YUV | 162.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 123 | 194 | 0 | 0.46 | 0.15 | 0.11 | 319.04 | 0.65 | 0.69 |
| Hex | E3 | 7B | C2 | 0 | 2E | F | B | 13F | 41 | 45 |
| Octal | 343 | 173 | 302 | 0 | 56 | 17 | 13 | 477 | 101 | 105 |
| Binary | 11100011 | 1111011 | 11000010 | 0 | 101110 | 1111 | 1011 | 100111111 | 1000001 | 1000101 |
Color Harmonies of #E37BC2
Complementary color
Monochromatic Colors of #E37BC2
Black with #E37BC2
Text Example
Text Example
White with #E37BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37BC2; }
p { color: rgb(227,123,194); }
H1.HeaderClassName
{
color: #E37BC2;
}
.AnyTagClassName
{
color: #E37BC2;
}
</style>
background-color css
<style>
a { background-color: #E37BC2; }
a { background-color: rgb(227,123,194); }
div.DivClassName
{
background-color: #E37BC2;
}
.BgClassName
{
background-color: #E37BC2;
}
</style>
border-color css
<style>
span { border-color: #E37BC2; }
span { border-color: rgb(227,123,194); }
td.TdClassName
{
border-color: #E37BC2;
}
.TagClassName
{
border-color: #E37BC2;
}
</style>