Shades of Razzle Dazzle Rose #E62BC5
Tints of Razzle Dazzle Rose #E62BC5
RGB
CMYK
RGB Variations
Color information
#E62BC5 (or 0xE62BC5) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2B and C5. RGB value is (230,43,197). Sum of RGB (Red+Green+Blue) = 230+43+197=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E62BC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62BC5 is #19D43A. Grayscale: #747474. Windows color (decimal): -1692731 or 12921830. OLE color: 12921830.
HSL color Cylindrical-coordinate representation of color #E62BC5: hue angle of 310.59º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62BC5 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 43 | 197 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.10 |
| HSL | 310.59º | 0.79% | 0.54% | - |
| HSV(B) | 310.59º | 0.81% | 0.9% | - |
| XYZ | 43.58 | 22.58 | 54.89 | - |
| YUV | 116.47 | 173.45 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 43 | 197 | 0 | 0.81 | 0.14 | 0.10 | 310.59 | 0.79 | 0.54 |
| Hex | E6 | 2B | C5 | 0 | 51 | E | A | 137 | 4F | 36 |
| Octal | 346 | 53 | 305 | 0 | 121 | 16 | 12 | 467 | 117 | 66 |
| Binary | 11100110 | 101011 | 11000101 | 0 | 1010001 | 1110 | 1010 | 100110111 | 1001111 | 110110 |
Color Harmonies of #E62BC5
Complementary color
Monochromatic Colors of #E62BC5
Black with #E62BC5
Text Example
Text Example
White with #E62BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62BC5; }
p { color: rgb(230,43,197); }
H1.HeaderClassName
{
color: #E62BC5;
}
.AnyTagClassName
{
color: #E62BC5;
}
</style>
background-color css
<style>
a { background-color: #E62BC5; }
a { background-color: rgb(230,43,197); }
div.DivClassName
{
background-color: #E62BC5;
}
.BgClassName
{
background-color: #E62BC5;
}
</style>
border-color css
<style>
span { border-color: #E62BC5; }
span { border-color: rgb(230,43,197); }
td.TdClassName
{
border-color: #E62BC5;
}
.TagClassName
{
border-color: #E62BC5;
}
</style>