Shades of Persian Pink #EE7DBB
Tints of Persian Pink #EE7DBB
RGB
CMYK
RGB Variations
Color information
#EE7DBB (or 0xEE7DBB) is known color: Persian Pink. HEX triplet: EE, 7D and BB. RGB value is (238,125,187). Sum of RGB (Red+Green+Blue) = 238+125+187=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7DBB is #118244. Grayscale: #A5A5A5. Windows color (decimal): -1147461 or 12287470. OLE color: 12287470.
HSL color Cylindrical-coordinate representation of color #EE7DBB: hue angle of 327.08º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7DBB is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 125 | 187 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.07 |
| HSL | 327.08º | 0.77% | 0.71% | - |
| HSV(B) | 327.08º | 0.47% | 0.93% | - |
| XYZ | 51.56 | 36.43 | 51.33 | - |
| YUV | 165.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 125 | 187 | 0 | 0.47 | 0.21 | 0.07 | 327.08 | 0.77 | 0.71 |
| Hex | EE | 7D | BB | 0 | 2F | 15 | 7 | 147 | 4D | 47 |
| Octal | 356 | 175 | 273 | 0 | 57 | 25 | 7 | 507 | 115 | 107 |
| Binary | 11101110 | 1111101 | 10111011 | 0 | 101111 | 10101 | 111 | 101000111 | 1001101 | 1000111 |
Color Harmonies of #EE7DBB
Complementary color
Monochromatic Colors of #EE7DBB
Black with #EE7DBB
Text Example
Text Example
White with #EE7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7DBB; }
p { color: rgb(238,125,187); }
H1.HeaderClassName
{
color: #EE7DBB;
}
.AnyTagClassName
{
color: #EE7DBB;
}
</style>
background-color css
<style>
a { background-color: #EE7DBB; }
a { background-color: rgb(238,125,187); }
div.DivClassName
{
background-color: #EE7DBB;
}
.BgClassName
{
background-color: #EE7DBB;
}
</style>
border-color css
<style>
span { border-color: #EE7DBB; }
span { border-color: rgb(238,125,187); }
td.TdClassName
{
border-color: #EE7DBB;
}
.TagClassName
{
border-color: #EE7DBB;
}
</style>