Shades of Razzmatazz #E6144F
Tints of Razzmatazz #E6144F
RGB
CMYK
RGB Variations
Color information
#E6144F (or 0xE6144F) is known color: Razzmatazz. HEX triplet: E6, 14 and 4F. RGB value is (230,20,79). Sum of RGB (Red+Green+Blue) = 230+20+79=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E6144F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6144F is #19EBB0. Grayscale: #595959. Windows color (decimal): -1698737 or 5182694. OLE color: 5182694.
HSL color Cylindrical-coordinate representation of color #E6144F: hue angle of 343.14º 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 #E6144F is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 79 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.10 |
| HSL | 343.14º | 0.84% | 0.49% | - |
| HSV(B) | 343.14º | 0.91% | 0.9% | - |
| XYZ | 34.29 | 17.89 | 9.04 | - |
| YUV | 89.52 | 122.07 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 79 | 0 | 0.91 | 0.66 | 0.10 | 343.14 | 0.84 | 0.49 |
| Hex | E6 | 14 | 4F | 0 | 5B | 42 | A | 157 | 54 | 31 |
| Octal | 346 | 24 | 117 | 0 | 133 | 102 | 12 | 527 | 124 | 61 |
| Binary | 11100110 | 10100 | 1001111 | 0 | 1011011 | 1000010 | 1010 | 101010111 | 1010100 | 110001 |
Color Harmonies of #E6144F
Complementary color
Monochromatic Colors of #E6144F
Black with #E6144F
Text Example
Text Example
White with #E6144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6144F; }
p { color: rgb(230,20,79); }
H1.HeaderClassName
{
color: #E6144F;
}
.AnyTagClassName
{
color: #E6144F;
}
</style>
background-color css
<style>
a { background-color: #E6144F; }
a { background-color: rgb(230,20,79); }
div.DivClassName
{
background-color: #E6144F;
}
.BgClassName
{
background-color: #E6144F;
}
</style>
border-color css
<style>
span { border-color: #E6144F; }
span { border-color: rgb(230,20,79); }
td.TdClassName
{
border-color: #E6144F;
}
.TagClassName
{
border-color: #E6144F;
}
</style>