Shades of Persian Pink #E273BD
Tints of Persian Pink #E273BD
RGB
CMYK
RGB Variations
Color information
#E273BD (or 0xE273BD) is known color: Persian Pink. HEX triplet: E2, 73 and BD. RGB value is (226,115,189). Sum of RGB (Red+Green+Blue) = 226+115+189=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E273BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273BD is #1D8C42. Grayscale: #9C9C9C. Windows color (decimal): -1936451 or 12415970. OLE color: 12415970.
HSL color Cylindrical-coordinate representation of color #E273BD: hue angle of 320º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E273BD is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 189 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.11 |
| HSL | 320º | 0.66% | 0.67% | - |
| HSV(B) | 320º | 0.49% | 0.89% | - |
| XYZ | 46.68 | 32.1 | 51.88 | - |
| YUV | 156.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 189 | 0 | 0.49 | 0.16 | 0.11 | 320 | 0.66 | 0.67 |
| Hex | E2 | 73 | BD | 0 | 31 | 10 | B | 140 | 42 | 43 |
| Octal | 342 | 163 | 275 | 0 | 61 | 20 | 13 | 500 | 102 | 103 |
| Binary | 11100010 | 1110011 | 10111101 | 0 | 110001 | 10000 | 1011 | 101000000 | 1000010 | 1000011 |
Color Harmonies of #E273BD
Complementary color
Monochromatic Colors of #E273BD
Black with #E273BD
Text Example
Text Example
White with #E273BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E273BD; }
p { color: rgb(226,115,189); }
H1.HeaderClassName
{
color: #E273BD;
}
.AnyTagClassName
{
color: #E273BD;
}
</style>
background-color css
<style>
a { background-color: #E273BD; }
a { background-color: rgb(226,115,189); }
div.DivClassName
{
background-color: #E273BD;
}
.BgClassName
{
background-color: #E273BD;
}
</style>
border-color css
<style>
span { border-color: #E273BD; }
span { border-color: rgb(226,115,189); }
td.TdClassName
{
border-color: #E273BD;
}
.TagClassName
{
border-color: #E273BD;
}
</style>