Shades of Razzmatazz #EA076B
Tints of Razzmatazz #EA076B
RGB
CMYK
RGB Variations
Color information
#EA076B (or 0xEA076B) is known color: Razzmatazz. HEX triplet: EA, 07 and 6B. RGB value is (234,7,107). Sum of RGB (Red+Green+Blue) = 234+7+107=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA076B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA076B is #15F894. Grayscale: #565656. Windows color (decimal): -1439893 or 7014378. OLE color: 7014378.
HSL color Cylindrical-coordinate representation of color #EA076B: hue angle of 333.57º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA076B is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 107 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.08 |
| HSL | 333.57º | 0.94% | 0.47% | - |
| HSV(B) | 333.57º | 0.97% | 0.92% | - |
| XYZ | 36.66 | 18.71 | 15.59 | - |
| YUV | 86.27 | 139.71 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 107 | 0 | 0.97 | 0.54 | 0.08 | 333.57 | 0.94 | 0.47 |
| Hex | EA | 7 | 6B | 0 | 61 | 36 | 8 | 14E | 5E | 2F |
| Octal | 352 | 7 | 153 | 0 | 141 | 66 | 10 | 516 | 136 | 57 |
| Binary | 11101010 | 111 | 1101011 | 0 | 1100001 | 110110 | 1000 | 101001110 | 1011110 | 101111 |
Color Harmonies of #EA076B
Complementary color
Monochromatic Colors of #EA076B
Black with #EA076B
Text Example
Text Example
White with #EA076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA076B; }
p { color: rgb(234,7,107); }
H1.HeaderClassName
{
color: #EA076B;
}
.AnyTagClassName
{
color: #EA076B;
}
</style>
background-color css
<style>
a { background-color: #EA076B; }
a { background-color: rgb(234,7,107); }
div.DivClassName
{
background-color: #EA076B;
}
.BgClassName
{
background-color: #EA076B;
}
</style>
border-color css
<style>
span { border-color: #EA076B; }
span { border-color: rgb(234,7,107); }
td.TdClassName
{
border-color: #EA076B;
}
.TagClassName
{
border-color: #EA076B;
}
</style>