Shades of Persian Rose #E133AB
Tints of Persian Rose #E133AB
RGB
CMYK
RGB Variations
Color information
#E133AB (or 0xE133AB) is known color: Persian Rose. HEX triplet: E1, 33 and AB. RGB value is (225,51,171). Sum of RGB (Red+Green+Blue) = 225+51+171=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E133AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E133AB is #1ECC54. Grayscale: #747474. Windows color (decimal): -2018389 or 11219937. OLE color: 11219937.
HSL color Cylindrical-coordinate representation of color #E133AB: hue angle of 318.62º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E133AB is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 171 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.12 |
| HSL | 318.62º | 0.74% | 0.54% | - |
| HSV(B) | 318.62º | 0.77% | 0.88% | - |
| XYZ | 39.59 | 21.32 | 40.56 | - |
| YUV | 116.71 | 158.65 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 171 | 0 | 0.77 | 0.24 | 0.12 | 318.62 | 0.74 | 0.54 |
| Hex | E1 | 33 | AB | 0 | 4D | 18 | C | 13F | 4A | 36 |
| Octal | 341 | 63 | 253 | 0 | 115 | 30 | 14 | 477 | 112 | 66 |
| Binary | 11100001 | 110011 | 10101011 | 0 | 1001101 | 11000 | 1100 | 100111111 | 1001010 | 110110 |
Color Harmonies of #E133AB
Complementary color
Monochromatic Colors of #E133AB
Black with #E133AB
Text Example
Text Example
White with #E133AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E133AB; }
p { color: rgb(225,51,171); }
H1.HeaderClassName
{
color: #E133AB;
}
.AnyTagClassName
{
color: #E133AB;
}
</style>
background-color css
<style>
a { background-color: #E133AB; }
a { background-color: rgb(225,51,171); }
div.DivClassName
{
background-color: #E133AB;
}
.BgClassName
{
background-color: #E133AB;
}
</style>
border-color css
<style>
span { border-color: #E133AB; }
span { border-color: rgb(225,51,171); }
td.TdClassName
{
border-color: #E133AB;
}
.TagClassName
{
border-color: #E133AB;
}
</style>