Shades of Persian Pink #E378B3
Tints of Persian Pink #E378B3
RGB
CMYK
RGB Variations
Color information
#E378B3 (or 0xE378B3) is known color: Persian Pink. HEX triplet: E3, 78 and B3. RGB value is (227,120,179). Sum of RGB (Red+Green+Blue) = 227+120+179=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E378B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E378B3 is #1C874C. Grayscale: #9E9E9E. Windows color (decimal): -1869645 or 11761891. OLE color: 11761891.
HSL color Cylindrical-coordinate representation of color #E378B3: hue angle of 326.92º 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 #E378B3 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 120 | 179 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.11 |
| HSL | 326.92º | 0.66% | 0.68% | - |
| HSV(B) | 326.92º | 0.47% | 0.89% | - |
| XYZ | 46.53 | 33.02 | 46.57 | - |
| YUV | 158.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 179 | 0 | 0.47 | 0.21 | 0.11 | 326.92 | 0.66 | 0.68 |
| Hex | E3 | 78 | B3 | 0 | 2F | 15 | B | 147 | 42 | 44 |
| Octal | 343 | 170 | 263 | 0 | 57 | 25 | 13 | 507 | 102 | 104 |
| Binary | 11100011 | 1111000 | 10110011 | 0 | 101111 | 10101 | 1011 | 101000111 | 1000010 | 1000100 |
Color Harmonies of #E378B3
Complementary color
Monochromatic Colors of #E378B3
Black with #E378B3
Text Example
Text Example
White with #E378B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E378B3; }
p { color: rgb(227,120,179); }
H1.HeaderClassName
{
color: #E378B3;
}
.AnyTagClassName
{
color: #E378B3;
}
</style>
background-color css
<style>
a { background-color: #E378B3; }
a { background-color: rgb(227,120,179); }
div.DivClassName
{
background-color: #E378B3;
}
.BgClassName
{
background-color: #E378B3;
}
</style>
border-color css
<style>
span { border-color: #E378B3; }
span { border-color: rgb(227,120,179); }
td.TdClassName
{
border-color: #E378B3;
}
.TagClassName
{
border-color: #E378B3;
}
</style>