Shades of Persian Rose #EA32A3
Tints of Persian Rose #EA32A3
RGB
CMYK
RGB Variations
Color information
#EA32A3 (or 0xEA32A3) is known color: Persian Rose. HEX triplet: EA, 32 and A3. RGB value is (234,50,163). Sum of RGB (Red+Green+Blue) = 234+50+163=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA32A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA32A3 is #15CD5C. Grayscale: #757575. Windows color (decimal): -1428829 or 10695402. OLE color: 10695402.
HSL color Cylindrical-coordinate representation of color #EA32A3: hue angle of 323.15º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA32A3 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 163 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.08 |
| HSL | 323.15º | 0.81% | 0.56% | - |
| HSV(B) | 323.15º | 0.79% | 0.92% | - |
| XYZ | 41.68 | 22.42 | 36.78 | - |
| YUV | 117.9 | 153.46 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 163 | 0 | 0.79 | 0.30 | 0.08 | 323.15 | 0.81 | 0.56 |
| Hex | EA | 32 | A3 | 0 | 4F | 1E | 8 | 143 | 51 | 38 |
| Octal | 352 | 62 | 243 | 0 | 117 | 36 | 10 | 503 | 121 | 70 |
| Binary | 11101010 | 110010 | 10100011 | 0 | 1001111 | 11110 | 1000 | 101000011 | 1010001 | 111000 |
Color Harmonies of #EA32A3
Complementary color
Monochromatic Colors of #EA32A3
Black with #EA32A3
Text Example
Text Example
White with #EA32A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA32A3; }
p { color: rgb(234,50,163); }
H1.HeaderClassName
{
color: #EA32A3;
}
.AnyTagClassName
{
color: #EA32A3;
}
</style>
background-color css
<style>
a { background-color: #EA32A3; }
a { background-color: rgb(234,50,163); }
div.DivClassName
{
background-color: #EA32A3;
}
.BgClassName
{
background-color: #EA32A3;
}
</style>
border-color css
<style>
span { border-color: #EA32A3; }
span { border-color: rgb(234,50,163); }
td.TdClassName
{
border-color: #EA32A3;
}
.TagClassName
{
border-color: #EA32A3;
}
</style>