Shades of Persian Pink #EE74BF
Tints of Persian Pink #EE74BF
RGB
CMYK
RGB Variations
Color information
#EE74BF (or 0xEE74BF) is known color: Persian Pink. HEX triplet: EE, 74 and BF. RGB value is (238,116,191). Sum of RGB (Red+Green+Blue) = 238+116+191=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE74BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE74BF is #118B40. Grayscale: #A0A0A0. Windows color (decimal): -1149761 or 12547310. OLE color: 12547310.
HSL color Cylindrical-coordinate representation of color #EE74BF: hue angle of 323.11º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE74BF is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 191 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.07 |
| HSL | 323.11º | 0.78% | 0.69% | - |
| HSV(B) | 323.11º | 0.51% | 0.93% | - |
| XYZ | 50.91 | 34.43 | 53.25 | - |
| YUV | 161.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 191 | 0 | 0.51 | 0.20 | 0.07 | 323.11 | 0.78 | 0.69 |
| Hex | EE | 74 | BF | 0 | 33 | 14 | 7 | 143 | 4E | 45 |
| Octal | 356 | 164 | 277 | 0 | 63 | 24 | 7 | 503 | 116 | 105 |
| Binary | 11101110 | 1110100 | 10111111 | 0 | 110011 | 10100 | 111 | 101000011 | 1001110 | 1000101 |
Color Harmonies of #EE74BF
Complementary color
Monochromatic Colors of #EE74BF
Black with #EE74BF
Text Example
Text Example
White with #EE74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE74BF; }
p { color: rgb(238,116,191); }
H1.HeaderClassName
{
color: #EE74BF;
}
.AnyTagClassName
{
color: #EE74BF;
}
</style>
background-color css
<style>
a { background-color: #EE74BF; }
a { background-color: rgb(238,116,191); }
div.DivClassName
{
background-color: #EE74BF;
}
.BgClassName
{
background-color: #EE74BF;
}
</style>
border-color css
<style>
span { border-color: #EE74BF; }
span { border-color: rgb(238,116,191); }
td.TdClassName
{
border-color: #EE74BF;
}
.TagClassName
{
border-color: #EE74BF;
}
</style>