Shades of Razzle Dazzle Rose #E32CD7
Tints of Razzle Dazzle Rose #E32CD7
RGB
CMYK
RGB Variations
Color information
#E32CD7 (or 0xE32CD7) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2C and D7. RGB value is (227,44,215). Sum of RGB (Red+Green+Blue) = 227+44+215=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 44 (17.58% from 255 or 9.05% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 227 - color contains mainly: red. Hex color #E32CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32CD7 is #1CD328. Grayscale: #757575. Windows color (decimal): -1889065 or 14101731. OLE color: 14101731.
HSL color Cylindrical-coordinate representation of color #E32CD7: hue angle of 303.93º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32CD7 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 44 | 215 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.11 |
| HSL | 303.93º | 0.77% | 0.53% | - |
| HSV(B) | 303.93º | 0.81% | 0.89% | - |
| XYZ | 44.84 | 23.04 | 66.37 | - |
| YUV | 118.21 | 182.63 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 44 | 215 | 0 | 0.81 | 0.05 | 0.11 | 303.93 | 0.77 | 0.53 |
| Hex | E3 | 2C | D7 | 0 | 51 | 5 | B | 130 | 4D | 35 |
| Octal | 343 | 54 | 327 | 0 | 121 | 5 | 13 | 460 | 115 | 65 |
| Binary | 11100011 | 101100 | 11010111 | 0 | 1010001 | 101 | 1011 | 100110000 | 1001101 | 110101 |
Color Harmonies of #E32CD7
Complementary color
Monochromatic Colors of #E32CD7
Black with #E32CD7
Text Example
Text Example
White with #E32CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32CD7; }
p { color: rgb(227,44,215); }
H1.HeaderClassName
{
color: #E32CD7;
}
.AnyTagClassName
{
color: #E32CD7;
}
</style>
background-color css
<style>
a { background-color: #E32CD7; }
a { background-color: rgb(227,44,215); }
div.DivClassName
{
background-color: #E32CD7;
}
.BgClassName
{
background-color: #E32CD7;
}
</style>
border-color css
<style>
span { border-color: #E32CD7; }
span { border-color: rgb(227,44,215); }
td.TdClassName
{
border-color: #E32CD7;
}
.TagClassName
{
border-color: #E32CD7;
}
</style>