Shades of Razzmatazz #EA0165
Tints of Razzmatazz #EA0165
RGB
CMYK
RGB Variations
Color information
#EA0165 (or 0xEA0165) is known color: Razzmatazz. HEX triplet: EA, 01 and 65. RGB value is (234,1,101). Sum of RGB (Red+Green+Blue) = 234+1+101=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0165 is #15FE9A. Grayscale: #515151. Windows color (decimal): -1441435 or 6619626. OLE color: 6619626.
HSL color Cylindrical-coordinate representation of color #EA0165: hue angle of 334.25º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0165 is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 101 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.08 |
| HSL | 334.25º | 0.99% | 0.46% | - |
| HSV(B) | 334.25º | 1% | 0.92% | - |
| XYZ | 36.29 | 18.45 | 13.96 | - |
| YUV | 82.07 | 138.69 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 101 | 0 | 1.00 | 0.57 | 0.08 | 334.25 | 0.99 | 0.46 |
| Hex | EA | 1 | 65 | 0 | 64 | 39 | 8 | 14E | 63 | 2E |
| Octal | 352 | 1 | 145 | 0 | 144 | 71 | 10 | 516 | 143 | 56 |
| Binary | 11101010 | 1 | 1100101 | 0 | 1100100 | 111001 | 1000 | 101001110 | 1100011 | 101110 |
Color Harmonies of #EA0165
Complementary color
Monochromatic Colors of #EA0165
Black with #EA0165
Text Example
Text Example
White with #EA0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0165; }
p { color: rgb(234,1,101); }
H1.HeaderClassName
{
color: #EA0165;
}
.AnyTagClassName
{
color: #EA0165;
}
</style>
background-color css
<style>
a { background-color: #EA0165; }
a { background-color: rgb(234,1,101); }
div.DivClassName
{
background-color: #EA0165;
}
.BgClassName
{
background-color: #EA0165;
}
</style>
border-color css
<style>
span { border-color: #EA0165; }
span { border-color: rgb(234,1,101); }
td.TdClassName
{
border-color: #EA0165;
}
.TagClassName
{
border-color: #EA0165;
}
</style>