Shades of Persian Pink #EA75B0
Tints of Persian Pink #EA75B0
RGB
CMYK
RGB Variations
Color information
#EA75B0 (or 0xEA75B0) is known color: Persian Pink. HEX triplet: EA, 75 and B0. RGB value is (234,117,176). Sum of RGB (Red+Green+Blue) = 234+117+176=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA75B0 is #158A4F. Grayscale: #9E9E9E. Windows color (decimal): -1411664 or 11564522. OLE color: 11564522.
HSL color Cylindrical-coordinate representation of color #EA75B0: hue angle of 329.74º 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 #EA75B0 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 176 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.08 |
| HSL | 329.74º | 0.74% | 0.69% | - |
| HSV(B) | 329.74º | 0.5% | 0.92% | - |
| XYZ | 48.13 | 33.35 | 44.97 | - |
| YUV | 158.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 176 | 0 | 0.5 | 0.25 | 0.08 | 329.74 | 0.74 | 0.69 |
| Hex | EA | 75 | B0 | 0 | 32 | 19 | 8 | 14A | 4A | 45 |
| Octal | 352 | 165 | 260 | 0 | 62 | 31 | 10 | 512 | 112 | 105 |
| Binary | 11101010 | 1110101 | 10110000 | 0 | 110010 | 11001 | 1000 | 101001010 | 1001010 | 1000101 |
Color Harmonies of #EA75B0
Complementary color
Monochromatic Colors of #EA75B0
Black with #EA75B0
Text Example
Text Example
White with #EA75B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA75B0; }
p { color: rgb(234,117,176); }
H1.HeaderClassName
{
color: #EA75B0;
}
.AnyTagClassName
{
color: #EA75B0;
}
</style>
background-color css
<style>
a { background-color: #EA75B0; }
a { background-color: rgb(234,117,176); }
div.DivClassName
{
background-color: #EA75B0;
}
.BgClassName
{
background-color: #EA75B0;
}
</style>
border-color css
<style>
span { border-color: #EA75B0; }
span { border-color: rgb(234,117,176); }
td.TdClassName
{
border-color: #EA75B0;
}
.TagClassName
{
border-color: #EA75B0;
}
</style>