Shades of Razzmatazz #EA036D
Tints of Razzmatazz #EA036D
RGB
CMYK
RGB Variations
Color information
#EA036D (or 0xEA036D) is known color: Razzmatazz. HEX triplet: EA, 03 and 6D. RGB value is (234,3,109). Sum of RGB (Red+Green+Blue) = 234+3+109=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA036D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA036D is #15FC92. Grayscale: #535353. Windows color (decimal): -1440915 or 7144426. OLE color: 7144426.
HSL color Cylindrical-coordinate representation of color #EA036D: hue angle of 332.47º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA036D is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 109 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.08 |
| HSL | 332.47º | 0.97% | 0.46% | - |
| HSV(B) | 332.47º | 0.99% | 0.92% | - |
| XYZ | 36.72 | 18.66 | 16.13 | - |
| YUV | 84.15 | 142.03 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 109 | 0 | 0.99 | 0.53 | 0.08 | 332.47 | 0.97 | 0.46 |
| Hex | EA | 3 | 6D | 0 | 63 | 35 | 8 | 14C | 61 | 2E |
| Octal | 352 | 3 | 155 | 0 | 143 | 65 | 10 | 514 | 141 | 56 |
| Binary | 11101010 | 11 | 1101101 | 0 | 1100011 | 110101 | 1000 | 101001100 | 1100001 | 101110 |
Color Harmonies of #EA036D
Complementary color
Monochromatic Colors of #EA036D
Black with #EA036D
Text Example
Text Example
White with #EA036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA036D; }
p { color: rgb(234,3,109); }
H1.HeaderClassName
{
color: #EA036D;
}
.AnyTagClassName
{
color: #EA036D;
}
</style>
background-color css
<style>
a { background-color: #EA036D; }
a { background-color: rgb(234,3,109); }
div.DivClassName
{
background-color: #EA036D;
}
.BgClassName
{
background-color: #EA036D;
}
</style>
border-color css
<style>
span { border-color: #EA036D; }
span { border-color: rgb(234,3,109); }
td.TdClassName
{
border-color: #EA036D;
}
.TagClassName
{
border-color: #EA036D;
}
</style>