Shades of Razzle Dazzle Rose #E746BD
Tints of Razzle Dazzle Rose #E746BD
RGB
CMYK
RGB Variations
Color information
#E746BD (or 0xE746BD) is known color: Razzle Dazzle Rose. HEX triplet: E7, 46 and BD. RGB value is (231,70,189). Sum of RGB (Red+Green+Blue) = 231+70+189=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E746BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E746BD is #18B942. Grayscale: #838383. Windows color (decimal): -1620291 or 12404455. OLE color: 12404455.
HSL color Cylindrical-coordinate representation of color #E746BD: hue angle of 315.65º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E746BD is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 189 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.09 |
| HSL | 315.65º | 0.77% | 0.59% | - |
| HSV(B) | 315.65º | 0.7% | 0.91% | - |
| XYZ | 44.33 | 25.04 | 50.64 | - |
| YUV | 131.71 | 160.34 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 189 | 0 | 0.70 | 0.18 | 0.09 | 315.65 | 0.77 | 0.59 |
| Hex | E7 | 46 | BD | 0 | 46 | 12 | 9 | 13C | 4D | 3B |
| Octal | 347 | 106 | 275 | 0 | 106 | 22 | 11 | 474 | 115 | 73 |
| Binary | 11100111 | 1000110 | 10111101 | 0 | 1000110 | 10010 | 1001 | 100111100 | 1001101 | 111011 |
Color Harmonies of #E746BD
Complementary color
Monochromatic Colors of #E746BD
Black with #E746BD
Text Example
Text Example
White with #E746BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E746BD; }
p { color: rgb(231,70,189); }
H1.HeaderClassName
{
color: #E746BD;
}
.AnyTagClassName
{
color: #E746BD;
}
</style>
background-color css
<style>
a { background-color: #E746BD; }
a { background-color: rgb(231,70,189); }
div.DivClassName
{
background-color: #E746BD;
}
.BgClassName
{
background-color: #E746BD;
}
</style>
border-color css
<style>
span { border-color: #E746BD; }
span { border-color: rgb(231,70,189); }
td.TdClassName
{
border-color: #E746BD;
}
.TagClassName
{
border-color: #E746BD;
}
</style>