Shades of Persian Pink #ED78C3
Tints of Persian Pink #ED78C3
RGB
CMYK
RGB Variations
Color information
#ED78C3 (or 0xED78C3) is known color: Persian Pink. HEX triplet: ED, 78 and C3. RGB value is (237,120,195). Sum of RGB (Red+Green+Blue) = 237+120+195=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78C3 is #12873C. Grayscale: #A3A3A3. Windows color (decimal): -1214269 or 12810477. OLE color: 12810477.
HSL color Cylindrical-coordinate representation of color #ED78C3: hue angle of 321.54º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED78C3 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 195 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.07 |
| HSL | 321.54º | 0.76% | 0.7% | - |
| HSV(B) | 321.54º | 0.49% | 0.93% | - |
| XYZ | 51.49 | 35.38 | 55.74 | - |
| YUV | 163.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 195 | 0 | 0.49 | 0.18 | 0.07 | 321.54 | 0.76 | 0.7 |
| Hex | ED | 78 | C3 | 0 | 31 | 12 | 7 | 142 | 4C | 46 |
| Octal | 355 | 170 | 303 | 0 | 61 | 22 | 7 | 502 | 114 | 106 |
| Binary | 11101101 | 1111000 | 11000011 | 0 | 110001 | 10010 | 111 | 101000010 | 1001100 | 1000110 |
Color Harmonies of #ED78C3
Complementary color
Monochromatic Colors of #ED78C3
Black with #ED78C3
Text Example
Text Example
White with #ED78C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED78C3; }
p { color: rgb(237,120,195); }
H1.HeaderClassName
{
color: #ED78C3;
}
.AnyTagClassName
{
color: #ED78C3;
}
</style>
background-color css
<style>
a { background-color: #ED78C3; }
a { background-color: rgb(237,120,195); }
div.DivClassName
{
background-color: #ED78C3;
}
.BgClassName
{
background-color: #ED78C3;
}
</style>
border-color css
<style>
span { border-color: #ED78C3; }
span { border-color: rgb(237,120,195); }
td.TdClassName
{
border-color: #ED78C3;
}
.TagClassName
{
border-color: #ED78C3;
}
</style>