Shades of Razzle Dazzle Rose #E738BA
Tints of Razzle Dazzle Rose #E738BA
RGB
CMYK
RGB Variations
Color information
#E738BA (or 0xE738BA) is known color: Razzle Dazzle Rose. HEX triplet: E7, 38 and BA. RGB value is (231,56,186). Sum of RGB (Red+Green+Blue) = 231+56+186=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E738BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E738BA is #18C745. Grayscale: #7A7A7A. Windows color (decimal): -1623878 or 12204263. OLE color: 12204263.
HSL color Cylindrical-coordinate representation of color #E738BA: hue angle of 315.43º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E738BA is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 56 | 186 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.09 |
| HSL | 315.43º | 0.78% | 0.56% | - |
| HSV(B) | 315.43º | 0.76% | 0.91% | - |
| XYZ | 43.23 | 23.36 | 48.69 | - |
| YUV | 123.15 | 163.48 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 56 | 186 | 0 | 0.76 | 0.19 | 0.09 | 315.43 | 0.78 | 0.56 |
| Hex | E7 | 38 | BA | 0 | 4C | 13 | 9 | 13B | 4E | 38 |
| Octal | 347 | 70 | 272 | 0 | 114 | 23 | 11 | 473 | 116 | 70 |
| Binary | 11100111 | 111000 | 10111010 | 0 | 1001100 | 10011 | 1001 | 100111011 | 1001110 | 111000 |
Color Harmonies of #E738BA
Complementary color
Monochromatic Colors of #E738BA
Black with #E738BA
Text Example
Text Example
White with #E738BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E738BA; }
p { color: rgb(231,56,186); }
H1.HeaderClassName
{
color: #E738BA;
}
.AnyTagClassName
{
color: #E738BA;
}
</style>
background-color css
<style>
a { background-color: #E738BA; }
a { background-color: rgb(231,56,186); }
div.DivClassName
{
background-color: #E738BA;
}
.BgClassName
{
background-color: #E738BA;
}
</style>
border-color css
<style>
span { border-color: #E738BA; }
span { border-color: rgb(231,56,186); }
td.TdClassName
{
border-color: #E738BA;
}
.TagClassName
{
border-color: #E738BA;
}
</style>