Shades of Persian Pink #ED7FB2
Tints of Persian Pink #ED7FB2
RGB
CMYK
RGB Variations
Color information
#ED7FB2 (or 0xED7FB2) is known color: Persian Pink. HEX triplet: ED, 7F and B2. RGB value is (237,127,178). Sum of RGB (Red+Green+Blue) = 237+127+178=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7FB2 is #12804D. Grayscale: #A5A5A5. Windows color (decimal): -1212494 or 11698157. OLE color: 11698157.
HSL color Cylindrical-coordinate representation of color #ED7FB2: hue angle of 332.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7FB2 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 178 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.07 |
| HSL | 332.18º | 0.75% | 0.71% | - |
| HSV(B) | 332.18º | 0.46% | 0.93% | - |
| XYZ | 50.55 | 36.4 | 46.48 | - |
| YUV | 165.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 178 | 0 | 0.46 | 0.25 | 0.07 | 332.18 | 0.75 | 0.71 |
| Hex | ED | 7F | B2 | 0 | 2E | 19 | 7 | 14C | 4B | 47 |
| Octal | 355 | 177 | 262 | 0 | 56 | 31 | 7 | 514 | 113 | 107 |
| Binary | 11101101 | 1111111 | 10110010 | 0 | 101110 | 11001 | 111 | 101001100 | 1001011 | 1000111 |
Color Harmonies of #ED7FB2
Complementary color
Monochromatic Colors of #ED7FB2
Black with #ED7FB2
Text Example
Text Example
White with #ED7FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7FB2; }
p { color: rgb(237,127,178); }
H1.HeaderClassName
{
color: #ED7FB2;
}
.AnyTagClassName
{
color: #ED7FB2;
}
</style>
background-color css
<style>
a { background-color: #ED7FB2; }
a { background-color: rgb(237,127,178); }
div.DivClassName
{
background-color: #ED7FB2;
}
.BgClassName
{
background-color: #ED7FB2;
}
</style>
border-color css
<style>
span { border-color: #ED7FB2; }
span { border-color: rgb(237,127,178); }
td.TdClassName
{
border-color: #ED7FB2;
}
.TagClassName
{
border-color: #ED7FB2;
}
</style>