Shades of Razzmatazz #EA017B
Tints of Razzmatazz #EA017B
RGB
CMYK
RGB Variations
Color information
#EA017B (or 0xEA017B) is known color: Razzmatazz. HEX triplet: EA, 01 and 7B. RGB value is (234,1,123). Sum of RGB (Red+Green+Blue) = 234+1+123=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA017B is #15FE84. Grayscale: #545454. Windows color (decimal): -1441413 or 8061418. OLE color: 8061418.
HSL color Cylindrical-coordinate representation of color #EA017B: hue angle of 328.58º 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 #EA017B is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.08 |
| HSL | 328.58º | 0.99% | 0.46% | - |
| HSV(B) | 328.58º | 1% | 0.92% | - |
| XYZ | 37.52 | 18.94 | 20.42 | - |
| YUV | 84.58 | 149.69 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 123 | 0 | 1.00 | 0.47 | 0.08 | 328.58 | 0.99 | 0.46 |
| Hex | EA | 1 | 7B | 0 | 64 | 2F | 8 | 149 | 63 | 2E |
| Octal | 352 | 1 | 173 | 0 | 144 | 57 | 10 | 511 | 143 | 56 |
| Binary | 11101010 | 1 | 1111011 | 0 | 1100100 | 101111 | 1000 | 101001001 | 1100011 | 101110 |
Color Harmonies of #EA017B
Complementary color
Monochromatic Colors of #EA017B
Black with #EA017B
Text Example
Text Example
White with #EA017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA017B; }
p { color: rgb(234,1,123); }
H1.HeaderClassName
{
color: #EA017B;
}
.AnyTagClassName
{
color: #EA017B;
}
</style>
background-color css
<style>
a { background-color: #EA017B; }
a { background-color: rgb(234,1,123); }
div.DivClassName
{
background-color: #EA017B;
}
.BgClassName
{
background-color: #EA017B;
}
</style>
border-color css
<style>
span { border-color: #EA017B; }
span { border-color: rgb(234,1,123); }
td.TdClassName
{
border-color: #EA017B;
}
.TagClassName
{
border-color: #EA017B;
}
</style>