Shades of Persian Pink #E384BD
Tints of Persian Pink #E384BD
RGB
CMYK
RGB Variations
Color information
#E384BD (or 0xE384BD) is known color: Persian Pink. HEX triplet: E3, 84 and BD. RGB value is (227,132,189). Sum of RGB (Red+Green+Blue) = 227+132+189=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E384BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384BD is #1C7B42. Grayscale: #A6A6A6. Windows color (decimal): -1866563 or 12420323. OLE color: 12420323.
HSL color Cylindrical-coordinate representation of color #E384BD: hue angle of 324º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E384BD is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 189 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.11 |
| HSL | 324º | 0.63% | 0.7% | - |
| HSV(B) | 324º | 0.42% | 0.89% | - |
| XYZ | 49.12 | 36.51 | 52.6 | - |
| YUV | 166.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 189 | 0 | 0.42 | 0.17 | 0.11 | 324 | 0.63 | 0.7 |
| Hex | E3 | 84 | BD | 0 | 2A | 11 | B | 144 | 3F | 46 |
| Octal | 343 | 204 | 275 | 0 | 52 | 21 | 13 | 504 | 77 | 106 |
| Binary | 11100011 | 10000100 | 10111101 | 0 | 101010 | 10001 | 1011 | 101000100 | 111111 | 1000110 |
Color Harmonies of #E384BD
Complementary color
Monochromatic Colors of #E384BD
Black with #E384BD
Text Example
Text Example
White with #E384BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E384BD; }
p { color: rgb(227,132,189); }
H1.HeaderClassName
{
color: #E384BD;
}
.AnyTagClassName
{
color: #E384BD;
}
</style>
background-color css
<style>
a { background-color: #E384BD; }
a { background-color: rgb(227,132,189); }
div.DivClassName
{
background-color: #E384BD;
}
.BgClassName
{
background-color: #E384BD;
}
</style>
border-color css
<style>
span { border-color: #E384BD; }
span { border-color: rgb(227,132,189); }
td.TdClassName
{
border-color: #E384BD;
}
.TagClassName
{
border-color: #E384BD;
}
</style>