Shades of Razzle Dazzle Rose #E732C1
Tints of Razzle Dazzle Rose #E732C1
RGB
CMYK
RGB Variations
Color information
#E732C1 (or 0xE732C1) is known color: Razzle Dazzle Rose. HEX triplet: E7, 32 and C1. RGB value is (231,50,193). Sum of RGB (Red+Green+Blue) = 231+50+193=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E732C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E732C1 is #18CD3E. Grayscale: #787878. Windows color (decimal): -1625407 or 12661479. OLE color: 12661479.
HSL color Cylindrical-coordinate representation of color #E732C1: hue angle of 312.6º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E732C1 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 50 | 193 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.09 |
| HSL | 312.6º | 0.79% | 0.55% | - |
| HSV(B) | 312.6º | 0.78% | 0.91% | - |
| XYZ | 43.72 | 23.12 | 52.61 | - |
| YUV | 120.42 | 168.97 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 193 | 0 | 0.78 | 0.16 | 0.09 | 312.6 | 0.79 | 0.55 |
| Hex | E7 | 32 | C1 | 0 | 4E | 10 | 9 | 139 | 4F | 37 |
| Octal | 347 | 62 | 301 | 0 | 116 | 20 | 11 | 471 | 117 | 67 |
| Binary | 11100111 | 110010 | 11000001 | 0 | 1001110 | 10000 | 1001 | 100111001 | 1001111 | 110111 |
Color Harmonies of #E732C1
Complementary color
Monochromatic Colors of #E732C1
Black with #E732C1
Text Example
Text Example
White with #E732C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E732C1; }
p { color: rgb(231,50,193); }
H1.HeaderClassName
{
color: #E732C1;
}
.AnyTagClassName
{
color: #E732C1;
}
</style>
background-color css
<style>
a { background-color: #E732C1; }
a { background-color: rgb(231,50,193); }
div.DivClassName
{
background-color: #E732C1;
}
.BgClassName
{
background-color: #E732C1;
}
</style>
border-color css
<style>
span { border-color: #E732C1; }
span { border-color: rgb(231,50,193); }
td.TdClassName
{
border-color: #E732C1;
}
.TagClassName
{
border-color: #E732C1;
}
</style>