Shades of Persian Pink #E275AD
Tints of Persian Pink #E275AD
RGB
CMYK
RGB Variations
Color information
#E275AD (or 0xE275AD) is known color: Persian Pink. HEX triplet: E2, 75 and AD. RGB value is (226,117,173). Sum of RGB (Red+Green+Blue) = 226+117+173=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E275AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E275AD is #1D8A52. Grayscale: #9B9B9B. Windows color (decimal): -1935955 or 11367906. OLE color: 11367906.
HSL color Cylindrical-coordinate representation of color #E275AD: hue angle of 329.17º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E275AD is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 173 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.11 |
| HSL | 329.17º | 0.65% | 0.67% | - |
| HSV(B) | 329.17º | 0.48% | 0.89% | - |
| XYZ | 45.27 | 31.91 | 43.31 | - |
| YUV | 155.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 173 | 0 | 0.48 | 0.23 | 0.11 | 329.17 | 0.65 | 0.67 |
| Hex | E2 | 75 | AD | 0 | 30 | 17 | B | 149 | 41 | 43 |
| Octal | 342 | 165 | 255 | 0 | 60 | 27 | 13 | 511 | 101 | 103 |
| Binary | 11100010 | 1110101 | 10101101 | 0 | 110000 | 10111 | 1011 | 101001001 | 1000001 | 1000011 |
Color Harmonies of #E275AD
Complementary color
Monochromatic Colors of #E275AD
Black with #E275AD
Text Example
Text Example
White with #E275AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275AD; }
p { color: rgb(226,117,173); }
H1.HeaderClassName
{
color: #E275AD;
}
.AnyTagClassName
{
color: #E275AD;
}
</style>
background-color css
<style>
a { background-color: #E275AD; }
a { background-color: rgb(226,117,173); }
div.DivClassName
{
background-color: #E275AD;
}
.BgClassName
{
background-color: #E275AD;
}
</style>
border-color css
<style>
span { border-color: #E275AD; }
span { border-color: rgb(226,117,173); }
td.TdClassName
{
border-color: #E275AD;
}
.TagClassName
{
border-color: #E275AD;
}
</style>