Shades of Persian Pink #E475B2
Tints of Persian Pink #E475B2
RGB
CMYK
RGB Variations
Color information
#E475B2 (or 0xE475B2) is known color: Persian Pink. HEX triplet: E4, 75 and B2. RGB value is (228,117,178). Sum of RGB (Red+Green+Blue) = 228+117+178=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E475B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E475B2 is #1B8A4D. Grayscale: #9D9D9D. Windows color (decimal): -1804878 or 11695588. OLE color: 11695588.
HSL color Cylindrical-coordinate representation of color #E475B2: hue angle of 327.03º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E475B2 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 117 | 178 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.11 |
| HSL | 327.03º | 0.67% | 0.68% | - |
| HSV(B) | 327.03º | 0.49% | 0.89% | - |
| XYZ | 46.39 | 32.43 | 45.93 | - |
| YUV | 157.14 | 139.77 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 117 | 178 | 0 | 0.49 | 0.22 | 0.11 | 327.03 | 0.67 | 0.68 |
| Hex | E4 | 75 | B2 | 0 | 31 | 16 | B | 147 | 43 | 44 |
| Octal | 344 | 165 | 262 | 0 | 61 | 26 | 13 | 507 | 103 | 104 |
| Binary | 11100100 | 1110101 | 10110010 | 0 | 110001 | 10110 | 1011 | 101000111 | 1000011 | 1000100 |
Color Harmonies of #E475B2
Complementary color
Monochromatic Colors of #E475B2
Black with #E475B2
Text Example
Text Example
White with #E475B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E475B2; }
p { color: rgb(228,117,178); }
H1.HeaderClassName
{
color: #E475B2;
}
.AnyTagClassName
{
color: #E475B2;
}
</style>
background-color css
<style>
a { background-color: #E475B2; }
a { background-color: rgb(228,117,178); }
div.DivClassName
{
background-color: #E475B2;
}
.BgClassName
{
background-color: #E475B2;
}
</style>
border-color css
<style>
span { border-color: #E475B2; }
span { border-color: rgb(228,117,178); }
td.TdClassName
{
border-color: #E475B2;
}
.TagClassName
{
border-color: #E475B2;
}
</style>