Shades of Razzle Dazzle Rose #E325C4
Tints of Razzle Dazzle Rose #E325C4
RGB
CMYK
RGB Variations
Color information
#E325C4 (or 0xE325C4) is known color: Razzle Dazzle Rose. HEX triplet: E3, 25 and C4. RGB value is (227,37,196). Sum of RGB (Red+Green+Blue) = 227+37+196=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E325C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E325C4 is #1CDA3B. Grayscale: #6F6F6F. Windows color (decimal): -1890876 or 12854755. OLE color: 12854755.
HSL color Cylindrical-coordinate representation of color #E325C4: hue angle of 309.79º 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 #E325C4 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 196 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.11 |
| HSL | 309.79º | 0.77% | 0.52% | - |
| HSV(B) | 309.79º | 0.84% | 0.89% | - |
| XYZ | 42.3 | 21.64 | 54.17 | - |
| YUV | 111.94 | 175.45 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 196 | 0 | 0.84 | 0.14 | 0.11 | 309.79 | 0.77 | 0.52 |
| Hex | E3 | 25 | C4 | 0 | 54 | E | B | 136 | 4D | 34 |
| Octal | 343 | 45 | 304 | 0 | 124 | 16 | 13 | 466 | 115 | 64 |
| Binary | 11100011 | 100101 | 11000100 | 0 | 1010100 | 1110 | 1011 | 100110110 | 1001101 | 110100 |
Color Harmonies of #E325C4
Complementary color
Monochromatic Colors of #E325C4
Black with #E325C4
Text Example
Text Example
White with #E325C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E325C4; }
p { color: rgb(227,37,196); }
H1.HeaderClassName
{
color: #E325C4;
}
.AnyTagClassName
{
color: #E325C4;
}
</style>
background-color css
<style>
a { background-color: #E325C4; }
a { background-color: rgb(227,37,196); }
div.DivClassName
{
background-color: #E325C4;
}
.BgClassName
{
background-color: #E325C4;
}
</style>
border-color css
<style>
span { border-color: #E325C4; }
span { border-color: rgb(227,37,196); }
td.TdClassName
{
border-color: #E325C4;
}
.TagClassName
{
border-color: #E325C4;
}
</style>