Shades of Razzle Dazzle Rose #E644C0
Tints of Razzle Dazzle Rose #E644C0
RGB
CMYK
RGB Variations
Color information
#E644C0 (or 0xE644C0) is known color: Razzle Dazzle Rose. HEX triplet: E6, 44 and C0. RGB value is (230,68,192). Sum of RGB (Red+Green+Blue) = 230+68+192=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E644C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E644C0 is #19BB3F. Grayscale: #828282. Windows color (decimal): -1686336 or 12600550. OLE color: 12600550.
HSL color Cylindrical-coordinate representation of color #E644C0: hue angle of 314.07º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E644C0 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 192 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.10 |
| HSL | 314.07º | 0.76% | 0.58% | - |
| HSV(B) | 314.07º | 0.7% | 0.9% | - |
| XYZ | 44.21 | 24.76 | 52.32 | - |
| YUV | 130.57 | 162.67 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 192 | 0 | 0.70 | 0.17 | 0.10 | 314.07 | 0.76 | 0.58 |
| Hex | E6 | 44 | C0 | 0 | 46 | 11 | A | 13A | 4C | 3A |
| Octal | 346 | 104 | 300 | 0 | 106 | 21 | 12 | 472 | 114 | 72 |
| Binary | 11100110 | 1000100 | 11000000 | 0 | 1000110 | 10001 | 1010 | 100111010 | 1001100 | 111010 |
Color Harmonies of #E644C0
Complementary color
Monochromatic Colors of #E644C0
Black with #E644C0
Text Example
Text Example
White with #E644C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E644C0; }
p { color: rgb(230,68,192); }
H1.HeaderClassName
{
color: #E644C0;
}
.AnyTagClassName
{
color: #E644C0;
}
</style>
background-color css
<style>
a { background-color: #E644C0; }
a { background-color: rgb(230,68,192); }
div.DivClassName
{
background-color: #E644C0;
}
.BgClassName
{
background-color: #E644C0;
}
</style>
border-color css
<style>
span { border-color: #E644C0; }
span { border-color: rgb(230,68,192); }
td.TdClassName
{
border-color: #E644C0;
}
.TagClassName
{
border-color: #E644C0;
}
</style>