Shades of Persian Rose #EA2DA1
Tints of Persian Rose #EA2DA1
RGB
CMYK
RGB Variations
Color information
#EA2DA1 (or 0xEA2DA1) is known color: Persian Rose. HEX triplet: EA, 2D and A1. RGB value is (234,45,161). Sum of RGB (Red+Green+Blue) = 234+45+161=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2DA1 is #15D25E. Grayscale: #727272. Windows color (decimal): -1430111 or 10563050. OLE color: 10563050.
HSL color Cylindrical-coordinate representation of color #EA2DA1: hue angle of 323.17º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2DA1 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 161 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.08 |
| HSL | 323.17º | 0.82% | 0.55% | - |
| HSV(B) | 323.17º | 0.81% | 0.92% | - |
| XYZ | 41.3 | 21.94 | 35.78 | - |
| YUV | 114.74 | 154.12 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 161 | 0 | 0.81 | 0.31 | 0.08 | 323.17 | 0.82 | 0.55 |
| Hex | EA | 2D | A1 | 0 | 51 | 1F | 8 | 143 | 52 | 37 |
| Octal | 352 | 55 | 241 | 0 | 121 | 37 | 10 | 503 | 122 | 67 |
| Binary | 11101010 | 101101 | 10100001 | 0 | 1010001 | 11111 | 1000 | 101000011 | 1010010 | 110111 |
Color Harmonies of #EA2DA1
Complementary color
Monochromatic Colors of #EA2DA1
Black with #EA2DA1
Text Example
Text Example
White with #EA2DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2DA1; }
p { color: rgb(234,45,161); }
H1.HeaderClassName
{
color: #EA2DA1;
}
.AnyTagClassName
{
color: #EA2DA1;
}
</style>
background-color css
<style>
a { background-color: #EA2DA1; }
a { background-color: rgb(234,45,161); }
div.DivClassName
{
background-color: #EA2DA1;
}
.BgClassName
{
background-color: #EA2DA1;
}
</style>
border-color css
<style>
span { border-color: #EA2DA1; }
span { border-color: rgb(234,45,161); }
td.TdClassName
{
border-color: #EA2DA1;
}
.TagClassName
{
border-color: #EA2DA1;
}
</style>