Shades of Persian Pink #EE81B3
Tints of Persian Pink #EE81B3
RGB
CMYK
RGB Variations
Color information
#EE81B3 (or 0xEE81B3) is known color: Persian Pink. HEX triplet: EE, 81 and B3. RGB value is (238,129,179). Sum of RGB (Red+Green+Blue) = 238+129+179=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81B3 is #117E4C. Grayscale: #A7A7A7. Windows color (decimal): -1146445 or 11764206. OLE color: 11764206.
HSL color Cylindrical-coordinate representation of color #EE81B3: hue angle of 332.48º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE81B3 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 179 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.07 |
| HSL | 332.48º | 0.76% | 0.72% | - |
| HSV(B) | 332.48º | 0.46% | 0.93% | - |
| XYZ | 51.25 | 37.13 | 47.11 | - |
| YUV | 167.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 179 | 0 | 0.46 | 0.25 | 0.07 | 332.48 | 0.76 | 0.72 |
| Hex | EE | 81 | B3 | 0 | 2E | 19 | 7 | 14C | 4C | 48 |
| Octal | 356 | 201 | 263 | 0 | 56 | 31 | 7 | 514 | 114 | 110 |
| Binary | 11101110 | 10000001 | 10110011 | 0 | 101110 | 11001 | 111 | 101001100 | 1001100 | 1001000 |
Color Harmonies of #EE81B3
Complementary color
Monochromatic Colors of #EE81B3
Black with #EE81B3
Text Example
Text Example
White with #EE81B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE81B3; }
p { color: rgb(238,129,179); }
H1.HeaderClassName
{
color: #EE81B3;
}
.AnyTagClassName
{
color: #EE81B3;
}
</style>
background-color css
<style>
a { background-color: #EE81B3; }
a { background-color: rgb(238,129,179); }
div.DivClassName
{
background-color: #EE81B3;
}
.BgClassName
{
background-color: #EE81B3;
}
</style>
border-color css
<style>
span { border-color: #EE81B3; }
span { border-color: rgb(238,129,179); }
td.TdClassName
{
border-color: #EE81B3;
}
.TagClassName
{
border-color: #EE81B3;
}
</style>