Shades of Persian Rose #EA38A5
Tints of Persian Rose #EA38A5
RGB
CMYK
RGB Variations
Color information
#EA38A5 (or 0xEA38A5) is known color: Persian Rose. HEX triplet: EA, 38 and A5. RGB value is (234,56,165). Sum of RGB (Red+Green+Blue) = 234+56+165=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA38A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA38A5 is #15C75A. Grayscale: #797979. Windows color (decimal): -1427291 or 10828010. OLE color: 10828010.
HSL color Cylindrical-coordinate representation of color #EA38A5: hue angle of 323.26º 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 #EA38A5 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 56 | 165 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.08 |
| HSL | 323.26º | 0.81% | 0.57% | - |
| HSV(B) | 323.26º | 0.76% | 0.92% | - |
| XYZ | 42.14 | 23.04 | 37.82 | - |
| YUV | 121.65 | 152.47 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 56 | 165 | 0 | 0.76 | 0.29 | 0.08 | 323.26 | 0.81 | 0.57 |
| Hex | EA | 38 | A5 | 0 | 4C | 1D | 8 | 143 | 51 | 39 |
| Octal | 352 | 70 | 245 | 0 | 114 | 35 | 10 | 503 | 121 | 71 |
| Binary | 11101010 | 111000 | 10100101 | 0 | 1001100 | 11101 | 1000 | 101000011 | 1010001 | 111001 |
Color Harmonies of #EA38A5
Complementary color
Monochromatic Colors of #EA38A5
Black with #EA38A5
Text Example
Text Example
White with #EA38A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA38A5; }
p { color: rgb(234,56,165); }
H1.HeaderClassName
{
color: #EA38A5;
}
.AnyTagClassName
{
color: #EA38A5;
}
</style>
background-color css
<style>
a { background-color: #EA38A5; }
a { background-color: rgb(234,56,165); }
div.DivClassName
{
background-color: #EA38A5;
}
.BgClassName
{
background-color: #EA38A5;
}
</style>
border-color css
<style>
span { border-color: #EA38A5; }
span { border-color: rgb(234,56,165); }
td.TdClassName
{
border-color: #EA38A5;
}
.TagClassName
{
border-color: #EA38A5;
}
</style>