Shades of Razzmatazz #EA095C
Tints of Razzmatazz #EA095C
RGB
CMYK
RGB Variations
Color information
#EA095C (or 0xEA095C) is known color: Razzmatazz. HEX triplet: EA, 09 and 5C. RGB value is (234,9,92). Sum of RGB (Red+Green+Blue) = 234+9+92=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA095C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA095C is #15F6A3. Grayscale: #555555. Windows color (decimal): -1439396 or 6031850. OLE color: 6031850.
HSL color Cylindrical-coordinate representation of color #EA095C: hue angle of 337.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 #EA095C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.08 |
| HSL | 337.87º | 0.93% | 0.48% | - |
| HSV(B) | 337.87º | 0.96% | 0.92% | - |
| XYZ | 35.96 | 18.46 | 11.79 | - |
| YUV | 85.74 | 131.54 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 92 | 0 | 0.96 | 0.61 | 0.08 | 337.87 | 0.93 | 0.48 |
| Hex | EA | 9 | 5C | 0 | 60 | 3D | 8 | 152 | 5D | 30 |
| Octal | 352 | 11 | 134 | 0 | 140 | 75 | 10 | 522 | 135 | 60 |
| Binary | 11101010 | 1001 | 1011100 | 0 | 1100000 | 111101 | 1000 | 101010010 | 1011101 | 110000 |
Color Harmonies of #EA095C
Complementary color
Monochromatic Colors of #EA095C
Black with #EA095C
Text Example
Text Example
White with #EA095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA095C; }
p { color: rgb(234,9,92); }
H1.HeaderClassName
{
color: #EA095C;
}
.AnyTagClassName
{
color: #EA095C;
}
</style>
background-color css
<style>
a { background-color: #EA095C; }
a { background-color: rgb(234,9,92); }
div.DivClassName
{
background-color: #EA095C;
}
.BgClassName
{
background-color: #EA095C;
}
</style>
border-color css
<style>
span { border-color: #EA095C; }
span { border-color: rgb(234,9,92); }
td.TdClassName
{
border-color: #EA095C;
}
.TagClassName
{
border-color: #EA095C;
}
</style>