Shades of Razzle Dazzle Rose #E628D7
Tints of Razzle Dazzle Rose #E628D7
RGB
CMYK
RGB Variations
Color information
#E628D7 (or 0xE628D7) is known color: Razzle Dazzle Rose. HEX triplet: E6, 28 and D7. RGB value is (230,40,215). Sum of RGB (Red+Green+Blue) = 230+40+215=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E628D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E628D7 is #19D728. Grayscale: #747474. Windows color (decimal): -1693481 or 14100710. OLE color: 14100710.
HSL color Cylindrical-coordinate representation of color #E628D7: hue angle of 304.74º 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 #E628D7 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 215 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.10 |
| HSL | 304.74º | 0.79% | 0.53% | - |
| HSV(B) | 304.74º | 0.83% | 0.9% | - |
| XYZ | 45.66 | 23.25 | 66.37 | - |
| YUV | 116.76 | 183.45 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 215 | 0 | 0.83 | 0.07 | 0.10 | 304.74 | 0.79 | 0.53 |
| Hex | E6 | 28 | D7 | 0 | 53 | 7 | A | 131 | 4F | 35 |
| Octal | 346 | 50 | 327 | 0 | 123 | 7 | 12 | 461 | 117 | 65 |
| Binary | 11100110 | 101000 | 11010111 | 0 | 1010011 | 111 | 1010 | 100110001 | 1001111 | 110101 |
Color Harmonies of #E628D7
Complementary color
Monochromatic Colors of #E628D7
Black with #E628D7
Text Example
Text Example
White with #E628D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E628D7; }
p { color: rgb(230,40,215); }
H1.HeaderClassName
{
color: #E628D7;
}
.AnyTagClassName
{
color: #E628D7;
}
</style>
background-color css
<style>
a { background-color: #E628D7; }
a { background-color: rgb(230,40,215); }
div.DivClassName
{
background-color: #E628D7;
}
.BgClassName
{
background-color: #E628D7;
}
</style>
border-color css
<style>
span { border-color: #E628D7; }
span { border-color: rgb(230,40,215); }
td.TdClassName
{
border-color: #E628D7;
}
.TagClassName
{
border-color: #E628D7;
}
</style>