Shades of Persian Pink #EE83B2
Tints of Persian Pink #EE83B2
RGB
CMYK
RGB Variations
Color information
#EE83B2 (or 0xEE83B2) is known color: Persian Pink. HEX triplet: EE, 83 and B2. RGB value is (238,131,178). Sum of RGB (Red+Green+Blue) = 238+131+178=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE83B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE83B2 is #117C4D. Grayscale: #A8A8A8. Windows color (decimal): -1145934 or 11699182. OLE color: 11699182.
HSL color Cylindrical-coordinate representation of color #EE83B2: hue angle of 333.64º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE83B2 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 178 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.07 |
| HSL | 333.64º | 0.76% | 0.72% | - |
| HSV(B) | 333.64º | 0.45% | 0.93% | - |
| XYZ | 51.41 | 37.62 | 46.67 | - |
| YUV | 168.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 178 | 0 | 0.45 | 0.25 | 0.07 | 333.64 | 0.76 | 0.72 |
| Hex | EE | 83 | B2 | 0 | 2D | 19 | 7 | 14E | 4C | 48 |
| Octal | 356 | 203 | 262 | 0 | 55 | 31 | 7 | 516 | 114 | 110 |
| Binary | 11101110 | 10000011 | 10110010 | 0 | 101101 | 11001 | 111 | 101001110 | 1001100 | 1001000 |
Color Harmonies of #EE83B2
Complementary color
Monochromatic Colors of #EE83B2
Black with #EE83B2
Text Example
Text Example
White with #EE83B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE83B2; }
p { color: rgb(238,131,178); }
H1.HeaderClassName
{
color: #EE83B2;
}
.AnyTagClassName
{
color: #EE83B2;
}
</style>
background-color css
<style>
a { background-color: #EE83B2; }
a { background-color: rgb(238,131,178); }
div.DivClassName
{
background-color: #EE83B2;
}
.BgClassName
{
background-color: #EE83B2;
}
</style>
border-color css
<style>
span { border-color: #EE83B2; }
span { border-color: rgb(238,131,178); }
td.TdClassName
{
border-color: #EE83B2;
}
.TagClassName
{
border-color: #EE83B2;
}
</style>