Shades of Persian Rose #EA38AB
Tints of Persian Rose #EA38AB
RGB
CMYK
RGB Variations
Color information
#EA38AB (or 0xEA38AB) is known color: Persian Rose. HEX triplet: EA, 38 and AB. RGB value is (234,56,171). Sum of RGB (Red+Green+Blue) = 234+56+171=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA38AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA38AB is #15C754. Grayscale: #7A7A7A. Windows color (decimal): -1427285 or 11221226. OLE color: 11221226.
HSL color Cylindrical-coordinate representation of color #EA38AB: hue angle of 321.24º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA38AB is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 56 | 171 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.08 |
| HSL | 321.24º | 0.81% | 0.57% | - |
| HSV(B) | 321.24º | 0.76% | 0.92% | - |
| XYZ | 42.7 | 23.26 | 40.77 | - |
| YUV | 122.33 | 155.47 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 56 | 171 | 0 | 0.76 | 0.27 | 0.08 | 321.24 | 0.81 | 0.57 |
| Hex | EA | 38 | AB | 0 | 4C | 1B | 8 | 141 | 51 | 39 |
| Octal | 352 | 70 | 253 | 0 | 114 | 33 | 10 | 501 | 121 | 71 |
| Binary | 11101010 | 111000 | 10101011 | 0 | 1001100 | 11011 | 1000 | 101000001 | 1010001 | 111001 |
Color Harmonies of #EA38AB
Complementary color
Monochromatic Colors of #EA38AB
Black with #EA38AB
Text Example
Text Example
White with #EA38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA38AB; }
p { color: rgb(234,56,171); }
H1.HeaderClassName
{
color: #EA38AB;
}
.AnyTagClassName
{
color: #EA38AB;
}
</style>
background-color css
<style>
a { background-color: #EA38AB; }
a { background-color: rgb(234,56,171); }
div.DivClassName
{
background-color: #EA38AB;
}
.BgClassName
{
background-color: #EA38AB;
}
</style>
border-color css
<style>
span { border-color: #EA38AB; }
span { border-color: rgb(234,56,171); }
td.TdClassName
{
border-color: #EA38AB;
}
.TagClassName
{
border-color: #EA38AB;
}
</style>