Shades of Razzmatazz #EE134F
Tints of Razzmatazz #EE134F
RGB
CMYK
RGB Variations
Color information
#EE134F (or 0xEE134F) is known color: Razzmatazz. HEX triplet: EE, 13 and 4F. RGB value is (238,19,79). Sum of RGB (Red+Green+Blue) = 238+19+79=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE134F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE134F is #11ECB0. Grayscale: #5B5B5B. Windows color (decimal): -1174705 or 5182446. OLE color: 5182446.
HSL color Cylindrical-coordinate representation of color #EE134F: hue angle of 343.56º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE134F is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 79 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.07 |
| HSL | 343.56º | 0.87% | 0.5% | - |
| HSV(B) | 343.56º | 0.92% | 0.93% | - |
| XYZ | 36.9 | 19.21 | 9.16 | - |
| YUV | 91.32 | 121.05 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 79 | 0 | 0.92 | 0.67 | 0.07 | 343.56 | 0.87 | 0.5 |
| Hex | EE | 13 | 4F | 0 | 5C | 43 | 7 | 158 | 57 | 32 |
| Octal | 356 | 23 | 117 | 0 | 134 | 103 | 7 | 530 | 127 | 62 |
| Binary | 11101110 | 10011 | 1001111 | 0 | 1011100 | 1000011 | 111 | 101011000 | 1010111 | 110010 |
Color Harmonies of #EE134F
Complementary color
Monochromatic Colors of #EE134F
Black with #EE134F
Text Example
Text Example
White with #EE134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE134F; }
p { color: rgb(238,19,79); }
H1.HeaderClassName
{
color: #EE134F;
}
.AnyTagClassName
{
color: #EE134F;
}
</style>
background-color css
<style>
a { background-color: #EE134F; }
a { background-color: rgb(238,19,79); }
div.DivClassName
{
background-color: #EE134F;
}
.BgClassName
{
background-color: #EE134F;
}
</style>
border-color css
<style>
span { border-color: #EE134F; }
span { border-color: rgb(238,19,79); }
td.TdClassName
{
border-color: #EE134F;
}
.TagClassName
{
border-color: #EE134F;
}
</style>