Shades of Razzle Dazzle Rose #E748BF
Tints of Razzle Dazzle Rose #E748BF
RGB
CMYK
RGB Variations
Color information
#E748BF (or 0xE748BF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 48 and BF. RGB value is (231,72,191). Sum of RGB (Red+Green+Blue) = 231+72+191=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E748BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E748BF is #18B740. Grayscale: #848484. Windows color (decimal): -1619777 or 12536039. OLE color: 12536039.
HSL color Cylindrical-coordinate representation of color #E748BF: hue angle of 315.09º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E748BF is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 191 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.09 |
| HSL | 315.09º | 0.77% | 0.59% | - |
| HSV(B) | 315.09º | 0.69% | 0.91% | - |
| XYZ | 44.68 | 25.39 | 51.84 | - |
| YUV | 133.11 | 160.68 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 191 | 0 | 0.69 | 0.17 | 0.09 | 315.09 | 0.77 | 0.59 |
| Hex | E7 | 48 | BF | 0 | 45 | 11 | 9 | 13B | 4D | 3B |
| Octal | 347 | 110 | 277 | 0 | 105 | 21 | 11 | 473 | 115 | 73 |
| Binary | 11100111 | 1001000 | 10111111 | 0 | 1000101 | 10001 | 1001 | 100111011 | 1001101 | 111011 |
Color Harmonies of #E748BF
Complementary color
Monochromatic Colors of #E748BF
Black with #E748BF
Text Example
Text Example
White with #E748BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E748BF; }
p { color: rgb(231,72,191); }
H1.HeaderClassName
{
color: #E748BF;
}
.AnyTagClassName
{
color: #E748BF;
}
</style>
background-color css
<style>
a { background-color: #E748BF; }
a { background-color: rgb(231,72,191); }
div.DivClassName
{
background-color: #E748BF;
}
.BgClassName
{
background-color: #E748BF;
}
</style>
border-color css
<style>
span { border-color: #E748BF; }
span { border-color: rgb(231,72,191); }
td.TdClassName
{
border-color: #E748BF;
}
.TagClassName
{
border-color: #E748BF;
}
</style>