Shades of Razzle Dazzle Rose #E632C8
Tints of Razzle Dazzle Rose #E632C8
RGB
CMYK
RGB Variations
Color information
#E632C8 (or 0xE632C8) is known color: Razzle Dazzle Rose. HEX triplet: E6, 32 and C8. RGB value is (230,50,200). Sum of RGB (Red+Green+Blue) = 230+50+200=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E632C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E632C8 is #19CD37. Grayscale: #787878. Windows color (decimal): -1690936 or 13120230. OLE color: 13120230.
HSL color Cylindrical-coordinate representation of color #E632C8: hue angle of 310º 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 #E632C8 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 200 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.10 |
| HSL | 310º | 0.78% | 0.55% | - |
| HSV(B) | 310º | 0.78% | 0.9% | - |
| XYZ | 44.2 | 23.27 | 56.81 | - |
| YUV | 120.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 200 | 0 | 0.78 | 0.13 | 0.10 | 310 | 0.78 | 0.55 |
| Hex | E6 | 32 | C8 | 0 | 4E | D | A | 136 | 4E | 37 |
| Octal | 346 | 62 | 310 | 0 | 116 | 15 | 12 | 466 | 116 | 67 |
| Binary | 11100110 | 110010 | 11001000 | 0 | 1001110 | 1101 | 1010 | 100110110 | 1001110 | 110111 |
Color Harmonies of #E632C8
Complementary color
Monochromatic Colors of #E632C8
Black with #E632C8
Text Example
Text Example
White with #E632C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632C8; }
p { color: rgb(230,50,200); }
H1.HeaderClassName
{
color: #E632C8;
}
.AnyTagClassName
{
color: #E632C8;
}
</style>
background-color css
<style>
a { background-color: #E632C8; }
a { background-color: rgb(230,50,200); }
div.DivClassName
{
background-color: #E632C8;
}
.BgClassName
{
background-color: #E632C8;
}
</style>
border-color css
<style>
span { border-color: #E632C8; }
span { border-color: rgb(230,50,200); }
td.TdClassName
{
border-color: #E632C8;
}
.TagClassName
{
border-color: #E632C8;
}
</style>