Shades of Razzle Dazzle Rose #E638BA
Tints of Razzle Dazzle Rose #E638BA
RGB
CMYK
RGB Variations
Color information
#E638BA (or 0xE638BA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 38 and BA. RGB value is (230,56,186). Sum of RGB (Red+Green+Blue) = 230+56+186=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E638BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E638BA is #19C745. Grayscale: #7A7A7A. Windows color (decimal): -1689414 or 12204262. OLE color: 12204262.
HSL color Cylindrical-coordinate representation of color #E638BA: hue angle of 315.17º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E638BA is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 56 | 186 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.10 |
| HSL | 315.17º | 0.78% | 0.56% | - |
| HSV(B) | 315.17º | 0.76% | 0.9% | - |
| XYZ | 42.91 | 23.2 | 48.67 | - |
| YUV | 122.85 | 163.65 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 56 | 186 | 0 | 0.76 | 0.19 | 0.10 | 315.17 | 0.78 | 0.56 |
| Hex | E6 | 38 | BA | 0 | 4C | 13 | A | 13B | 4E | 38 |
| Octal | 346 | 70 | 272 | 0 | 114 | 23 | 12 | 473 | 116 | 70 |
| Binary | 11100110 | 111000 | 10111010 | 0 | 1001100 | 10011 | 1010 | 100111011 | 1001110 | 111000 |
Color Harmonies of #E638BA
Complementary color
Monochromatic Colors of #E638BA
Black with #E638BA
Text Example
Text Example
White with #E638BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E638BA; }
p { color: rgb(230,56,186); }
H1.HeaderClassName
{
color: #E638BA;
}
.AnyTagClassName
{
color: #E638BA;
}
</style>
background-color css
<style>
a { background-color: #E638BA; }
a { background-color: rgb(230,56,186); }
div.DivClassName
{
background-color: #E638BA;
}
.BgClassName
{
background-color: #E638BA;
}
</style>
border-color css
<style>
span { border-color: #E638BA; }
span { border-color: rgb(230,56,186); }
td.TdClassName
{
border-color: #E638BA;
}
.TagClassName
{
border-color: #E638BA;
}
</style>