Shades of Razzle Dazzle Rose #E63DBA
Tints of Razzle Dazzle Rose #E63DBA
RGB
CMYK
RGB Variations
Color information
#E63DBA (or 0xE63DBA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 3D and BA. RGB value is (230,61,186). Sum of RGB (Red+Green+Blue) = 230+61+186=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E63DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63DBA is #19C245. Grayscale: #7D7D7D. Windows color (decimal): -1688134 or 12205542. OLE color: 12205542.
HSL color Cylindrical-coordinate representation of color #E63DBA: hue angle of 315.62º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63DBA is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 61 | 186 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.10 |
| HSL | 315.62º | 0.77% | 0.57% | - |
| HSV(B) | 315.62º | 0.73% | 0.9% | - |
| XYZ | 43.16 | 23.71 | 48.75 | - |
| YUV | 125.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 61 | 186 | 0 | 0.73 | 0.19 | 0.10 | 315.62 | 0.77 | 0.57 |
| Hex | E6 | 3D | BA | 0 | 49 | 13 | A | 13C | 4D | 39 |
| Octal | 346 | 75 | 272 | 0 | 111 | 23 | 12 | 474 | 115 | 71 |
| Binary | 11100110 | 111101 | 10111010 | 0 | 1001001 | 10011 | 1010 | 100111100 | 1001101 | 111001 |
Color Harmonies of #E63DBA
Complementary color
Monochromatic Colors of #E63DBA
Black with #E63DBA
Text Example
Text Example
White with #E63DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63DBA; }
p { color: rgb(230,61,186); }
H1.HeaderClassName
{
color: #E63DBA;
}
.AnyTagClassName
{
color: #E63DBA;
}
</style>
background-color css
<style>
a { background-color: #E63DBA; }
a { background-color: rgb(230,61,186); }
div.DivClassName
{
background-color: #E63DBA;
}
.BgClassName
{
background-color: #E63DBA;
}
</style>
border-color css
<style>
span { border-color: #E63DBA; }
span { border-color: rgb(230,61,186); }
td.TdClassName
{
border-color: #E63DBA;
}
.TagClassName
{
border-color: #E63DBA;
}
</style>