Shades of Persian Pink #ED74BD
Tints of Persian Pink #ED74BD
RGB
CMYK
RGB Variations
Color information
#ED74BD (or 0xED74BD) is known color: Persian Pink. HEX triplet: ED, 74 and BD. RGB value is (237,116,189). Sum of RGB (Red+Green+Blue) = 237+116+189=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED74BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED74BD is #128B42. Grayscale: #A0A0A0. Windows color (decimal): -1215299 or 12416237. OLE color: 12416237.
HSL color Cylindrical-coordinate representation of color #ED74BD: hue angle of 323.8º degrees, saturation: 0.77, 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 #ED74BD is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 189 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.07 |
| HSL | 323.8º | 0.77% | 0.69% | - |
| HSV(B) | 323.8º | 0.51% | 0.93% | - |
| XYZ | 50.36 | 34.17 | 52.09 | - |
| YUV | 160.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 189 | 0 | 0.51 | 0.20 | 0.07 | 323.8 | 0.77 | 0.69 |
| Hex | ED | 74 | BD | 0 | 33 | 14 | 7 | 144 | 4D | 45 |
| Octal | 355 | 164 | 275 | 0 | 63 | 24 | 7 | 504 | 115 | 105 |
| Binary | 11101101 | 1110100 | 10111101 | 0 | 110011 | 10100 | 111 | 101000100 | 1001101 | 1000101 |
Color Harmonies of #ED74BD
Complementary color
Monochromatic Colors of #ED74BD
Black with #ED74BD
Text Example
Text Example
White with #ED74BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED74BD; }
p { color: rgb(237,116,189); }
H1.HeaderClassName
{
color: #ED74BD;
}
.AnyTagClassName
{
color: #ED74BD;
}
</style>
background-color css
<style>
a { background-color: #ED74BD; }
a { background-color: rgb(237,116,189); }
div.DivClassName
{
background-color: #ED74BD;
}
.BgClassName
{
background-color: #ED74BD;
}
</style>
border-color css
<style>
span { border-color: #ED74BD; }
span { border-color: rgb(237,116,189); }
td.TdClassName
{
border-color: #ED74BD;
}
.TagClassName
{
border-color: #ED74BD;
}
</style>