Shades of Razzle Dazzle Rose #E530BC
Tints of Razzle Dazzle Rose #E530BC
RGB
CMYK
RGB Variations
Color information
#E530BC (or 0xE530BC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 30 and BC. RGB value is (229,48,188). Sum of RGB (Red+Green+Blue) = 229+48+188=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E530BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E530BC is #1ACF43. Grayscale: #757575. Windows color (decimal): -1756996 or 12333285. OLE color: 12333285.
HSL color Cylindrical-coordinate representation of color #E530BC: hue angle of 313.59º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E530BC is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 188 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.10 |
| HSL | 313.59º | 0.78% | 0.54% | - |
| HSV(B) | 313.59º | 0.79% | 0.9% | - |
| XYZ | 42.45 | 22.4 | 49.66 | - |
| YUV | 118.08 | 167.47 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 188 | 0 | 0.79 | 0.18 | 0.10 | 313.59 | 0.78 | 0.54 |
| Hex | E5 | 30 | BC | 0 | 4F | 12 | A | 13A | 4E | 36 |
| Octal | 345 | 60 | 274 | 0 | 117 | 22 | 12 | 472 | 116 | 66 |
| Binary | 11100101 | 110000 | 10111100 | 0 | 1001111 | 10010 | 1010 | 100111010 | 1001110 | 110110 |
Color Harmonies of #E530BC
Complementary color
Monochromatic Colors of #E530BC
Black with #E530BC
Text Example
Text Example
White with #E530BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E530BC; }
p { color: rgb(229,48,188); }
H1.HeaderClassName
{
color: #E530BC;
}
.AnyTagClassName
{
color: #E530BC;
}
</style>
background-color css
<style>
a { background-color: #E530BC; }
a { background-color: rgb(229,48,188); }
div.DivClassName
{
background-color: #E530BC;
}
.BgClassName
{
background-color: #E530BC;
}
</style>
border-color css
<style>
span { border-color: #E530BC; }
span { border-color: rgb(229,48,188); }
td.TdClassName
{
border-color: #E530BC;
}
.TagClassName
{
border-color: #E530BC;
}
</style>