Shades of Persian Pink #E378B2
Tints of Persian Pink #E378B2
RGB
CMYK
RGB Variations
Color information
#E378B2 (or 0xE378B2) is known color: Persian Pink. HEX triplet: E3, 78 and B2. RGB value is (227,120,178). Sum of RGB (Red+Green+Blue) = 227+120+178=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E378B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E378B2 is #1C874D. Grayscale: #9E9E9E. Windows color (decimal): -1869646 or 11696355. OLE color: 11696355.
HSL color Cylindrical-coordinate representation of color #E378B2: hue angle of 327.48º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E378B2 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 120 | 178 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.11 |
| HSL | 327.48º | 0.66% | 0.68% | - |
| HSV(B) | 327.48º | 0.47% | 0.89% | - |
| XYZ | 46.43 | 32.98 | 46.04 | - |
| YUV | 158.61 | 138.95 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 178 | 0 | 0.47 | 0.22 | 0.11 | 327.48 | 0.66 | 0.68 |
| Hex | E3 | 78 | B2 | 0 | 2F | 16 | B | 147 | 42 | 44 |
| Octal | 343 | 170 | 262 | 0 | 57 | 26 | 13 | 507 | 102 | 104 |
| Binary | 11100011 | 1111000 | 10110010 | 0 | 101111 | 10110 | 1011 | 101000111 | 1000010 | 1000100 |
Color Harmonies of #E378B2
Complementary color
Monochromatic Colors of #E378B2
Black with #E378B2
Text Example
Text Example
White with #E378B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E378B2; }
p { color: rgb(227,120,178); }
H1.HeaderClassName
{
color: #E378B2;
}
.AnyTagClassName
{
color: #E378B2;
}
</style>
background-color css
<style>
a { background-color: #E378B2; }
a { background-color: rgb(227,120,178); }
div.DivClassName
{
background-color: #E378B2;
}
.BgClassName
{
background-color: #E378B2;
}
</style>
border-color css
<style>
span { border-color: #E378B2; }
span { border-color: rgb(227,120,178); }
td.TdClassName
{
border-color: #E378B2;
}
.TagClassName
{
border-color: #E378B2;
}
</style>