Shades of Persian Pink #EA83B1
Tints of Persian Pink #EA83B1
RGB
CMYK
RGB Variations
Color information
#EA83B1 (or 0xEA83B1) is known color: Persian Pink. HEX triplet: EA, 83 and B1. RGB value is (234,131,177). Sum of RGB (Red+Green+Blue) = 234+131+177=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA83B1 is #157C4E. Grayscale: #A6A6A6. Windows color (decimal): -1408079 or 11633642. OLE color: 11633642.
HSL color Cylindrical-coordinate representation of color #EA83B1: hue angle of 333.2º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA83B1 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 177 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.08 |
| HSL | 333.2º | 0.71% | 0.72% | - |
| HSV(B) | 333.2º | 0.44% | 0.92% | - |
| XYZ | 49.98 | 36.9 | 46.08 | - |
| YUV | 167.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 177 | 0 | 0.44 | 0.24 | 0.08 | 333.2 | 0.71 | 0.72 |
| Hex | EA | 83 | B1 | 0 | 2C | 18 | 8 | 14D | 47 | 48 |
| Octal | 352 | 203 | 261 | 0 | 54 | 30 | 10 | 515 | 107 | 110 |
| Binary | 11101010 | 10000011 | 10110001 | 0 | 101100 | 11000 | 1000 | 101001101 | 1000111 | 1001000 |
Color Harmonies of #EA83B1
Complementary color
Monochromatic Colors of #EA83B1
Black with #EA83B1
Text Example
Text Example
White with #EA83B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA83B1; }
p { color: rgb(234,131,177); }
H1.HeaderClassName
{
color: #EA83B1;
}
.AnyTagClassName
{
color: #EA83B1;
}
</style>
background-color css
<style>
a { background-color: #EA83B1; }
a { background-color: rgb(234,131,177); }
div.DivClassName
{
background-color: #EA83B1;
}
.BgClassName
{
background-color: #EA83B1;
}
</style>
border-color css
<style>
span { border-color: #EA83B1; }
span { border-color: rgb(234,131,177); }
td.TdClassName
{
border-color: #EA83B1;
}
.TagClassName
{
border-color: #EA83B1;
}
</style>