Shades of Persian Pink #EB7DB2
Tints of Persian Pink #EB7DB2
RGB
CMYK
RGB Variations
Color information
#EB7DB2 (or 0xEB7DB2) is known color: Persian Pink. HEX triplet: EB, 7D and B2. RGB value is (235,125,178). Sum of RGB (Red+Green+Blue) = 235+125+178=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7DB2 is #14824D. Grayscale: #A3A3A3. Windows color (decimal): -1344078 or 11697643. OLE color: 11697643.
HSL color Cylindrical-coordinate representation of color #EB7DB2: hue angle of 331.09º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB7DB2 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 125 | 178 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.08 |
| HSL | 331.09º | 0.73% | 0.71% | - |
| HSV(B) | 331.09º | 0.47% | 0.92% | - |
| XYZ | 49.63 | 35.54 | 46.36 | - |
| YUV | 163.93 | 135.94 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 125 | 178 | 0 | 0.47 | 0.24 | 0.08 | 331.09 | 0.73 | 0.71 |
| Hex | EB | 7D | B2 | 0 | 2F | 18 | 8 | 14B | 49 | 47 |
| Octal | 353 | 175 | 262 | 0 | 57 | 30 | 10 | 513 | 111 | 107 |
| Binary | 11101011 | 1111101 | 10110010 | 0 | 101111 | 11000 | 1000 | 101001011 | 1001001 | 1000111 |
Color Harmonies of #EB7DB2
Complementary color
Monochromatic Colors of #EB7DB2
Black with #EB7DB2
Text Example
Text Example
White with #EB7DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7DB2; }
p { color: rgb(235,125,178); }
H1.HeaderClassName
{
color: #EB7DB2;
}
.AnyTagClassName
{
color: #EB7DB2;
}
</style>
background-color css
<style>
a { background-color: #EB7DB2; }
a { background-color: rgb(235,125,178); }
div.DivClassName
{
background-color: #EB7DB2;
}
.BgClassName
{
background-color: #EB7DB2;
}
</style>
border-color css
<style>
span { border-color: #EB7DB2; }
span { border-color: rgb(235,125,178); }
td.TdClassName
{
border-color: #EB7DB2;
}
.TagClassName
{
border-color: #EB7DB2;
}
</style>