Shades of Persian Pink #E283B3
Tints of Persian Pink #E283B3
RGB
CMYK
RGB Variations
Color information
#E283B3 (or 0xE283B3) is known color: Persian Pink. HEX triplet: E2, 83 and B3. RGB value is (226,131,179). Sum of RGB (Red+Green+Blue) = 226+131+179=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E283B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E283B3 is #1D7C4C. Grayscale: #A4A4A4. Windows color (decimal): -1932365 or 11764706. OLE color: 11764706.
HSL color Cylindrical-coordinate representation of color #E283B3: hue angle of 329.68º degrees, saturation: 0.62, 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 #E283B3 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 179 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.11 |
| HSL | 329.68º | 0.62% | 0.7% | - |
| HSV(B) | 329.68º | 0.42% | 0.89% | - |
| XYZ | 47.62 | 35.66 | 47.02 | - |
| YUV | 164.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 179 | 0 | 0.42 | 0.21 | 0.11 | 329.68 | 0.62 | 0.7 |
| Hex | E2 | 83 | B3 | 0 | 2A | 15 | B | 14A | 3E | 46 |
| Octal | 342 | 203 | 263 | 0 | 52 | 25 | 13 | 512 | 76 | 106 |
| Binary | 11100010 | 10000011 | 10110011 | 0 | 101010 | 10101 | 1011 | 101001010 | 111110 | 1000110 |
Color Harmonies of #E283B3
Complementary color
Monochromatic Colors of #E283B3
Black with #E283B3
Text Example
Text Example
White with #E283B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E283B3; }
p { color: rgb(226,131,179); }
H1.HeaderClassName
{
color: #E283B3;
}
.AnyTagClassName
{
color: #E283B3;
}
</style>
background-color css
<style>
a { background-color: #E283B3; }
a { background-color: rgb(226,131,179); }
div.DivClassName
{
background-color: #E283B3;
}
.BgClassName
{
background-color: #E283B3;
}
</style>
border-color css
<style>
span { border-color: #E283B3; }
span { border-color: rgb(226,131,179); }
td.TdClassName
{
border-color: #E283B3;
}
.TagClassName
{
border-color: #E283B3;
}
</style>