Shades of Persian Pink #EA83B6
Tints of Persian Pink #EA83B6
RGB
CMYK
RGB Variations
Color information
#EA83B6 (or 0xEA83B6) is known color: Persian Pink. HEX triplet: EA, 83 and B6. RGB value is (234,131,182). Sum of RGB (Red+Green+Blue) = 234+131+182=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83B6 is #157C49. Grayscale: #A7A7A7. Windows color (decimal): -1408074 or 11961322. OLE color: 11961322.
HSL color Cylindrical-coordinate representation of color #EA83B6: hue angle of 330.29º 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 #EA83B6 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 182 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.08 |
| HSL | 330.29º | 0.71% | 0.72% | - |
| HSV(B) | 330.29º | 0.44% | 0.92% | - |
| XYZ | 50.49 | 37.1 | 48.76 | - |
| YUV | 167.61 | 136.12 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 182 | 0 | 0.44 | 0.22 | 0.08 | 330.29 | 0.71 | 0.72 |
| Hex | EA | 83 | B6 | 0 | 2C | 16 | 8 | 14A | 47 | 48 |
| Octal | 352 | 203 | 266 | 0 | 54 | 26 | 10 | 512 | 107 | 110 |
| Binary | 11101010 | 10000011 | 10110110 | 0 | 101100 | 10110 | 1000 | 101001010 | 1000111 | 1001000 |
Color Harmonies of #EA83B6
Complementary color
Monochromatic Colors of #EA83B6
Black with #EA83B6
Text Example
Text Example
White with #EA83B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA83B6; }
p { color: rgb(234,131,182); }
H1.HeaderClassName
{
color: #EA83B6;
}
.AnyTagClassName
{
color: #EA83B6;
}
</style>
background-color css
<style>
a { background-color: #EA83B6; }
a { background-color: rgb(234,131,182); }
div.DivClassName
{
background-color: #EA83B6;
}
.BgClassName
{
background-color: #EA83B6;
}
</style>
border-color css
<style>
span { border-color: #EA83B6; }
span { border-color: rgb(234,131,182); }
td.TdClassName
{
border-color: #EA83B6;
}
.TagClassName
{
border-color: #EA83B6;
}
</style>