Shades of Persian Pink #EE7BAF
Tints of Persian Pink #EE7BAF
RGB
CMYK
RGB Variations
Color information
#EE7BAF (or 0xEE7BAF) is known color: Persian Pink. HEX triplet: EE, 7B and AF. RGB value is (238,123,175). Sum of RGB (Red+Green+Blue) = 238+123+175=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7BAF is #118450. Grayscale: #A3A3A3. Windows color (decimal): -1147985 or 11500526. OLE color: 11500526.
HSL color Cylindrical-coordinate representation of color #EE7BAF: hue angle of 332.87º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7BAF is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 123 | 175 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.07 |
| HSL | 332.87º | 0.77% | 0.71% | - |
| HSV(B) | 332.87º | 0.48% | 0.93% | - |
| XYZ | 50.08 | 35.44 | 44.76 | - |
| YUV | 163.31 | 134.6 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 175 | 0 | 0.48 | 0.26 | 0.07 | 332.87 | 0.77 | 0.71 |
| Hex | EE | 7B | AF | 0 | 30 | 1A | 7 | 14D | 4D | 47 |
| Octal | 356 | 173 | 257 | 0 | 60 | 32 | 7 | 515 | 115 | 107 |
| Binary | 11101110 | 1111011 | 10101111 | 0 | 110000 | 11010 | 111 | 101001101 | 1001101 | 1000111 |
Color Harmonies of #EE7BAF
Complementary color
Monochromatic Colors of #EE7BAF
Black with #EE7BAF
Text Example
Text Example
White with #EE7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7BAF; }
p { color: rgb(238,123,175); }
H1.HeaderClassName
{
color: #EE7BAF;
}
.AnyTagClassName
{
color: #EE7BAF;
}
</style>
background-color css
<style>
a { background-color: #EE7BAF; }
a { background-color: rgb(238,123,175); }
div.DivClassName
{
background-color: #EE7BAF;
}
.BgClassName
{
background-color: #EE7BAF;
}
</style>
border-color css
<style>
span { border-color: #EE7BAF; }
span { border-color: rgb(238,123,175); }
td.TdClassName
{
border-color: #EE7BAF;
}
.TagClassName
{
border-color: #EE7BAF;
}
</style>