Shades of Persian Pink #E378B8
Tints of Persian Pink #E378B8
RGB
CMYK
RGB Variations
Color information
#E378B8 (or 0xE378B8) is known color: Persian Pink. HEX triplet: E3, 78 and B8. RGB value is (227,120,184). Sum of RGB (Red+Green+Blue) = 227+120+184=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E378B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E378B8 is #1C8747. Grayscale: #9F9F9F. Windows color (decimal): -1869640 or 12089571. OLE color: 12089571.
HSL color Cylindrical-coordinate representation of color #E378B8: hue angle of 324.11º 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 #E378B8 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 120 | 184 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.11 |
| HSL | 324.11º | 0.66% | 0.68% | - |
| HSV(B) | 324.11º | 0.47% | 0.89% | - |
| XYZ | 47.05 | 33.22 | 49.28 | - |
| YUV | 159.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 184 | 0 | 0.47 | 0.19 | 0.11 | 324.11 | 0.66 | 0.68 |
| Hex | E3 | 78 | B8 | 0 | 2F | 13 | B | 144 | 42 | 44 |
| Octal | 343 | 170 | 270 | 0 | 57 | 23 | 13 | 504 | 102 | 104 |
| Binary | 11100011 | 1111000 | 10111000 | 0 | 101111 | 10011 | 1011 | 101000100 | 1000010 | 1000100 |
Color Harmonies of #E378B8
Complementary color
Monochromatic Colors of #E378B8
Black with #E378B8
Text Example
Text Example
White with #E378B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E378B8; }
p { color: rgb(227,120,184); }
H1.HeaderClassName
{
color: #E378B8;
}
.AnyTagClassName
{
color: #E378B8;
}
</style>
background-color css
<style>
a { background-color: #E378B8; }
a { background-color: rgb(227,120,184); }
div.DivClassName
{
background-color: #E378B8;
}
.BgClassName
{
background-color: #E378B8;
}
</style>
border-color css
<style>
span { border-color: #E378B8; }
span { border-color: rgb(227,120,184); }
td.TdClassName
{
border-color: #E378B8;
}
.TagClassName
{
border-color: #E378B8;
}
</style>