Shades of Razzmatazz #E60669
Tints of Razzmatazz #E60669
RGB
CMYK
RGB Variations
Color information
#E60669 (or 0xE60669) is known color: Razzmatazz. HEX triplet: E6, 06 and 69. RGB value is (230,6,105). Sum of RGB (Red+Green+Blue) = 230+6+105=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E60669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60669 is #19F996. Grayscale: #545454. Windows color (decimal): -1702295 or 6883046. OLE color: 6883046.
HSL color Cylindrical-coordinate representation of color #E60669: hue angle of 333.48º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60669 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.10 |
| HSL | 333.48º | 0.95% | 0.46% | - |
| HSV(B) | 333.48º | 0.97% | 0.9% | - |
| XYZ | 35.25 | 17.97 | 14.98 | - |
| YUV | 84.26 | 139.71 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 105 | 0 | 0.97 | 0.54 | 0.10 | 333.48 | 0.95 | 0.46 |
| Hex | E6 | 6 | 69 | 0 | 61 | 36 | A | 14D | 5F | 2E |
| Octal | 346 | 6 | 151 | 0 | 141 | 66 | 12 | 515 | 137 | 56 |
| Binary | 11100110 | 110 | 1101001 | 0 | 1100001 | 110110 | 1010 | 101001101 | 1011111 | 101110 |
Color Harmonies of #E60669
Complementary color
Monochromatic Colors of #E60669
Black with #E60669
Text Example
Text Example
White with #E60669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60669; }
p { color: rgb(230,6,105); }
H1.HeaderClassName
{
color: #E60669;
}
.AnyTagClassName
{
color: #E60669;
}
</style>
background-color css
<style>
a { background-color: #E60669; }
a { background-color: rgb(230,6,105); }
div.DivClassName
{
background-color: #E60669;
}
.BgClassName
{
background-color: #E60669;
}
</style>
border-color css
<style>
span { border-color: #E60669; }
span { border-color: rgb(230,6,105); }
td.TdClassName
{
border-color: #E60669;
}
.TagClassName
{
border-color: #E60669;
}
</style>