Shades of Persian Pink #EB74C2
Tints of Persian Pink #EB74C2
RGB
CMYK
RGB Variations
Color information
#EB74C2 (or 0xEB74C2) is known color: Persian Pink. HEX triplet: EB, 74 and C2. RGB value is (235,116,194). Sum of RGB (Red+Green+Blue) = 235+116+194=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74C2 is #148B3D. Grayscale: #A0A0A0. Windows color (decimal): -1346366 or 12743915. OLE color: 12743915.
HSL color Cylindrical-coordinate representation of color #EB74C2: hue angle of 320.67º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB74C2 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 116 | 194 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.08 |
| HSL | 320.67º | 0.75% | 0.69% | - |
| HSV(B) | 320.67º | 0.51% | 0.92% | - |
| XYZ | 50.24 | 34.05 | 54.96 | - |
| YUV | 160.47 | 146.92 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 116 | 194 | 0 | 0.51 | 0.17 | 0.08 | 320.67 | 0.75 | 0.69 |
| Hex | EB | 74 | C2 | 0 | 33 | 11 | 8 | 141 | 4B | 45 |
| Octal | 353 | 164 | 302 | 0 | 63 | 21 | 10 | 501 | 113 | 105 |
| Binary | 11101011 | 1110100 | 11000010 | 0 | 110011 | 10001 | 1000 | 101000001 | 1001011 | 1000101 |
Color Harmonies of #EB74C2
Complementary color
Monochromatic Colors of #EB74C2
Black with #EB74C2
Text Example
Text Example
White with #EB74C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB74C2; }
p { color: rgb(235,116,194); }
H1.HeaderClassName
{
color: #EB74C2;
}
.AnyTagClassName
{
color: #EB74C2;
}
</style>
background-color css
<style>
a { background-color: #EB74C2; }
a { background-color: rgb(235,116,194); }
div.DivClassName
{
background-color: #EB74C2;
}
.BgClassName
{
background-color: #EB74C2;
}
</style>
border-color css
<style>
span { border-color: #EB74C2; }
span { border-color: rgb(235,116,194); }
td.TdClassName
{
border-color: #EB74C2;
}
.TagClassName
{
border-color: #EB74C2;
}
</style>