Shades of Persian Pink #E36BB8
Tints of Persian Pink #E36BB8
RGB
CMYK
RGB Variations
Color information
#E36BB8 (or 0xE36BB8) is known color: Persian Pink. HEX triplet: E3, 6B and B8. RGB value is (227,107,184). Sum of RGB (Red+Green+Blue) = 227+107+184=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BB8 is #1C9447. Grayscale: #979797. Windows color (decimal): -1872968 or 12086243. OLE color: 12086243.
HSL color Cylindrical-coordinate representation of color #E36BB8: hue angle of 321.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E36BB8 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 107 | 184 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.11 |
| HSL | 321.5º | 0.68% | 0.65% | - |
| HSV(B) | 321.5º | 0.53% | 0.89% | - |
| XYZ | 45.59 | 30.31 | 48.79 | - |
| YUV | 151.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 107 | 184 | 0 | 0.53 | 0.19 | 0.11 | 321.5 | 0.68 | 0.65 |
| Hex | E3 | 6B | B8 | 0 | 35 | 13 | B | 142 | 44 | 41 |
| Octal | 343 | 153 | 270 | 0 | 65 | 23 | 13 | 502 | 104 | 101 |
| Binary | 11100011 | 1101011 | 10111000 | 0 | 110101 | 10011 | 1011 | 101000010 | 1000100 | 1000001 |
Color Harmonies of #E36BB8
Complementary color
Monochromatic Colors of #E36BB8
Black with #E36BB8
Text Example
Text Example
White with #E36BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36BB8; }
p { color: rgb(227,107,184); }
H1.HeaderClassName
{
color: #E36BB8;
}
.AnyTagClassName
{
color: #E36BB8;
}
</style>
background-color css
<style>
a { background-color: #E36BB8; }
a { background-color: rgb(227,107,184); }
div.DivClassName
{
background-color: #E36BB8;
}
.BgClassName
{
background-color: #E36BB8;
}
</style>
border-color css
<style>
span { border-color: #E36BB8; }
span { border-color: rgb(227,107,184); }
td.TdClassName
{
border-color: #E36BB8;
}
.TagClassName
{
border-color: #E36BB8;
}
</style>