Shades of Persian Pink #EE76B3
Tints of Persian Pink #EE76B3
RGB
CMYK
RGB Variations
Color information
#EE76B3 (or 0xEE76B3) is known color: Persian Pink. HEX triplet: EE, 76 and B3. RGB value is (238,118,179). Sum of RGB (Red+Green+Blue) = 238+118+179=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE76B3 is #11894C. Grayscale: #A0A0A0. Windows color (decimal): -1149261 or 11761390. OLE color: 11761390.
HSL color Cylindrical-coordinate representation of color #EE76B3: hue angle of 329.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE76B3 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 179 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.07 |
| HSL | 329.5º | 0.78% | 0.7% | - |
| HSV(B) | 329.5º | 0.5% | 0.93% | - |
| XYZ | 49.88 | 34.39 | 46.66 | - |
| YUV | 160.83 | 138.26 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 179 | 0 | 0.50 | 0.25 | 0.07 | 329.5 | 0.78 | 0.7 |
| Hex | EE | 76 | B3 | 0 | 32 | 19 | 7 | 14A | 4E | 46 |
| Octal | 356 | 166 | 263 | 0 | 62 | 31 | 7 | 512 | 116 | 106 |
| Binary | 11101110 | 1110110 | 10110011 | 0 | 110010 | 11001 | 111 | 101001010 | 1001110 | 1000110 |
Color Harmonies of #EE76B3
Complementary color
Monochromatic Colors of #EE76B3
Black with #EE76B3
Text Example
Text Example
White with #EE76B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE76B3; }
p { color: rgb(238,118,179); }
H1.HeaderClassName
{
color: #EE76B3;
}
.AnyTagClassName
{
color: #EE76B3;
}
</style>
background-color css
<style>
a { background-color: #EE76B3; }
a { background-color: rgb(238,118,179); }
div.DivClassName
{
background-color: #EE76B3;
}
.BgClassName
{
background-color: #EE76B3;
}
</style>
border-color css
<style>
span { border-color: #EE76B3; }
span { border-color: rgb(238,118,179); }
td.TdClassName
{
border-color: #EE76B3;
}
.TagClassName
{
border-color: #EE76B3;
}
</style>