Shades of Persian Rose #EA2D9C
Tints of Persian Rose #EA2D9C
RGB
CMYK
RGB Variations
Color information
#EA2D9C (or 0xEA2D9C) is known color: Persian Rose. HEX triplet: EA, 2D and 9C. RGB value is (234,45,156). Sum of RGB (Red+Green+Blue) = 234+45+156=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2D9C is #15D263. Grayscale: #717171. Windows color (decimal): -1430116 or 10235370. OLE color: 10235370.
HSL color Cylindrical-coordinate representation of color #EA2D9C: hue angle of 324.76º 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 #EA2D9C is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 156 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.08 |
| HSL | 324.76º | 0.82% | 0.55% | - |
| HSV(B) | 324.76º | 0.81% | 0.92% | - |
| XYZ | 40.87 | 21.77 | 33.5 | - |
| YUV | 114.17 | 151.62 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 156 | 0 | 0.81 | 0.33 | 0.08 | 324.76 | 0.82 | 0.55 |
| Hex | EA | 2D | 9C | 0 | 51 | 21 | 8 | 145 | 52 | 37 |
| Octal | 352 | 55 | 234 | 0 | 121 | 41 | 10 | 505 | 122 | 67 |
| Binary | 11101010 | 101101 | 10011100 | 0 | 1010001 | 100001 | 1000 | 101000101 | 1010010 | 110111 |
Color Harmonies of #EA2D9C
Complementary color
Monochromatic Colors of #EA2D9C
Black with #EA2D9C
Text Example
Text Example
White with #EA2D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D9C; }
p { color: rgb(234,45,156); }
H1.HeaderClassName
{
color: #EA2D9C;
}
.AnyTagClassName
{
color: #EA2D9C;
}
</style>
background-color css
<style>
a { background-color: #EA2D9C; }
a { background-color: rgb(234,45,156); }
div.DivClassName
{
background-color: #EA2D9C;
}
.BgClassName
{
background-color: #EA2D9C;
}
</style>
border-color css
<style>
span { border-color: #EA2D9C; }
span { border-color: rgb(234,45,156); }
td.TdClassName
{
border-color: #EA2D9C;
}
.TagClassName
{
border-color: #EA2D9C;
}
</style>