Shades of Persian Rose #EA28AB
Tints of Persian Rose #EA28AB
RGB
CMYK
RGB Variations
Color information
#EA28AB (or 0xEA28AB) is known color: Persian Rose. HEX triplet: EA, 28 and AB. RGB value is (234,40,171). Sum of RGB (Red+Green+Blue) = 234+40+171=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA28AB is #15D754. Grayscale: #707070. Windows color (decimal): -1431381 or 11217130. OLE color: 11217130.
HSL color Cylindrical-coordinate representation of color #EA28AB: hue angle of 319.48º 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 #EA28AB is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 171 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.08 |
| HSL | 319.48º | 0.82% | 0.54% | - |
| HSV(B) | 319.48º | 0.83% | 0.92% | - |
| XYZ | 42.04 | 21.95 | 40.55 | - |
| YUV | 112.94 | 160.77 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 171 | 0 | 0.83 | 0.27 | 0.08 | 319.48 | 0.82 | 0.54 |
| Hex | EA | 28 | AB | 0 | 53 | 1B | 8 | 13F | 52 | 36 |
| Octal | 352 | 50 | 253 | 0 | 123 | 33 | 10 | 477 | 122 | 66 |
| Binary | 11101010 | 101000 | 10101011 | 0 | 1010011 | 11011 | 1000 | 100111111 | 1010010 | 110110 |
Color Harmonies of #EA28AB
Complementary color
Monochromatic Colors of #EA28AB
Black with #EA28AB
Text Example
Text Example
White with #EA28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28AB; }
p { color: rgb(234,40,171); }
H1.HeaderClassName
{
color: #EA28AB;
}
.AnyTagClassName
{
color: #EA28AB;
}
</style>
background-color css
<style>
a { background-color: #EA28AB; }
a { background-color: rgb(234,40,171); }
div.DivClassName
{
background-color: #EA28AB;
}
.BgClassName
{
background-color: #EA28AB;
}
</style>
border-color css
<style>
span { border-color: #EA28AB; }
span { border-color: rgb(234,40,171); }
td.TdClassName
{
border-color: #EA28AB;
}
.TagClassName
{
border-color: #EA28AB;
}
</style>