Shades of Razzle Dazzle Rose #E632D7
Tints of Razzle Dazzle Rose #E632D7
RGB
CMYK
RGB Variations
Color information
#E632D7 (or 0xE632D7) is known color: Razzle Dazzle Rose. HEX triplet: E6, 32 and D7. RGB value is (230,50,215). Sum of RGB (Red+Green+Blue) = 230+50+215=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E632D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E632D7 is #19CD28. Grayscale: #7A7A7A. Windows color (decimal): -1690921 or 14103270. OLE color: 14103270.
HSL color Cylindrical-coordinate representation of color #E632D7: hue angle of 305º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E632D7 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 215 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.10 |
| HSL | 305º | 0.78% | 0.55% | - |
| HSV(B) | 305º | 0.78% | 0.9% | - |
| XYZ | 46.04 | 24.01 | 66.5 | - |
| YUV | 122.63 | 180.13 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 215 | 0 | 0.78 | 0.07 | 0.10 | 305 | 0.78 | 0.55 |
| Hex | E6 | 32 | D7 | 0 | 4E | 7 | A | 131 | 4E | 37 |
| Octal | 346 | 62 | 327 | 0 | 116 | 7 | 12 | 461 | 116 | 67 |
| Binary | 11100110 | 110010 | 11010111 | 0 | 1001110 | 111 | 1010 | 100110001 | 1001110 | 110111 |
Color Harmonies of #E632D7
Complementary color
Monochromatic Colors of #E632D7
Black with #E632D7
Text Example
Text Example
White with #E632D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632D7; }
p { color: rgb(230,50,215); }
H1.HeaderClassName
{
color: #E632D7;
}
.AnyTagClassName
{
color: #E632D7;
}
</style>
background-color css
<style>
a { background-color: #E632D7; }
a { background-color: rgb(230,50,215); }
div.DivClassName
{
background-color: #E632D7;
}
.BgClassName
{
background-color: #E632D7;
}
</style>
border-color css
<style>
span { border-color: #E632D7; }
span { border-color: rgb(230,50,215); }
td.TdClassName
{
border-color: #E632D7;
}
.TagClassName
{
border-color: #E632D7;
}
</style>