Shades of Razzle Dazzle Rose #E624CD
Tints of Razzle Dazzle Rose #E624CD
RGB
CMYK
RGB Variations
Color information
#E624CD (or 0xE624CD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 24 and CD. RGB value is (230,36,205). Sum of RGB (Red+Green+Blue) = 230+36+205=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E624CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E624CD is #19DB32. Grayscale: #707070. Windows color (decimal): -1694515 or 13444326. OLE color: 13444326.
HSL color Cylindrical-coordinate representation of color #E624CD: hue angle of 307.73º degrees, saturation: 0.8, 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 #E624CD is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 36 | 205 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.10 |
| HSL | 307.73º | 0.8% | 0.52% | - |
| HSV(B) | 307.73º | 0.84% | 0.9% | - |
| XYZ | 44.28 | 22.49 | 59.77 | - |
| YUV | 113.27 | 179.77 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 205 | 0 | 0.84 | 0.11 | 0.10 | 307.73 | 0.8 | 0.52 |
| Hex | E6 | 24 | CD | 0 | 54 | B | A | 134 | 50 | 34 |
| Octal | 346 | 44 | 315 | 0 | 124 | 13 | 12 | 464 | 120 | 64 |
| Binary | 11100110 | 100100 | 11001101 | 0 | 1010100 | 1011 | 1010 | 100110100 | 1010000 | 110100 |
Color Harmonies of #E624CD
Complementary color
Monochromatic Colors of #E624CD
Black with #E624CD
Text Example
Text Example
White with #E624CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E624CD; }
p { color: rgb(230,36,205); }
H1.HeaderClassName
{
color: #E624CD;
}
.AnyTagClassName
{
color: #E624CD;
}
</style>
background-color css
<style>
a { background-color: #E624CD; }
a { background-color: rgb(230,36,205); }
div.DivClassName
{
background-color: #E624CD;
}
.BgClassName
{
background-color: #E624CD;
}
</style>
border-color css
<style>
span { border-color: #E624CD; }
span { border-color: rgb(230,36,205); }
td.TdClassName
{
border-color: #E624CD;
}
.TagClassName
{
border-color: #E624CD;
}
</style>