Shades of Persian Rose #EB32AB
Tints of Persian Rose #EB32AB
RGB
CMYK
RGB Variations
Color information
#EB32AB (or 0xEB32AB) is known color: Persian Rose. HEX triplet: EB, 32 and AB. RGB value is (235,50,171). Sum of RGB (Red+Green+Blue) = 235+50+171=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB32AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB32AB is #14CD54. Grayscale: #767676. Windows color (decimal): -1363285 or 11219691. OLE color: 11219691.
HSL color Cylindrical-coordinate representation of color #EB32AB: hue angle of 320.76º 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 #EB32AB is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 50 | 171 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.08 |
| HSL | 320.76º | 0.82% | 0.56% | - |
| HSV(B) | 320.76º | 0.79% | 0.92% | - |
| XYZ | 42.75 | 22.88 | 40.69 | - |
| YUV | 119.11 | 157.29 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 50 | 171 | 0 | 0.79 | 0.27 | 0.08 | 320.76 | 0.82 | 0.56 |
| Hex | EB | 32 | AB | 0 | 4F | 1B | 8 | 141 | 52 | 38 |
| Octal | 353 | 62 | 253 | 0 | 117 | 33 | 10 | 501 | 122 | 70 |
| Binary | 11101011 | 110010 | 10101011 | 0 | 1001111 | 11011 | 1000 | 101000001 | 1010010 | 111000 |
Color Harmonies of #EB32AB
Complementary color
Monochromatic Colors of #EB32AB
Black with #EB32AB
Text Example
Text Example
White with #EB32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB32AB; }
p { color: rgb(235,50,171); }
H1.HeaderClassName
{
color: #EB32AB;
}
.AnyTagClassName
{
color: #EB32AB;
}
</style>
background-color css
<style>
a { background-color: #EB32AB; }
a { background-color: rgb(235,50,171); }
div.DivClassName
{
background-color: #EB32AB;
}
.BgClassName
{
background-color: #EB32AB;
}
</style>
border-color css
<style>
span { border-color: #EB32AB; }
span { border-color: rgb(235,50,171); }
td.TdClassName
{
border-color: #EB32AB;
}
.TagClassName
{
border-color: #EB32AB;
}
</style>