Shades of Razzmatazz #EA094D
Tints of Razzmatazz #EA094D
RGB
CMYK
RGB Variations
Color information
#EA094D (or 0xEA094D) is known color: Razzmatazz. HEX triplet: EA, 09 and 4D. RGB value is (234,9,77). Sum of RGB (Red+Green+Blue) = 234+9+77=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA094D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA094D is #15F6B2. Grayscale: #535353. Windows color (decimal): -1439411 or 5048810. OLE color: 5048810.
HSL color Cylindrical-coordinate representation of color #EA094D: hue angle of 341.87º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA094D is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.08 |
| HSL | 341.87º | 0.93% | 0.48% | - |
| HSV(B) | 341.87º | 0.96% | 0.92% | - |
| XYZ | 35.37 | 18.22 | 8.67 | - |
| YUV | 84.03 | 124.04 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 77 | 0 | 0.96 | 0.67 | 0.08 | 341.87 | 0.93 | 0.48 |
| Hex | EA | 9 | 4D | 0 | 60 | 43 | 8 | 156 | 5D | 30 |
| Octal | 352 | 11 | 115 | 0 | 140 | 103 | 10 | 526 | 135 | 60 |
| Binary | 11101010 | 1001 | 1001101 | 0 | 1100000 | 1000011 | 1000 | 101010110 | 1011101 | 110000 |
Color Harmonies of #EA094D
Complementary color
Monochromatic Colors of #EA094D
Black with #EA094D
Text Example
Text Example
White with #EA094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA094D; }
p { color: rgb(234,9,77); }
H1.HeaderClassName
{
color: #EA094D;
}
.AnyTagClassName
{
color: #EA094D;
}
</style>
background-color css
<style>
a { background-color: #EA094D; }
a { background-color: rgb(234,9,77); }
div.DivClassName
{
background-color: #EA094D;
}
.BgClassName
{
background-color: #EA094D;
}
</style>
border-color css
<style>
span { border-color: #EA094D; }
span { border-color: rgb(234,9,77); }
td.TdClassName
{
border-color: #EA094D;
}
.TagClassName
{
border-color: #EA094D;
}
</style>