Shades of Razzle Dazzle Rose #E531C4
Tints of Razzle Dazzle Rose #E531C4
RGB
CMYK
RGB Variations
Color information
#E531C4 (or 0xE531C4) is known color: Razzle Dazzle Rose. HEX triplet: E5, 31 and C4. RGB value is (229,49,196). Sum of RGB (Red+Green+Blue) = 229+49+196=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E531C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531C4 is #1ACE3B. Grayscale: #777777. Windows color (decimal): -1756732 or 12857829. OLE color: 12857829.
HSL color Cylindrical-coordinate representation of color #E531C4: hue angle of 311º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E531C4 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 196 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.10 |
| HSL | 311º | 0.78% | 0.55% | - |
| HSV(B) | 311º | 0.79% | 0.9% | - |
| XYZ | 43.38 | 22.84 | 54.35 | - |
| YUV | 119.58 | 171.13 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 196 | 0 | 0.79 | 0.14 | 0.10 | 311 | 0.78 | 0.55 |
| Hex | E5 | 31 | C4 | 0 | 4F | E | A | 137 | 4E | 37 |
| Octal | 345 | 61 | 304 | 0 | 117 | 16 | 12 | 467 | 116 | 67 |
| Binary | 11100101 | 110001 | 11000100 | 0 | 1001111 | 1110 | 1010 | 100110111 | 1001110 | 110111 |
Color Harmonies of #E531C4
Complementary color
Monochromatic Colors of #E531C4
Black with #E531C4
Text Example
Text Example
White with #E531C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E531C4; }
p { color: rgb(229,49,196); }
H1.HeaderClassName
{
color: #E531C4;
}
.AnyTagClassName
{
color: #E531C4;
}
</style>
background-color css
<style>
a { background-color: #E531C4; }
a { background-color: rgb(229,49,196); }
div.DivClassName
{
background-color: #E531C4;
}
.BgClassName
{
background-color: #E531C4;
}
</style>
border-color css
<style>
span { border-color: #E531C4; }
span { border-color: rgb(229,49,196); }
td.TdClassName
{
border-color: #E531C4;
}
.TagClassName
{
border-color: #E531C4;
}
</style>