Shades of Persian Rose #EA2696
Tints of Persian Rose #EA2696
RGB
CMYK
RGB Variations
Color information
#EA2696 (or 0xEA2696) is known color: Persian Rose. HEX triplet: EA, 26 and 96. RGB value is (234,38,150). Sum of RGB (Red+Green+Blue) = 234+38+150=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2696 is #15D969. Grayscale: #6D6D6D. Windows color (decimal): -1431914 or 9840362. OLE color: 9840362.
HSL color Cylindrical-coordinate representation of color #EA2696: hue angle of 325.71º 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 #EA2696 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 150 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.08 |
| HSL | 325.71º | 0.82% | 0.53% | - |
| HSV(B) | 325.71º | 0.84% | 0.92% | - |
| XYZ | 40.13 | 21.08 | 30.81 | - |
| YUV | 109.37 | 150.93 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 150 | 0 | 0.84 | 0.36 | 0.08 | 325.71 | 0.82 | 0.53 |
| Hex | EA | 26 | 96 | 0 | 54 | 24 | 8 | 146 | 52 | 35 |
| Octal | 352 | 46 | 226 | 0 | 124 | 44 | 10 | 506 | 122 | 65 |
| Binary | 11101010 | 100110 | 10010110 | 0 | 1010100 | 100100 | 1000 | 101000110 | 1010010 | 110101 |
Color Harmonies of #EA2696
Complementary color
Monochromatic Colors of #EA2696
Black with #EA2696
Text Example
Text Example
White with #EA2696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2696; }
p { color: rgb(234,38,150); }
H1.HeaderClassName
{
color: #EA2696;
}
.AnyTagClassName
{
color: #EA2696;
}
</style>
background-color css
<style>
a { background-color: #EA2696; }
a { background-color: rgb(234,38,150); }
div.DivClassName
{
background-color: #EA2696;
}
.BgClassName
{
background-color: #EA2696;
}
</style>
border-color css
<style>
span { border-color: #EA2696; }
span { border-color: rgb(234,38,150); }
td.TdClassName
{
border-color: #EA2696;
}
.TagClassName
{
border-color: #EA2696;
}
</style>