Shades of Razzle Dazzle Rose #E620D5
Tints of Razzle Dazzle Rose #E620D5
RGB
CMYK
RGB Variations
Color information
#E620D5 (or 0xE620D5) is known color: Razzle Dazzle Rose. HEX triplet: E6, 20 and D5. RGB value is (230,32,213). Sum of RGB (Red+Green+Blue) = 230+32+213=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E620D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620D5 is #19DF2A. Grayscale: #6F6F6F. Windows color (decimal): -1695531 or 13967590. OLE color: 13967590.
HSL color Cylindrical-coordinate representation of color #E620D5: hue angle of 305.15º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E620D5 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 213 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.10 |
| HSL | 305.15º | 0.8% | 0.51% | - |
| HSV(B) | 305.15º | 0.86% | 0.9% | - |
| XYZ | 45.16 | 22.66 | 64.94 | - |
| YUV | 111.84 | 185.1 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 213 | 0 | 0.86 | 0.07 | 0.10 | 305.15 | 0.8 | 0.51 |
| Hex | E6 | 20 | D5 | 0 | 56 | 7 | A | 131 | 50 | 33 |
| Octal | 346 | 40 | 325 | 0 | 126 | 7 | 12 | 461 | 120 | 63 |
| Binary | 11100110 | 100000 | 11010101 | 0 | 1010110 | 111 | 1010 | 100110001 | 1010000 | 110011 |
Color Harmonies of #E620D5
Complementary color
Monochromatic Colors of #E620D5
Black with #E620D5
Text Example
Text Example
White with #E620D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620D5; }
p { color: rgb(230,32,213); }
H1.HeaderClassName
{
color: #E620D5;
}
.AnyTagClassName
{
color: #E620D5;
}
</style>
background-color css
<style>
a { background-color: #E620D5; }
a { background-color: rgb(230,32,213); }
div.DivClassName
{
background-color: #E620D5;
}
.BgClassName
{
background-color: #E620D5;
}
</style>
border-color css
<style>
span { border-color: #E620D5; }
span { border-color: rgb(230,32,213); }
td.TdClassName
{
border-color: #E620D5;
}
.TagClassName
{
border-color: #E620D5;
}
</style>