Shades of Persian Pink #EE76B2
Tints of Persian Pink #EE76B2
RGB
CMYK
RGB Variations
Color information
#EE76B2 (or 0xEE76B2) is known color: Persian Pink. HEX triplet: EE, 76 and B2. RGB value is (238,118,178). Sum of RGB (Red+Green+Blue) = 238+118+178=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE76B2 is #11894D. Grayscale: #A0A0A0. Windows color (decimal): -1149262 or 11695854. OLE color: 11695854.
HSL color Cylindrical-coordinate representation of color #EE76B2: hue angle of 330º 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 #EE76B2 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 178 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.07 |
| HSL | 330º | 0.78% | 0.7% | - |
| HSV(B) | 330º | 0.5% | 0.93% | - |
| XYZ | 49.77 | 34.35 | 46.13 | - |
| YUV | 160.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 178 | 0 | 0.50 | 0.25 | 0.07 | 330 | 0.78 | 0.7 |
| Hex | EE | 76 | B2 | 0 | 32 | 19 | 7 | 14A | 4E | 46 |
| Octal | 356 | 166 | 262 | 0 | 62 | 31 | 7 | 512 | 116 | 106 |
| Binary | 11101110 | 1110110 | 10110010 | 0 | 110010 | 11001 | 111 | 101001010 | 1001110 | 1000110 |
Color Harmonies of #EE76B2
Complementary color
Monochromatic Colors of #EE76B2
Black with #EE76B2
Text Example
Text Example
White with #EE76B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE76B2; }
p { color: rgb(238,118,178); }
H1.HeaderClassName
{
color: #EE76B2;
}
.AnyTagClassName
{
color: #EE76B2;
}
</style>
background-color css
<style>
a { background-color: #EE76B2; }
a { background-color: rgb(238,118,178); }
div.DivClassName
{
background-color: #EE76B2;
}
.BgClassName
{
background-color: #EE76B2;
}
</style>
border-color css
<style>
span { border-color: #EE76B2; }
span { border-color: rgb(238,118,178); }
td.TdClassName
{
border-color: #EE76B2;
}
.TagClassName
{
border-color: #EE76B2;
}
</style>