Shades of Razzle Dazzle Rose #E632BD
Tints of Razzle Dazzle Rose #E632BD
RGB
CMYK
RGB Variations
Color information
#E632BD (or 0xE632BD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 32 and BD. RGB value is (230,50,189). Sum of RGB (Red+Green+Blue) = 230+50+189=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E632BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E632BD is #19CD42. Grayscale: #777777. Windows color (decimal): -1690947 or 12399334. OLE color: 12399334.
HSL color Cylindrical-coordinate representation of color #E632BD: hue angle of 313.67º 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 #E632BD is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 189 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.10 |
| HSL | 313.67º | 0.78% | 0.55% | - |
| HSV(B) | 313.67º | 0.78% | 0.9% | - |
| XYZ | 42.96 | 22.78 | 50.28 | - |
| YUV | 119.67 | 167.13 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 189 | 0 | 0.78 | 0.18 | 0.10 | 313.67 | 0.78 | 0.55 |
| Hex | E6 | 32 | BD | 0 | 4E | 12 | A | 13A | 4E | 37 |
| Octal | 346 | 62 | 275 | 0 | 116 | 22 | 12 | 472 | 116 | 67 |
| Binary | 11100110 | 110010 | 10111101 | 0 | 1001110 | 10010 | 1010 | 100111010 | 1001110 | 110111 |
Color Harmonies of #E632BD
Complementary color
Monochromatic Colors of #E632BD
Black with #E632BD
Text Example
Text Example
White with #E632BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632BD; }
p { color: rgb(230,50,189); }
H1.HeaderClassName
{
color: #E632BD;
}
.AnyTagClassName
{
color: #E632BD;
}
</style>
background-color css
<style>
a { background-color: #E632BD; }
a { background-color: rgb(230,50,189); }
div.DivClassName
{
background-color: #E632BD;
}
.BgClassName
{
background-color: #E632BD;
}
</style>
border-color css
<style>
span { border-color: #E632BD; }
span { border-color: rgb(230,50,189); }
td.TdClassName
{
border-color: #E632BD;
}
.TagClassName
{
border-color: #E632BD;
}
</style>