Shades of Persian Pink #EA75C2
Tints of Persian Pink #EA75C2
RGB
CMYK
RGB Variations
Color information
#EA75C2 (or 0xEA75C2) is known color: Persian Pink. HEX triplet: EA, 75 and C2. RGB value is (234,117,194). Sum of RGB (Red+Green+Blue) = 234+117+194=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75C2 is #158A3D. Grayscale: #A0A0A0. Windows color (decimal): -1411646 or 12744170. OLE color: 12744170.
HSL color Cylindrical-coordinate representation of color #EA75C2: hue angle of 320.51º degrees, saturation: 0.74, 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 #EA75C2 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 194 | - |
| CMYK | 0 | 0.5 | 0.17 | 0.08 |
| HSL | 320.51º | 0.74% | 0.69% | - |
| HSV(B) | 320.51º | 0.5% | 0.92% | - |
| XYZ | 50.03 | 34.11 | 54.99 | - |
| YUV | 160.76 | 146.76 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 194 | 0 | 0.5 | 0.17 | 0.08 | 320.51 | 0.74 | 0.69 |
| Hex | EA | 75 | C2 | 0 | 32 | 11 | 8 | 141 | 4A | 45 |
| Octal | 352 | 165 | 302 | 0 | 62 | 21 | 10 | 501 | 112 | 105 |
| Binary | 11101010 | 1110101 | 11000010 | 0 | 110010 | 10001 | 1000 | 101000001 | 1001010 | 1000101 |
Color Harmonies of #EA75C2
Complementary color
Monochromatic Colors of #EA75C2
Black with #EA75C2
Text Example
Text Example
White with #EA75C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA75C2; }
p { color: rgb(234,117,194); }
H1.HeaderClassName
{
color: #EA75C2;
}
.AnyTagClassName
{
color: #EA75C2;
}
</style>
background-color css
<style>
a { background-color: #EA75C2; }
a { background-color: rgb(234,117,194); }
div.DivClassName
{
background-color: #EA75C2;
}
.BgClassName
{
background-color: #EA75C2;
}
</style>
border-color css
<style>
span { border-color: #EA75C2; }
span { border-color: rgb(234,117,194); }
td.TdClassName
{
border-color: #EA75C2;
}
.TagClassName
{
border-color: #EA75C2;
}
</style>