Shades of Persian Rose #EA2896
Tints of Persian Rose #EA2896
RGB
CMYK
RGB Variations
Color information
#EA2896 (or 0xEA2896) is known color: Persian Rose. HEX triplet: EA, 28 and 96. RGB value is (234,40,150). Sum of RGB (Red+Green+Blue) = 234+40+150=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2896 is #15D769. Grayscale: #6E6E6E. Windows color (decimal): -1431402 or 9840874. OLE color: 9840874.
HSL color Cylindrical-coordinate representation of color #EA2896: hue angle of 325.98º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2896 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 150 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.08 |
| HSL | 325.98º | 0.82% | 0.54% | - |
| HSV(B) | 325.98º | 0.83% | 0.92% | - |
| XYZ | 40.2 | 21.21 | 30.83 | - |
| YUV | 110.55 | 150.27 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 150 | 0 | 0.83 | 0.36 | 0.08 | 325.98 | 0.82 | 0.54 |
| Hex | EA | 28 | 96 | 0 | 53 | 24 | 8 | 146 | 52 | 36 |
| Octal | 352 | 50 | 226 | 0 | 123 | 44 | 10 | 506 | 122 | 66 |
| Binary | 11101010 | 101000 | 10010110 | 0 | 1010011 | 100100 | 1000 | 101000110 | 1010010 | 110110 |
Color Harmonies of #EA2896
Complementary color
Monochromatic Colors of #EA2896
Black with #EA2896
Text Example
Text Example
White with #EA2896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2896; }
p { color: rgb(234,40,150); }
H1.HeaderClassName
{
color: #EA2896;
}
.AnyTagClassName
{
color: #EA2896;
}
</style>
background-color css
<style>
a { background-color: #EA2896; }
a { background-color: rgb(234,40,150); }
div.DivClassName
{
background-color: #EA2896;
}
.BgClassName
{
background-color: #EA2896;
}
</style>
border-color css
<style>
span { border-color: #EA2896; }
span { border-color: rgb(234,40,150); }
td.TdClassName
{
border-color: #EA2896;
}
.TagClassName
{
border-color: #EA2896;
}
</style>