Shades of Persian Rose #E333AD
Tints of Persian Rose #E333AD
RGB
CMYK
RGB Variations
Color information
#E333AD (or 0xE333AD) is known color: Persian Rose. HEX triplet: E3, 33 and AD. RGB value is (227,51,173). Sum of RGB (Red+Green+Blue) = 227+51+173=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E333AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E333AD is #1CCC52. Grayscale: #757575. Windows color (decimal): -1887315 or 11351011. OLE color: 11351011.
HSL color Cylindrical-coordinate representation of color #E333AD: hue angle of 318.41º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E333AD is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 51 | 173 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.11 |
| HSL | 318.41º | 0.76% | 0.55% | - |
| HSV(B) | 318.41º | 0.78% | 0.89% | - |
| XYZ | 40.41 | 21.72 | 41.6 | - |
| YUV | 117.53 | 159.31 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 51 | 173 | 0 | 0.78 | 0.24 | 0.11 | 318.41 | 0.76 | 0.55 |
| Hex | E3 | 33 | AD | 0 | 4E | 18 | B | 13E | 4C | 37 |
| Octal | 343 | 63 | 255 | 0 | 116 | 30 | 13 | 476 | 114 | 67 |
| Binary | 11100011 | 110011 | 10101101 | 0 | 1001110 | 11000 | 1011 | 100111110 | 1001100 | 110111 |
Color Harmonies of #E333AD
Complementary color
Monochromatic Colors of #E333AD
Black with #E333AD
Text Example
Text Example
White with #E333AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E333AD; }
p { color: rgb(227,51,173); }
H1.HeaderClassName
{
color: #E333AD;
}
.AnyTagClassName
{
color: #E333AD;
}
</style>
background-color css
<style>
a { background-color: #E333AD; }
a { background-color: rgb(227,51,173); }
div.DivClassName
{
background-color: #E333AD;
}
.BgClassName
{
background-color: #E333AD;
}
</style>
border-color css
<style>
span { border-color: #E333AD; }
span { border-color: rgb(227,51,173); }
td.TdClassName
{
border-color: #E333AD;
}
.TagClassName
{
border-color: #E333AD;
}
</style>