Shades of Razzmatazz #EA174F
Tints of Razzmatazz #EA174F
RGB
CMYK
RGB Variations
Color information
#EA174F (or 0xEA174F) is known color: Razzmatazz. HEX triplet: EA, 17 and 4F. RGB value is (234,23,79). Sum of RGB (Red+Green+Blue) = 234+23+79=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA174F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA174F is #15E8B0. Grayscale: #5C5C5C. Windows color (decimal): -1435825 or 5183466. OLE color: 5183466.
HSL color Cylindrical-coordinate representation of color #EA174F: hue angle of 344.08º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA174F is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 79 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.08 |
| HSL | 344.08º | 0.83% | 0.5% | - |
| HSV(B) | 344.08º | 0.9% | 0.92% | - |
| XYZ | 35.65 | 18.67 | 9.12 | - |
| YUV | 92.47 | 120.4 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 79 | 0 | 0.90 | 0.66 | 0.08 | 344.08 | 0.83 | 0.5 |
| Hex | EA | 17 | 4F | 0 | 5A | 42 | 8 | 158 | 53 | 32 |
| Octal | 352 | 27 | 117 | 0 | 132 | 102 | 10 | 530 | 123 | 62 |
| Binary | 11101010 | 10111 | 1001111 | 0 | 1011010 | 1000010 | 1000 | 101011000 | 1010011 | 110010 |
Color Harmonies of #EA174F
Complementary color
Monochromatic Colors of #EA174F
Black with #EA174F
Text Example
Text Example
White with #EA174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA174F; }
p { color: rgb(234,23,79); }
H1.HeaderClassName
{
color: #EA174F;
}
.AnyTagClassName
{
color: #EA174F;
}
</style>
background-color css
<style>
a { background-color: #EA174F; }
a { background-color: rgb(234,23,79); }
div.DivClassName
{
background-color: #EA174F;
}
.BgClassName
{
background-color: #EA174F;
}
</style>
border-color css
<style>
span { border-color: #EA174F; }
span { border-color: rgb(234,23,79); }
td.TdClassName
{
border-color: #EA174F;
}
.TagClassName
{
border-color: #EA174F;
}
</style>