Shades of Razzle Dazzle Rose #E325D5
Tints of Razzle Dazzle Rose #E325D5
RGB
CMYK
RGB Variations
Color information
#E325D5 (or 0xE325D5) is known color: Razzle Dazzle Rose. HEX triplet: E3, 25 and D5. RGB value is (227,37,213). Sum of RGB (Red+Green+Blue) = 227+37+213=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 37 (14.84% from 255 or 7.76% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E325D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E325D5 is #1CDA2A. Grayscale: #717171. Windows color (decimal): -1890859 or 13968867. OLE color: 13968867.
HSL color Cylindrical-coordinate representation of color #E325D5: hue angle of 304.42º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E325D5 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 213 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.11 |
| HSL | 304.42º | 0.77% | 0.52% | - |
| HSV(B) | 304.42º | 0.84% | 0.89% | - |
| XYZ | 44.35 | 22.46 | 64.95 | - |
| YUV | 113.87 | 183.95 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 213 | 0 | 0.84 | 0.06 | 0.11 | 304.42 | 0.77 | 0.52 |
| Hex | E3 | 25 | D5 | 0 | 54 | 6 | B | 130 | 4D | 34 |
| Octal | 343 | 45 | 325 | 0 | 124 | 6 | 13 | 460 | 115 | 64 |
| Binary | 11100011 | 100101 | 11010101 | 0 | 1010100 | 110 | 1011 | 100110000 | 1001101 | 110100 |
Color Harmonies of #E325D5
Complementary color
Monochromatic Colors of #E325D5
Black with #E325D5
Text Example
Text Example
White with #E325D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E325D5; }
p { color: rgb(227,37,213); }
H1.HeaderClassName
{
color: #E325D5;
}
.AnyTagClassName
{
color: #E325D5;
}
</style>
background-color css
<style>
a { background-color: #E325D5; }
a { background-color: rgb(227,37,213); }
div.DivClassName
{
background-color: #E325D5;
}
.BgClassName
{
background-color: #E325D5;
}
</style>
border-color css
<style>
span { border-color: #E325D5; }
span { border-color: rgb(227,37,213); }
td.TdClassName
{
border-color: #E325D5;
}
.TagClassName
{
border-color: #E325D5;
}
</style>