Shades of Persian Rose #EA28A8
Tints of Persian Rose #EA28A8
RGB
CMYK
RGB Variations
Color information
#EA28A8 (or 0xEA28A8) is known color: Persian Rose. HEX triplet: EA, 28 and A8. RGB value is (234,40,168). Sum of RGB (Red+Green+Blue) = 234+40+168=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA28A8 is #15D757. Grayscale: #707070. Windows color (decimal): -1431384 or 11020522. OLE color: 11020522.
HSL color Cylindrical-coordinate representation of color #EA28A8: hue angle of 320.41º 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 #EA28A8 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 168 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.08 |
| HSL | 320.41º | 0.82% | 0.54% | - |
| HSV(B) | 320.41º | 0.83% | 0.92% | - |
| XYZ | 41.76 | 21.84 | 39.06 | - |
| YUV | 112.6 | 159.27 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 168 | 0 | 0.83 | 0.28 | 0.08 | 320.41 | 0.82 | 0.54 |
| Hex | EA | 28 | A8 | 0 | 53 | 1C | 8 | 140 | 52 | 36 |
| Octal | 352 | 50 | 250 | 0 | 123 | 34 | 10 | 500 | 122 | 66 |
| Binary | 11101010 | 101000 | 10101000 | 0 | 1010011 | 11100 | 1000 | 101000000 | 1010010 | 110110 |
Color Harmonies of #EA28A8
Complementary color
Monochromatic Colors of #EA28A8
Black with #EA28A8
Text Example
Text Example
White with #EA28A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28A8; }
p { color: rgb(234,40,168); }
H1.HeaderClassName
{
color: #EA28A8;
}
.AnyTagClassName
{
color: #EA28A8;
}
</style>
background-color css
<style>
a { background-color: #EA28A8; }
a { background-color: rgb(234,40,168); }
div.DivClassName
{
background-color: #EA28A8;
}
.BgClassName
{
background-color: #EA28A8;
}
</style>
border-color css
<style>
span { border-color: #EA28A8; }
span { border-color: rgb(234,40,168); }
td.TdClassName
{
border-color: #EA28A8;
}
.TagClassName
{
border-color: #EA28A8;
}
</style>