Shades of Persian Pink #EE80B3
Tints of Persian Pink #EE80B3
RGB
CMYK
RGB Variations
Color information
#EE80B3 (or 0xEE80B3) is known color: Persian Pink. HEX triplet: EE, 80 and B3. RGB value is (238,128,179). Sum of RGB (Red+Green+Blue) = 238+128+179=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80B3 is #117F4C. Grayscale: #A6A6A6. Windows color (decimal): -1146701 or 11763950. OLE color: 11763950.
HSL color Cylindrical-coordinate representation of color #EE80B3: hue angle of 332.18º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE80B3 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 179 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.07 |
| HSL | 332.18º | 0.76% | 0.72% | - |
| HSV(B) | 332.18º | 0.46% | 0.93% | - |
| XYZ | 51.12 | 36.87 | 47.07 | - |
| YUV | 166.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 179 | 0 | 0.46 | 0.25 | 0.07 | 332.18 | 0.76 | 0.72 |
| Hex | EE | 80 | B3 | 0 | 2E | 19 | 7 | 14C | 4C | 48 |
| Octal | 356 | 200 | 263 | 0 | 56 | 31 | 7 | 514 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10110011 | 0 | 101110 | 11001 | 111 | 101001100 | 1001100 | 1001000 |
Color Harmonies of #EE80B3
Complementary color
Monochromatic Colors of #EE80B3
Black with #EE80B3
Text Example
Text Example
White with #EE80B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80B3; }
p { color: rgb(238,128,179); }
H1.HeaderClassName
{
color: #EE80B3;
}
.AnyTagClassName
{
color: #EE80B3;
}
</style>
background-color css
<style>
a { background-color: #EE80B3; }
a { background-color: rgb(238,128,179); }
div.DivClassName
{
background-color: #EE80B3;
}
.BgClassName
{
background-color: #EE80B3;
}
</style>
border-color css
<style>
span { border-color: #EE80B3; }
span { border-color: rgb(238,128,179); }
td.TdClassName
{
border-color: #EE80B3;
}
.TagClassName
{
border-color: #EE80B3;
}
</style>