Shades of Razzle Dazzle Rose #E626DD
Tints of Razzle Dazzle Rose #E626DD
RGB
CMYK
RGB Variations
Color information
#E626DD (or 0xE626DD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 26 and DD. RGB value is (230,38,221). Sum of RGB (Red+Green+Blue) = 230+38+221=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 38 (15.23% from 255 or 7.77% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E626DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E626DD is #19D922. Grayscale: #737373. Windows color (decimal): -1693987 or 14493414. OLE color: 14493414.
HSL color Cylindrical-coordinate representation of color #E626DD: hue angle of 302.81º 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 #E626DD is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 221 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.10 |
| HSL | 302.81º | 0.79% | 0.53% | - |
| HSV(B) | 302.81º | 0.83% | 0.9% | - |
| XYZ | 46.38 | 23.43 | 70.48 | - |
| YUV | 116.27 | 187.11 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 221 | 0 | 0.83 | 0.04 | 0.10 | 302.81 | 0.79 | 0.53 |
| Hex | E6 | 26 | DD | 0 | 53 | 4 | A | 12F | 4F | 35 |
| Octal | 346 | 46 | 335 | 0 | 123 | 4 | 12 | 457 | 117 | 65 |
| Binary | 11100110 | 100110 | 11011101 | 0 | 1010011 | 100 | 1010 | 100101111 | 1001111 | 110101 |
Color Harmonies of #E626DD
Complementary color
Monochromatic Colors of #E626DD
Black with #E626DD
Text Example
Text Example
White with #E626DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E626DD; }
p { color: rgb(230,38,221); }
H1.HeaderClassName
{
color: #E626DD;
}
.AnyTagClassName
{
color: #E626DD;
}
</style>
background-color css
<style>
a { background-color: #E626DD; }
a { background-color: rgb(230,38,221); }
div.DivClassName
{
background-color: #E626DD;
}
.BgClassName
{
background-color: #E626DD;
}
</style>
border-color css
<style>
span { border-color: #E626DD; }
span { border-color: rgb(230,38,221); }
td.TdClassName
{
border-color: #E626DD;
}
.TagClassName
{
border-color: #E626DD;
}
</style>