Shades of Razzmatazz #EA007A
Tints of Razzmatazz #EA007A
RGB
CMYK
RGB Variations
Color information
#EA007A (or 0xEA007A) is known color: Razzmatazz. HEX triplet: EA, 00 and 7A. RGB value is (234,0,122). Sum of RGB (Red+Green+Blue) = 234+0+122=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA007A is #15FF85. Grayscale: #535353. Windows color (decimal): -1441670 or 7995626. OLE color: 7995626.
HSL color Cylindrical-coordinate representation of color #EA007A: hue angle of 328.72º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA007A is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.48 | 0.08 |
| HSL | 328.72º | 1% | 0.46% | - |
| HSV(B) | 328.72º | 1% | 0.92% | - |
| XYZ | 37.44 | 18.9 | 20.09 | - |
| YUV | 83.87 | 149.52 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 122 | 0 | 1 | 0.48 | 0.08 | 328.72 | 1 | 0.46 |
| Hex | EA | 0 | 7A | 0 | 64 | 30 | 8 | 149 | 64 | 2E |
| Octal | 352 | 0 | 172 | 0 | 144 | 60 | 10 | 511 | 144 | 56 |
| Binary | 11101010 | 0 | 1111010 | 0 | 1100100 | 110000 | 1000 | 101001001 | 1100100 | 101110 |
Color Harmonies of #EA007A
Complementary color
Monochromatic Colors of #EA007A
Black with #EA007A
Text Example
Text Example
White with #EA007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA007A; }
p { color: rgb(234,0,122); }
H1.HeaderClassName
{
color: #EA007A;
}
.AnyTagClassName
{
color: #EA007A;
}
</style>
background-color css
<style>
a { background-color: #EA007A; }
a { background-color: rgb(234,0,122); }
div.DivClassName
{
background-color: #EA007A;
}
.BgClassName
{
background-color: #EA007A;
}
</style>
border-color css
<style>
span { border-color: #EA007A; }
span { border-color: rgb(234,0,122); }
td.TdClassName
{
border-color: #EA007A;
}
.TagClassName
{
border-color: #EA007A;
}
</style>