Shades of Razzle Dazzle Rose #E63ABC
Tints of Razzle Dazzle Rose #E63ABC
RGB
CMYK
RGB Variations
Color information
#E63ABC (or 0xE63ABC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 3A and BC. RGB value is (230,58,188). Sum of RGB (Red+Green+Blue) = 230+58+188=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E63ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63ABC is #19C543. Grayscale: #7B7B7B. Windows color (decimal): -1688900 or 12335846. OLE color: 12335846.
HSL color Cylindrical-coordinate representation of color #E63ABC: hue angle of 314.65º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63ABC is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 188 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.10 |
| HSL | 314.65º | 0.77% | 0.56% | - |
| HSV(B) | 314.65º | 0.75% | 0.9% | - |
| XYZ | 43.22 | 23.48 | 49.83 | - |
| YUV | 124.25 | 163.98 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 188 | 0 | 0.75 | 0.18 | 0.10 | 314.65 | 0.77 | 0.56 |
| Hex | E6 | 3A | BC | 0 | 4B | 12 | A | 13B | 4D | 38 |
| Octal | 346 | 72 | 274 | 0 | 113 | 22 | 12 | 473 | 115 | 70 |
| Binary | 11100110 | 111010 | 10111100 | 0 | 1001011 | 10010 | 1010 | 100111011 | 1001101 | 111000 |
Color Harmonies of #E63ABC
Complementary color
Monochromatic Colors of #E63ABC
Black with #E63ABC
Text Example
Text Example
White with #E63ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63ABC; }
p { color: rgb(230,58,188); }
H1.HeaderClassName
{
color: #E63ABC;
}
.AnyTagClassName
{
color: #E63ABC;
}
</style>
background-color css
<style>
a { background-color: #E63ABC; }
a { background-color: rgb(230,58,188); }
div.DivClassName
{
background-color: #E63ABC;
}
.BgClassName
{
background-color: #E63ABC;
}
</style>
border-color css
<style>
span { border-color: #E63ABC; }
span { border-color: rgb(230,58,188); }
td.TdClassName
{
border-color: #E63ABC;
}
.TagClassName
{
border-color: #E63ABC;
}
</style>