Shades of Razzle Dazzle Rose #E625DC
Tints of Razzle Dazzle Rose #E625DC
RGB
CMYK
RGB Variations
Color information
#E625DC (or 0xE625DC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 25 and DC. RGB value is (230,37,220). Sum of RGB (Red+Green+Blue) = 230+37+220=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E625DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E625DC is #19DA23. Grayscale: #737373. Windows color (decimal): -1694244 or 14427622. OLE color: 14427622.
HSL color Cylindrical-coordinate representation of color #E625DC: hue angle of 303.11º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E625DC is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 220 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.10 |
| HSL | 303.11º | 0.79% | 0.52% | - |
| HSV(B) | 303.11º | 0.84% | 0.9% | - |
| XYZ | 46.21 | 23.31 | 69.77 | - |
| YUV | 115.57 | 186.94 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 220 | 0 | 0.84 | 0.04 | 0.10 | 303.11 | 0.79 | 0.52 |
| Hex | E6 | 25 | DC | 0 | 54 | 4 | A | 12F | 4F | 34 |
| Octal | 346 | 45 | 334 | 0 | 124 | 4 | 12 | 457 | 117 | 64 |
| Binary | 11100110 | 100101 | 11011100 | 0 | 1010100 | 100 | 1010 | 100101111 | 1001111 | 110100 |
Color Harmonies of #E625DC
Complementary color
Monochromatic Colors of #E625DC
Black with #E625DC
Text Example
Text Example
White with #E625DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E625DC; }
p { color: rgb(230,37,220); }
H1.HeaderClassName
{
color: #E625DC;
}
.AnyTagClassName
{
color: #E625DC;
}
</style>
background-color css
<style>
a { background-color: #E625DC; }
a { background-color: rgb(230,37,220); }
div.DivClassName
{
background-color: #E625DC;
}
.BgClassName
{
background-color: #E625DC;
}
</style>
border-color css
<style>
span { border-color: #E625DC; }
span { border-color: rgb(230,37,220); }
td.TdClassName
{
border-color: #E625DC;
}
.TagClassName
{
border-color: #E625DC;
}
</style>