Shades of Razzle Dazzle Rose #E628BF
Tints of Razzle Dazzle Rose #E628BF
RGB
CMYK
RGB Variations
Color information
#E628BF (or 0xE628BF) is known color: Razzle Dazzle Rose. HEX triplet: E6, 28 and BF. RGB value is (230,40,191). Sum of RGB (Red+Green+Blue) = 230+40+191=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E628BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E628BF is #19D740. Grayscale: #717171. Windows color (decimal): -1693505 or 12527846. OLE color: 12527846.
HSL color Cylindrical-coordinate representation of color #E628BF: hue angle of 312.32º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E628BF is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 191 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.10 |
| HSL | 312.32º | 0.79% | 0.53% | - |
| HSV(B) | 312.32º | 0.83% | 0.9% | - |
| XYZ | 42.8 | 22.1 | 51.3 | - |
| YUV | 114.02 | 171.45 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 191 | 0 | 0.83 | 0.17 | 0.10 | 312.32 | 0.79 | 0.53 |
| Hex | E6 | 28 | BF | 0 | 53 | 11 | A | 138 | 4F | 35 |
| Octal | 346 | 50 | 277 | 0 | 123 | 21 | 12 | 470 | 117 | 65 |
| Binary | 11100110 | 101000 | 10111111 | 0 | 1010011 | 10001 | 1010 | 100111000 | 1001111 | 110101 |
Color Harmonies of #E628BF
Complementary color
Monochromatic Colors of #E628BF
Black with #E628BF
Text Example
Text Example
White with #E628BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E628BF; }
p { color: rgb(230,40,191); }
H1.HeaderClassName
{
color: #E628BF;
}
.AnyTagClassName
{
color: #E628BF;
}
</style>
background-color css
<style>
a { background-color: #E628BF; }
a { background-color: rgb(230,40,191); }
div.DivClassName
{
background-color: #E628BF;
}
.BgClassName
{
background-color: #E628BF;
}
</style>
border-color css
<style>
span { border-color: #E628BF; }
span { border-color: rgb(230,40,191); }
td.TdClassName
{
border-color: #E628BF;
}
.TagClassName
{
border-color: #E628BF;
}
</style>