Shades of Razzmatazz #E61450
Tints of Razzmatazz #E61450
RGB
CMYK
RGB Variations
Color information
#E61450 (or 0xE61450) is known color: Razzmatazz. HEX triplet: E6, 14 and 50. RGB value is (230,20,80). Sum of RGB (Red+Green+Blue) = 230+20+80=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E61450 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61450 is #19EBAF. Grayscale: #595959. Windows color (decimal): -1698736 or 5248230. OLE color: 5248230.
HSL color Cylindrical-coordinate representation of color #E61450: hue angle of 342.86º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61450 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 80 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.10 |
| HSL | 342.86º | 0.84% | 0.49% | - |
| HSV(B) | 342.86º | 0.91% | 0.9% | - |
| XYZ | 34.33 | 17.9 | 9.24 | - |
| YUV | 89.63 | 122.57 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 80 | 0 | 0.91 | 0.65 | 0.10 | 342.86 | 0.84 | 0.49 |
| Hex | E6 | 14 | 50 | 0 | 5B | 41 | A | 157 | 54 | 31 |
| Octal | 346 | 24 | 120 | 0 | 133 | 101 | 12 | 527 | 124 | 61 |
| Binary | 11100110 | 10100 | 1010000 | 0 | 1011011 | 1000001 | 1010 | 101010111 | 1010100 | 110001 |
Color Harmonies of #E61450
Complementary color
Monochromatic Colors of #E61450
Black with #E61450
Text Example
Text Example
White with #E61450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61450; }
p { color: rgb(230,20,80); }
H1.HeaderClassName
{
color: #E61450;
}
.AnyTagClassName
{
color: #E61450;
}
</style>
background-color css
<style>
a { background-color: #E61450; }
a { background-color: rgb(230,20,80); }
div.DivClassName
{
background-color: #E61450;
}
.BgClassName
{
background-color: #E61450;
}
</style>
border-color css
<style>
span { border-color: #E61450; }
span { border-color: rgb(230,20,80); }
td.TdClassName
{
border-color: #E61450;
}
.TagClassName
{
border-color: #E61450;
}
</style>