Shades of Razzle Dazzle Rose #E738BC
Tints of Razzle Dazzle Rose #E738BC
RGB
CMYK
RGB Variations
Color information
#E738BC (or 0xE738BC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 38 and BC. RGB value is (231,56,188). Sum of RGB (Red+Green+Blue) = 231+56+188=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E738BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E738BC is #18C743. Grayscale: #7B7B7B. Windows color (decimal): -1623876 or 12335335. OLE color: 12335335.
HSL color Cylindrical-coordinate representation of color #E738BC: hue angle of 314.74º 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 #E738BC is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 56 | 188 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.09 |
| HSL | 314.74º | 0.78% | 0.56% | - |
| HSV(B) | 314.74º | 0.76% | 0.91% | - |
| XYZ | 43.45 | 23.45 | 49.81 | - |
| YUV | 123.37 | 164.48 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 56 | 188 | 0 | 0.76 | 0.19 | 0.09 | 314.74 | 0.78 | 0.56 |
| Hex | E7 | 38 | BC | 0 | 4C | 13 | 9 | 13B | 4E | 38 |
| Octal | 347 | 70 | 274 | 0 | 114 | 23 | 11 | 473 | 116 | 70 |
| Binary | 11100111 | 111000 | 10111100 | 0 | 1001100 | 10011 | 1001 | 100111011 | 1001110 | 111000 |
Color Harmonies of #E738BC
Complementary color
Monochromatic Colors of #E738BC
Black with #E738BC
Text Example
Text Example
White with #E738BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E738BC; }
p { color: rgb(231,56,188); }
H1.HeaderClassName
{
color: #E738BC;
}
.AnyTagClassName
{
color: #E738BC;
}
</style>
background-color css
<style>
a { background-color: #E738BC; }
a { background-color: rgb(231,56,188); }
div.DivClassName
{
background-color: #E738BC;
}
.BgClassName
{
background-color: #E738BC;
}
</style>
border-color css
<style>
span { border-color: #E738BC; }
span { border-color: rgb(231,56,188); }
td.TdClassName
{
border-color: #E738BC;
}
.TagClassName
{
border-color: #E738BC;
}
</style>