Shades of Razzle Dazzle Rose #E325CF
Tints of Razzle Dazzle Rose #E325CF
RGB
CMYK
RGB Variations
Color information
#E325CF (or 0xE325CF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 25 and CF. RGB value is (227,37,207). Sum of RGB (Red+Green+Blue) = 227+37+207=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E325CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E325CF is #1CDA30. Grayscale: #707070. Windows color (decimal): -1890865 or 13575651. OLE color: 13575651.
HSL color Cylindrical-coordinate representation of color #E325CF: hue angle of 306.32º 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 #E325CF is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 207 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.11 |
| HSL | 306.32º | 0.77% | 0.52% | - |
| HSV(B) | 306.32º | 0.84% | 0.89% | - |
| XYZ | 43.6 | 22.16 | 61.01 | - |
| YUV | 113.19 | 180.95 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 207 | 0 | 0.84 | 0.09 | 0.11 | 306.32 | 0.77 | 0.52 |
| Hex | E3 | 25 | CF | 0 | 54 | 9 | B | 132 | 4D | 34 |
| Octal | 343 | 45 | 317 | 0 | 124 | 11 | 13 | 462 | 115 | 64 |
| Binary | 11100011 | 100101 | 11001111 | 0 | 1010100 | 1001 | 1011 | 100110010 | 1001101 | 110100 |
Color Harmonies of #E325CF
Complementary color
Monochromatic Colors of #E325CF
Black with #E325CF
Text Example
Text Example
White with #E325CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E325CF; }
p { color: rgb(227,37,207); }
H1.HeaderClassName
{
color: #E325CF;
}
.AnyTagClassName
{
color: #E325CF;
}
</style>
background-color css
<style>
a { background-color: #E325CF; }
a { background-color: rgb(227,37,207); }
div.DivClassName
{
background-color: #E325CF;
}
.BgClassName
{
background-color: #E325CF;
}
</style>
border-color css
<style>
span { border-color: #E325CF; }
span { border-color: rgb(227,37,207); }
td.TdClassName
{
border-color: #E325CF;
}
.TagClassName
{
border-color: #E325CF;
}
</style>