Shades of Razzle Dazzle Rose #E736BA
Tints of Razzle Dazzle Rose #E736BA
RGB
CMYK
RGB Variations
Color information
#E736BA (or 0xE736BA) is known color: Razzle Dazzle Rose. HEX triplet: E7, 36 and BA. RGB value is (231,54,186). Sum of RGB (Red+Green+Blue) = 231+54+186=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E736BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E736BA is #18C945. Grayscale: #797979. Windows color (decimal): -1624390 or 12203751. OLE color: 12203751.
HSL color Cylindrical-coordinate representation of color #E736BA: hue angle of 315.25º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E736BA is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 54 | 186 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.09 |
| HSL | 315.25º | 0.79% | 0.56% | - |
| HSV(B) | 315.25º | 0.77% | 0.91% | - |
| XYZ | 43.14 | 23.17 | 48.65 | - |
| YUV | 121.97 | 164.14 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 54 | 186 | 0 | 0.77 | 0.19 | 0.09 | 315.25 | 0.79 | 0.56 |
| Hex | E7 | 36 | BA | 0 | 4D | 13 | 9 | 13B | 4F | 38 |
| Octal | 347 | 66 | 272 | 0 | 115 | 23 | 11 | 473 | 117 | 70 |
| Binary | 11100111 | 110110 | 10111010 | 0 | 1001101 | 10011 | 1001 | 100111011 | 1001111 | 111000 |
Color Harmonies of #E736BA
Complementary color
Monochromatic Colors of #E736BA
Black with #E736BA
Text Example
Text Example
White with #E736BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E736BA; }
p { color: rgb(231,54,186); }
H1.HeaderClassName
{
color: #E736BA;
}
.AnyTagClassName
{
color: #E736BA;
}
</style>
background-color css
<style>
a { background-color: #E736BA; }
a { background-color: rgb(231,54,186); }
div.DivClassName
{
background-color: #E736BA;
}
.BgClassName
{
background-color: #E736BA;
}
</style>
border-color css
<style>
span { border-color: #E736BA; }
span { border-color: rgb(231,54,186); }
td.TdClassName
{
border-color: #E736BA;
}
.TagClassName
{
border-color: #E736BA;
}
</style>