Shades of Persian Rose #E33CAB
Tints of Persian Rose #E33CAB
RGB
CMYK
RGB Variations
Color information
#E33CAB (or 0xE33CAB) is known color: Persian Rose. HEX triplet: E3, 3C and AB. RGB value is (227,60,171). Sum of RGB (Red+Green+Blue) = 227+60+171=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33CAB is #1CC354. Grayscale: #7A7A7A. Windows color (decimal): -1885013 or 11222243. OLE color: 11222243.
HSL color Cylindrical-coordinate representation of color #E33CAB: hue angle of 320.12º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33CAB is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 60 | 171 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.11 |
| HSL | 320.12º | 0.75% | 0.56% | - |
| HSV(B) | 320.12º | 0.74% | 0.89% | - |
| XYZ | 40.65 | 22.5 | 40.73 | - |
| YUV | 122.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 171 | 0 | 0.74 | 0.25 | 0.11 | 320.12 | 0.75 | 0.56 |
| Hex | E3 | 3C | AB | 0 | 4A | 19 | B | 140 | 4B | 38 |
| Octal | 343 | 74 | 253 | 0 | 112 | 31 | 13 | 500 | 113 | 70 |
| Binary | 11100011 | 111100 | 10101011 | 0 | 1001010 | 11001 | 1011 | 101000000 | 1001011 | 111000 |
Color Harmonies of #E33CAB
Complementary color
Monochromatic Colors of #E33CAB
Black with #E33CAB
Text Example
Text Example
White with #E33CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33CAB; }
p { color: rgb(227,60,171); }
H1.HeaderClassName
{
color: #E33CAB;
}
.AnyTagClassName
{
color: #E33CAB;
}
</style>
background-color css
<style>
a { background-color: #E33CAB; }
a { background-color: rgb(227,60,171); }
div.DivClassName
{
background-color: #E33CAB;
}
.BgClassName
{
background-color: #E33CAB;
}
</style>
border-color css
<style>
span { border-color: #E33CAB; }
span { border-color: rgb(227,60,171); }
td.TdClassName
{
border-color: #E33CAB;
}
.TagClassName
{
border-color: #E33CAB;
}
</style>