Shades of Razzle Dazzle Rose #E622CE
Tints of Razzle Dazzle Rose #E622CE
RGB
CMYK
RGB Variations
Color information
#E622CE (or 0xE622CE) is known color: Razzle Dazzle Rose. HEX triplet: E6, 22 and CE. RGB value is (230,34,206). Sum of RGB (Red+Green+Blue) = 230+34+206=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 34 (13.67% from 255 or 7.23% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E622CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E622CE is #19DD31. Grayscale: #6F6F6F. Windows color (decimal): -1695026 or 13509350. OLE color: 13509350.
HSL color Cylindrical-coordinate representation of color #E622CE: hue angle of 307.35º 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 #E622CE is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 206 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.10 |
| HSL | 307.35º | 0.8% | 0.52% | - |
| HSV(B) | 307.35º | 0.85% | 0.9% | - |
| XYZ | 44.35 | 22.42 | 60.38 | - |
| YUV | 112.21 | 180.93 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 206 | 0 | 0.85 | 0.10 | 0.10 | 307.35 | 0.8 | 0.52 |
| Hex | E6 | 22 | CE | 0 | 55 | A | A | 133 | 50 | 34 |
| Octal | 346 | 42 | 316 | 0 | 125 | 12 | 12 | 463 | 120 | 64 |
| Binary | 11100110 | 100010 | 11001110 | 0 | 1010101 | 1010 | 1010 | 100110011 | 1010000 | 110100 |
Color Harmonies of #E622CE
Complementary color
Monochromatic Colors of #E622CE
Black with #E622CE
Text Example
Text Example
White with #E622CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E622CE; }
p { color: rgb(230,34,206); }
H1.HeaderClassName
{
color: #E622CE;
}
.AnyTagClassName
{
color: #E622CE;
}
</style>
background-color css
<style>
a { background-color: #E622CE; }
a { background-color: rgb(230,34,206); }
div.DivClassName
{
background-color: #E622CE;
}
.BgClassName
{
background-color: #E622CE;
}
</style>
border-color css
<style>
span { border-color: #E622CE; }
span { border-color: rgb(230,34,206); }
td.TdClassName
{
border-color: #E622CE;
}
.TagClassName
{
border-color: #E622CE;
}
</style>