Shades of Razzle Dazzle Rose #E622DA
Tints of Razzle Dazzle Rose #E622DA
RGB
CMYK
RGB Variations
Color information
#E622DA (or 0xE622DA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 22 and DA. RGB value is (230,34,218). Sum of RGB (Red+Green+Blue) = 230+34+218=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 34 (13.67% from 255 or 7.05% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E622DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E622DA is #19DD25. Grayscale: #717171. Windows color (decimal): -1695014 or 14295782. OLE color: 14295782.
HSL color Cylindrical-coordinate representation of color #E622DA: hue angle of 303.67º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E622DA is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 218 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.10 |
| HSL | 303.67º | 0.8% | 0.52% | - |
| HSV(B) | 303.67º | 0.85% | 0.9% | - |
| XYZ | 45.86 | 23.03 | 68.36 | - |
| YUV | 113.58 | 186.93 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 218 | 0 | 0.85 | 0.05 | 0.10 | 303.67 | 0.8 | 0.52 |
| Hex | E6 | 22 | DA | 0 | 55 | 5 | A | 130 | 50 | 34 |
| Octal | 346 | 42 | 332 | 0 | 125 | 5 | 12 | 460 | 120 | 64 |
| Binary | 11100110 | 100010 | 11011010 | 0 | 1010101 | 101 | 1010 | 100110000 | 1010000 | 110100 |
Color Harmonies of #E622DA
Complementary color
Monochromatic Colors of #E622DA
Black with #E622DA
Text Example
Text Example
White with #E622DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E622DA; }
p { color: rgb(230,34,218); }
H1.HeaderClassName
{
color: #E622DA;
}
.AnyTagClassName
{
color: #E622DA;
}
</style>
background-color css
<style>
a { background-color: #E622DA; }
a { background-color: rgb(230,34,218); }
div.DivClassName
{
background-color: #E622DA;
}
.BgClassName
{
background-color: #E622DA;
}
</style>
border-color css
<style>
span { border-color: #E622DA; }
span { border-color: rgb(230,34,218); }
td.TdClassName
{
border-color: #E622DA;
}
.TagClassName
{
border-color: #E622DA;
}
</style>