Shades of Razzle Dazzle Rose #E622CC
Tints of Razzle Dazzle Rose #E622CC
RGB
CMYK
RGB Variations
Color information
#E622CC (or 0xE622CC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 22 and CC. RGB value is (230,34,204). Sum of RGB (Red+Green+Blue) = 230+34+204=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 34 (13.67% from 255 or 7.26% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E622CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E622CC is #19DD33. Grayscale: #6F6F6F. Windows color (decimal): -1695028 or 13378278. OLE color: 13378278.
HSL color Cylindrical-coordinate representation of color #E622CC: hue angle of 307.96º 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 #E622CC is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 204 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.10 |
| HSL | 307.96º | 0.8% | 0.52% | - |
| HSV(B) | 307.96º | 0.85% | 0.9% | - |
| XYZ | 44.1 | 22.33 | 59.11 | - |
| YUV | 111.98 | 179.93 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 204 | 0 | 0.85 | 0.11 | 0.10 | 307.96 | 0.8 | 0.52 |
| Hex | E6 | 22 | CC | 0 | 55 | B | A | 134 | 50 | 34 |
| Octal | 346 | 42 | 314 | 0 | 125 | 13 | 12 | 464 | 120 | 64 |
| Binary | 11100110 | 100010 | 11001100 | 0 | 1010101 | 1011 | 1010 | 100110100 | 1010000 | 110100 |
Color Harmonies of #E622CC
Complementary color
Monochromatic Colors of #E622CC
Black with #E622CC
Text Example
Text Example
White with #E622CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E622CC; }
p { color: rgb(230,34,204); }
H1.HeaderClassName
{
color: #E622CC;
}
.AnyTagClassName
{
color: #E622CC;
}
</style>
background-color css
<style>
a { background-color: #E622CC; }
a { background-color: rgb(230,34,204); }
div.DivClassName
{
background-color: #E622CC;
}
.BgClassName
{
background-color: #E622CC;
}
</style>
border-color css
<style>
span { border-color: #E622CC; }
span { border-color: rgb(230,34,204); }
td.TdClassName
{
border-color: #E622CC;
}
.TagClassName
{
border-color: #E622CC;
}
</style>