Shades of Persian Pink #ED74C1
Tints of Persian Pink #ED74C1
RGB
CMYK
RGB Variations
Color information
#ED74C1 (or 0xED74C1) is known color: Persian Pink. HEX triplet: ED, 74 and C1. RGB value is (237,116,193). Sum of RGB (Red+Green+Blue) = 237+116+193=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED74C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED74C1 is #128B3E. Grayscale: #A0A0A0. Windows color (decimal): -1215295 or 12678381. OLE color: 12678381.
HSL color Cylindrical-coordinate representation of color #ED74C1: hue angle of 321.82º 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 #ED74C1 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 193 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.07 |
| HSL | 321.82º | 0.77% | 0.69% | - |
| HSV(B) | 321.82º | 0.51% | 0.93% | - |
| XYZ | 50.8 | 34.35 | 54.4 | - |
| YUV | 160.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 193 | 0 | 0.51 | 0.19 | 0.07 | 321.82 | 0.77 | 0.69 |
| Hex | ED | 74 | C1 | 0 | 33 | 13 | 7 | 142 | 4D | 45 |
| Octal | 355 | 164 | 301 | 0 | 63 | 23 | 7 | 502 | 115 | 105 |
| Binary | 11101101 | 1110100 | 11000001 | 0 | 110011 | 10011 | 111 | 101000010 | 1001101 | 1000101 |
Color Harmonies of #ED74C1
Complementary color
Monochromatic Colors of #ED74C1
Black with #ED74C1
Text Example
Text Example
White with #ED74C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED74C1; }
p { color: rgb(237,116,193); }
H1.HeaderClassName
{
color: #ED74C1;
}
.AnyTagClassName
{
color: #ED74C1;
}
</style>
background-color css
<style>
a { background-color: #ED74C1; }
a { background-color: rgb(237,116,193); }
div.DivClassName
{
background-color: #ED74C1;
}
.BgClassName
{
background-color: #ED74C1;
}
</style>
border-color css
<style>
span { border-color: #ED74C1; }
span { border-color: rgb(237,116,193); }
td.TdClassName
{
border-color: #ED74C1;
}
.TagClassName
{
border-color: #ED74C1;
}
</style>