Shades of Persian Pink #EE81B4
Tints of Persian Pink #EE81B4
RGB
CMYK
RGB Variations
Color information
#EE81B4 (or 0xEE81B4) is known color: Persian Pink. HEX triplet: EE, 81 and B4. RGB value is (238,129,180). Sum of RGB (Red+Green+Blue) = 238+129+180=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81B4 is #117E4B. Grayscale: #A7A7A7. Windows color (decimal): -1146444 or 11829742. OLE color: 11829742.
HSL color Cylindrical-coordinate representation of color #EE81B4: hue angle of 331.93º 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 #EE81B4 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 180 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.07 |
| HSL | 331.93º | 0.76% | 0.72% | - |
| HSV(B) | 331.93º | 0.46% | 0.93% | - |
| XYZ | 51.35 | 37.17 | 47.65 | - |
| YUV | 167.41 | 135.11 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 180 | 0 | 0.46 | 0.24 | 0.07 | 331.93 | 0.76 | 0.72 |
| Hex | EE | 81 | B4 | 0 | 2E | 18 | 7 | 14C | 4C | 48 |
| Octal | 356 | 201 | 264 | 0 | 56 | 30 | 7 | 514 | 114 | 110 |
| Binary | 11101110 | 10000001 | 10110100 | 0 | 101110 | 11000 | 111 | 101001100 | 1001100 | 1001000 |
Color Harmonies of #EE81B4
Complementary color
Monochromatic Colors of #EE81B4
Black with #EE81B4
Text Example
Text Example
White with #EE81B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE81B4; }
p { color: rgb(238,129,180); }
H1.HeaderClassName
{
color: #EE81B4;
}
.AnyTagClassName
{
color: #EE81B4;
}
</style>
background-color css
<style>
a { background-color: #EE81B4; }
a { background-color: rgb(238,129,180); }
div.DivClassName
{
background-color: #EE81B4;
}
.BgClassName
{
background-color: #EE81B4;
}
</style>
border-color css
<style>
span { border-color: #EE81B4; }
span { border-color: rgb(238,129,180); }
td.TdClassName
{
border-color: #EE81B4;
}
.TagClassName
{
border-color: #EE81B4;
}
</style>