Shades of Razzle Dazzle Rose #E632CD
Tints of Razzle Dazzle Rose #E632CD
RGB
CMYK
RGB Variations
Color information
#E632CD (or 0xE632CD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 32 and CD. RGB value is (230,50,205). Sum of RGB (Red+Green+Blue) = 230+50+205=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E632CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E632CD is #19CD32. Grayscale: #797979. Windows color (decimal): -1690931 or 13447910. OLE color: 13447910.
HSL color Cylindrical-coordinate representation of color #E632CD: hue angle of 308.33º 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 #E632CD is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 205 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.10 |
| HSL | 308.33º | 0.78% | 0.55% | - |
| HSV(B) | 308.33º | 0.78% | 0.9% | - |
| XYZ | 44.79 | 23.51 | 59.94 | - |
| YUV | 121.49 | 175.13 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 205 | 0 | 0.78 | 0.11 | 0.10 | 308.33 | 0.78 | 0.55 |
| Hex | E6 | 32 | CD | 0 | 4E | B | A | 134 | 4E | 37 |
| Octal | 346 | 62 | 315 | 0 | 116 | 13 | 12 | 464 | 116 | 67 |
| Binary | 11100110 | 110010 | 11001101 | 0 | 1001110 | 1011 | 1010 | 100110100 | 1001110 | 110111 |
Color Harmonies of #E632CD
Complementary color
Monochromatic Colors of #E632CD
Black with #E632CD
Text Example
Text Example
White with #E632CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632CD; }
p { color: rgb(230,50,205); }
H1.HeaderClassName
{
color: #E632CD;
}
.AnyTagClassName
{
color: #E632CD;
}
</style>
background-color css
<style>
a { background-color: #E632CD; }
a { background-color: rgb(230,50,205); }
div.DivClassName
{
background-color: #E632CD;
}
.BgClassName
{
background-color: #E632CD;
}
</style>
border-color css
<style>
span { border-color: #E632CD; }
span { border-color: rgb(230,50,205); }
td.TdClassName
{
border-color: #E632CD;
}
.TagClassName
{
border-color: #E632CD;
}
</style>