Shades of Razzmatazz #E61350
Tints of Razzmatazz #E61350
RGB
CMYK
RGB Variations
Color information
#E61350 (or 0xE61350) is known color: Razzmatazz. HEX triplet: E6, 13 and 50. RGB value is (230,19,80). Sum of RGB (Red+Green+Blue) = 230+19+80=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E61350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61350 is #19ECAF. Grayscale: #595959. Windows color (decimal): -1698992 or 5247974. OLE color: 5247974.
HSL color Cylindrical-coordinate representation of color #E61350: hue angle of 342.65º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61350 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 80 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.10 |
| HSL | 342.65º | 0.85% | 0.49% | - |
| HSV(B) | 342.65º | 0.92% | 0.9% | - |
| XYZ | 34.31 | 17.87 | 9.23 | - |
| YUV | 89.04 | 122.9 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 80 | 0 | 0.92 | 0.65 | 0.10 | 342.65 | 0.85 | 0.49 |
| Hex | E6 | 13 | 50 | 0 | 5C | 41 | A | 157 | 55 | 31 |
| Octal | 346 | 23 | 120 | 0 | 134 | 101 | 12 | 527 | 125 | 61 |
| Binary | 11100110 | 10011 | 1010000 | 0 | 1011100 | 1000001 | 1010 | 101010111 | 1010101 | 110001 |
Color Harmonies of #E61350
Complementary color
Monochromatic Colors of #E61350
Black with #E61350
Text Example
Text Example
White with #E61350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61350; }
p { color: rgb(230,19,80); }
H1.HeaderClassName
{
color: #E61350;
}
.AnyTagClassName
{
color: #E61350;
}
</style>
background-color css
<style>
a { background-color: #E61350; }
a { background-color: rgb(230,19,80); }
div.DivClassName
{
background-color: #E61350;
}
.BgClassName
{
background-color: #E61350;
}
</style>
border-color css
<style>
span { border-color: #E61350; }
span { border-color: rgb(230,19,80); }
td.TdClassName
{
border-color: #E61350;
}
.TagClassName
{
border-color: #E61350;
}
</style>