Shades of Persian Pink #E280B3
Tints of Persian Pink #E280B3
RGB
CMYK
RGB Variations
Color information
#E280B3 (or 0xE280B3) is known color: Persian Pink. HEX triplet: E2, 80 and B3. RGB value is (226,128,179). Sum of RGB (Red+Green+Blue) = 226+128+179=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E280B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280B3 is #1D7F4C. Grayscale: #A3A3A3. Windows color (decimal): -1933133 or 11763938. OLE color: 11763938.
HSL color Cylindrical-coordinate representation of color #E280B3: hue angle of 328.78º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E280B3 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 179 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.11 |
| HSL | 328.78º | 0.63% | 0.69% | - |
| HSV(B) | 328.78º | 0.43% | 0.89% | - |
| XYZ | 47.22 | 34.86 | 46.89 | - |
| YUV | 163.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 179 | 0 | 0.43 | 0.21 | 0.11 | 328.78 | 0.63 | 0.69 |
| Hex | E2 | 80 | B3 | 0 | 2B | 15 | B | 149 | 3F | 45 |
| Octal | 342 | 200 | 263 | 0 | 53 | 25 | 13 | 511 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10110011 | 0 | 101011 | 10101 | 1011 | 101001001 | 111111 | 1000101 |
Color Harmonies of #E280B3
Complementary color
Monochromatic Colors of #E280B3
Black with #E280B3
Text Example
Text Example
White with #E280B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280B3; }
p { color: rgb(226,128,179); }
H1.HeaderClassName
{
color: #E280B3;
}
.AnyTagClassName
{
color: #E280B3;
}
</style>
background-color css
<style>
a { background-color: #E280B3; }
a { background-color: rgb(226,128,179); }
div.DivClassName
{
background-color: #E280B3;
}
.BgClassName
{
background-color: #E280B3;
}
</style>
border-color css
<style>
span { border-color: #E280B3; }
span { border-color: rgb(226,128,179); }
td.TdClassName
{
border-color: #E280B3;
}
.TagClassName
{
border-color: #E280B3;
}
</style>