Shades of Razzle Dazzle Rose #E325CA
Tints of Razzle Dazzle Rose #E325CA
RGB
CMYK
RGB Variations
Color information
#E325CA (or 0xE325CA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 25 and CA. RGB value is (227,37,202). Sum of RGB (Red+Green+Blue) = 227+37+202=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E325CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E325CA is #1CDA35. Grayscale: #707070. Windows color (decimal): -1890870 or 13247971. OLE color: 13247971.
HSL color Cylindrical-coordinate representation of color #E325CA: hue angle of 307.89º 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 #E325CA is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 202 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.11 |
| HSL | 307.89º | 0.77% | 0.52% | - |
| HSV(B) | 307.89º | 0.84% | 0.89% | - |
| XYZ | 43 | 21.92 | 57.84 | - |
| YUV | 112.62 | 178.45 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 202 | 0 | 0.84 | 0.11 | 0.11 | 307.89 | 0.77 | 0.52 |
| Hex | E3 | 25 | CA | 0 | 54 | B | B | 134 | 4D | 34 |
| Octal | 343 | 45 | 312 | 0 | 124 | 13 | 13 | 464 | 115 | 64 |
| Binary | 11100011 | 100101 | 11001010 | 0 | 1010100 | 1011 | 1011 | 100110100 | 1001101 | 110100 |
Color Harmonies of #E325CA
Complementary color
Monochromatic Colors of #E325CA
Black with #E325CA
Text Example
Text Example
White with #E325CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E325CA; }
p { color: rgb(227,37,202); }
H1.HeaderClassName
{
color: #E325CA;
}
.AnyTagClassName
{
color: #E325CA;
}
</style>
background-color css
<style>
a { background-color: #E325CA; }
a { background-color: rgb(227,37,202); }
div.DivClassName
{
background-color: #E325CA;
}
.BgClassName
{
background-color: #E325CA;
}
</style>
border-color css
<style>
span { border-color: #E325CA; }
span { border-color: rgb(227,37,202); }
td.TdClassName
{
border-color: #E325CA;
}
.TagClassName
{
border-color: #E325CA;
}
</style>