Shades of Persian Pink #EE80B4
Tints of Persian Pink #EE80B4
RGB
CMYK
RGB Variations
Color information
#EE80B4 (or 0xEE80B4) is known color: Persian Pink. HEX triplet: EE, 80 and B4. RGB value is (238,128,180). Sum of RGB (Red+Green+Blue) = 238+128+180=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80B4 is #117F4B. Grayscale: #A6A6A6. Windows color (decimal): -1146700 or 11829486. OLE color: 11829486.
HSL color Cylindrical-coordinate representation of color #EE80B4: hue angle of 331.64º 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 #EE80B4 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 180 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.07 |
| HSL | 331.64º | 0.76% | 0.72% | - |
| HSV(B) | 331.64º | 0.46% | 0.93% | - |
| XYZ | 51.22 | 36.91 | 47.61 | - |
| YUV | 166.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 180 | 0 | 0.46 | 0.24 | 0.07 | 331.64 | 0.76 | 0.72 |
| Hex | EE | 80 | B4 | 0 | 2E | 18 | 7 | 14C | 4C | 48 |
| Octal | 356 | 200 | 264 | 0 | 56 | 30 | 7 | 514 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10110100 | 0 | 101110 | 11000 | 111 | 101001100 | 1001100 | 1001000 |
Color Harmonies of #EE80B4
Complementary color
Monochromatic Colors of #EE80B4
Black with #EE80B4
Text Example
Text Example
White with #EE80B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80B4; }
p { color: rgb(238,128,180); }
H1.HeaderClassName
{
color: #EE80B4;
}
.AnyTagClassName
{
color: #EE80B4;
}
</style>
background-color css
<style>
a { background-color: #EE80B4; }
a { background-color: rgb(238,128,180); }
div.DivClassName
{
background-color: #EE80B4;
}
.BgClassName
{
background-color: #EE80B4;
}
</style>
border-color css
<style>
span { border-color: #EE80B4; }
span { border-color: rgb(238,128,180); }
td.TdClassName
{
border-color: #EE80B4;
}
.TagClassName
{
border-color: #EE80B4;
}
</style>