Shades of Persian Rose #EA26A7
Tints of Persian Rose #EA26A7
RGB
CMYK
RGB Variations
Color information
#EA26A7 (or 0xEA26A7) is known color: Persian Rose. HEX triplet: EA, 26 and A7. RGB value is (234,38,167). Sum of RGB (Red+Green+Blue) = 234+38+167=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA26A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA26A7 is #15D958. Grayscale: #6E6E6E. Windows color (decimal): -1431897 or 10954474. OLE color: 10954474.
HSL color Cylindrical-coordinate representation of color #EA26A7: hue angle of 320.51º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA26A7 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 167 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.08 |
| HSL | 320.51º | 0.82% | 0.53% | - |
| HSV(B) | 320.51º | 0.84% | 0.92% | - |
| XYZ | 41.6 | 21.67 | 38.55 | - |
| YUV | 111.31 | 159.43 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 167 | 0 | 0.84 | 0.29 | 0.08 | 320.51 | 0.82 | 0.53 |
| Hex | EA | 26 | A7 | 0 | 54 | 1D | 8 | 141 | 52 | 35 |
| Octal | 352 | 46 | 247 | 0 | 124 | 35 | 10 | 501 | 122 | 65 |
| Binary | 11101010 | 100110 | 10100111 | 0 | 1010100 | 11101 | 1000 | 101000001 | 1010010 | 110101 |
Color Harmonies of #EA26A7
Complementary color
Monochromatic Colors of #EA26A7
Black with #EA26A7
Text Example
Text Example
White with #EA26A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA26A7; }
p { color: rgb(234,38,167); }
H1.HeaderClassName
{
color: #EA26A7;
}
.AnyTagClassName
{
color: #EA26A7;
}
</style>
background-color css
<style>
a { background-color: #EA26A7; }
a { background-color: rgb(234,38,167); }
div.DivClassName
{
background-color: #EA26A7;
}
.BgClassName
{
background-color: #EA26A7;
}
</style>
border-color css
<style>
span { border-color: #EA26A7; }
span { border-color: rgb(234,38,167); }
td.TdClassName
{
border-color: #EA26A7;
}
.TagClassName
{
border-color: #EA26A7;
}
</style>