Shades of Persian Pink #EA76BD
Tints of Persian Pink #EA76BD
RGB
CMYK
RGB Variations
Color information
#EA76BD (or 0xEA76BD) is known color: Persian Pink. HEX triplet: EA, 76 and BD. RGB value is (234,118,189). Sum of RGB (Red+Green+Blue) = 234+118+189=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76BD is #158942. Grayscale: #A0A0A0. Windows color (decimal): -1411395 or 12416746. OLE color: 12416746.
HSL color Cylindrical-coordinate representation of color #EA76BD: hue angle of 323.28º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76BD is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 189 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.08 |
| HSL | 323.28º | 0.73% | 0.69% | - |
| HSV(B) | 323.28º | 0.5% | 0.92% | - |
| XYZ | 49.6 | 34.12 | 52.12 | - |
| YUV | 160.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 189 | 0 | 0.50 | 0.19 | 0.08 | 323.28 | 0.73 | 0.69 |
| Hex | EA | 76 | BD | 0 | 32 | 13 | 8 | 143 | 49 | 45 |
| Octal | 352 | 166 | 275 | 0 | 62 | 23 | 10 | 503 | 111 | 105 |
| Binary | 11101010 | 1110110 | 10111101 | 0 | 110010 | 10011 | 1000 | 101000011 | 1001001 | 1000101 |
Color Harmonies of #EA76BD
Complementary color
Monochromatic Colors of #EA76BD
Black with #EA76BD
Text Example
Text Example
White with #EA76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA76BD; }
p { color: rgb(234,118,189); }
H1.HeaderClassName
{
color: #EA76BD;
}
.AnyTagClassName
{
color: #EA76BD;
}
</style>
background-color css
<style>
a { background-color: #EA76BD; }
a { background-color: rgb(234,118,189); }
div.DivClassName
{
background-color: #EA76BD;
}
.BgClassName
{
background-color: #EA76BD;
}
</style>
border-color css
<style>
span { border-color: #EA76BD; }
span { border-color: rgb(234,118,189); }
td.TdClassName
{
border-color: #EA76BD;
}
.TagClassName
{
border-color: #EA76BD;
}
</style>