Shades of Razzle Dazzle Rose #E325CD
Tints of Razzle Dazzle Rose #E325CD
RGB
CMYK
RGB Variations
Color information
#E325CD (or 0xE325CD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 25 and CD. RGB value is (227,37,205). Sum of RGB (Red+Green+Blue) = 227+37+205=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E325CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E325CD is #1CDA32. Grayscale: #707070. Windows color (decimal): -1890867 or 13444579. OLE color: 13444579.
HSL color Cylindrical-coordinate representation of color #E325CD: hue angle of 306.95º 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 #E325CD is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 205 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.11 |
| HSL | 306.95º | 0.77% | 0.52% | - |
| HSV(B) | 306.95º | 0.84% | 0.89% | - |
| XYZ | 43.36 | 22.06 | 59.73 | - |
| YUV | 112.96 | 179.95 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 205 | 0 | 0.84 | 0.10 | 0.11 | 306.95 | 0.77 | 0.52 |
| Hex | E3 | 25 | CD | 0 | 54 | A | B | 133 | 4D | 34 |
| Octal | 343 | 45 | 315 | 0 | 124 | 12 | 13 | 463 | 115 | 64 |
| Binary | 11100011 | 100101 | 11001101 | 0 | 1010100 | 1010 | 1011 | 100110011 | 1001101 | 110100 |
Color Harmonies of #E325CD
Complementary color
Monochromatic Colors of #E325CD
Black with #E325CD
Text Example
Text Example
White with #E325CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E325CD; }
p { color: rgb(227,37,205); }
H1.HeaderClassName
{
color: #E325CD;
}
.AnyTagClassName
{
color: #E325CD;
}
</style>
background-color css
<style>
a { background-color: #E325CD; }
a { background-color: rgb(227,37,205); }
div.DivClassName
{
background-color: #E325CD;
}
.BgClassName
{
background-color: #E325CD;
}
</style>
border-color css
<style>
span { border-color: #E325CD; }
span { border-color: rgb(227,37,205); }
td.TdClassName
{
border-color: #E325CD;
}
.TagClassName
{
border-color: #E325CD;
}
</style>