Shades of Persian Rose #EB32AA
Tints of Persian Rose #EB32AA
RGB
CMYK
RGB Variations
Color information
#EB32AA (or 0xEB32AA) is known color: Persian Rose. HEX triplet: EB, 32 and AA. RGB value is (235,50,170). Sum of RGB (Red+Green+Blue) = 235+50+170=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB32AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB32AA is #14CD55. Grayscale: #767676. Windows color (decimal): -1363286 or 11154155. OLE color: 11154155.
HSL color Cylindrical-coordinate representation of color #EB32AA: hue angle of 321.08º degrees, saturation: 0.82, 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 #EB32AA is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 50 | 170 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.08 |
| HSL | 321.08º | 0.82% | 0.56% | - |
| HSV(B) | 321.08º | 0.79% | 0.92% | - |
| XYZ | 42.66 | 22.85 | 40.19 | - |
| YUV | 119 | 156.79 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 50 | 170 | 0 | 0.79 | 0.28 | 0.08 | 321.08 | 0.82 | 0.56 |
| Hex | EB | 32 | AA | 0 | 4F | 1C | 8 | 141 | 52 | 38 |
| Octal | 353 | 62 | 252 | 0 | 117 | 34 | 10 | 501 | 122 | 70 |
| Binary | 11101011 | 110010 | 10101010 | 0 | 1001111 | 11100 | 1000 | 101000001 | 1010010 | 111000 |
Color Harmonies of #EB32AA
Complementary color
Monochromatic Colors of #EB32AA
Black with #EB32AA
Text Example
Text Example
White with #EB32AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB32AA; }
p { color: rgb(235,50,170); }
H1.HeaderClassName
{
color: #EB32AA;
}
.AnyTagClassName
{
color: #EB32AA;
}
</style>
background-color css
<style>
a { background-color: #EB32AA; }
a { background-color: rgb(235,50,170); }
div.DivClassName
{
background-color: #EB32AA;
}
.BgClassName
{
background-color: #EB32AA;
}
</style>
border-color css
<style>
span { border-color: #EB32AA; }
span { border-color: rgb(235,50,170); }
td.TdClassName
{
border-color: #EB32AA;
}
.TagClassName
{
border-color: #EB32AA;
}
</style>