Shades of Persian Pink #EE82AF
Tints of Persian Pink #EE82AF
RGB
CMYK
RGB Variations
Color information
#EE82AF (or 0xEE82AF) is known color: Persian Pink. HEX triplet: EE, 82 and AF. RGB value is (238,130,175). Sum of RGB (Red+Green+Blue) = 238+130+175=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE82AF is #117D50. Grayscale: #A7A7A7. Windows color (decimal): -1146193 or 11502318. OLE color: 11502318.
HSL color Cylindrical-coordinate representation of color #EE82AF: hue angle of 335º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE82AF is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 130 | 175 | - |
CMYK | 0 | 0.45 | 0.26 | 0.07 |
HSL | 335º | 0.76% | 0.72% | - |
HSV(B) | 335º | 0.45% | 0.93% | - |
XYZ | 50.98 | 37.24 | 45.06 | - |
YUV | 167.42 | 132.28 | 178.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 130 | 175 | 0 | 0.45 | 0.26 | 0.07 | 335 | 0.76 | 0.72 |
Hex | EE | 82 | AF | 0 | 2D | 1A | 7 | 14F | 4C | 48 |
Octal | 356 | 202 | 257 | 0 | 55 | 32 | 7 | 517 | 114 | 110 |
Binary | 11101110 | 10000010 | 10101111 | 0 | 101101 | 11010 | 111 | 101001111 | 1001100 | 1001000 |
Color Harmonies of #EE82AF
Complementary color
Monochromatic Colors of #EE82AF
Black with #EE82AF
Text Example
Text Example
White with #EE82AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE82AF; }
p { color: rgb(238,130,175); }
H1.HeaderClassName
{
color: #EE82AF;
}
.AnyTagClassName
{
color: #EE82AF;
}
</style>
background-color css
<style>
a { background-color: #EE82AF; }
a { background-color: rgb(238,130,175); }
div.DivClassName
{
background-color: #EE82AF;
}
.BgClassName
{
background-color: #EE82AF;
}
</style>
border-color css
<style>
span { border-color: #EE82AF; }
span { border-color: rgb(238,130,175); }
td.TdClassName
{
border-color: #EE82AF;
}
.TagClassName
{
border-color: #EE82AF;
}
</style>