Shades of Razzmatazz #EE154F
Tints of Razzmatazz #EE154F
RGB
CMYK
RGB Variations
Color information
#EE154F (or 0xEE154F) is known color: Razzmatazz. HEX triplet: EE, 15 and 4F. RGB value is (238,21,79). Sum of RGB (Red+Green+Blue) = 238+21+79=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE154F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE154F is #11EAB0. Grayscale: #5C5C5C. Windows color (decimal): -1174193 or 5182958. OLE color: 5182958.
HSL color Cylindrical-coordinate representation of color #EE154F: hue angle of 343.96º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE154F is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 79 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.07 |
| HSL | 343.96º | 0.86% | 0.51% | - |
| HSV(B) | 343.96º | 0.91% | 0.93% | - |
| XYZ | 36.94 | 19.28 | 9.17 | - |
| YUV | 92.5 | 120.39 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 79 | 0 | 0.91 | 0.67 | 0.07 | 343.96 | 0.86 | 0.51 |
| Hex | EE | 15 | 4F | 0 | 5B | 43 | 7 | 158 | 56 | 33 |
| Octal | 356 | 25 | 117 | 0 | 133 | 103 | 7 | 530 | 126 | 63 |
| Binary | 11101110 | 10101 | 1001111 | 0 | 1011011 | 1000011 | 111 | 101011000 | 1010110 | 110011 |
Color Harmonies of #EE154F
Complementary color
Monochromatic Colors of #EE154F
Black with #EE154F
Text Example
Text Example
White with #EE154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE154F; }
p { color: rgb(238,21,79); }
H1.HeaderClassName
{
color: #EE154F;
}
.AnyTagClassName
{
color: #EE154F;
}
</style>
background-color css
<style>
a { background-color: #EE154F; }
a { background-color: rgb(238,21,79); }
div.DivClassName
{
background-color: #EE154F;
}
.BgClassName
{
background-color: #EE154F;
}
</style>
border-color css
<style>
span { border-color: #EE154F; }
span { border-color: rgb(238,21,79); }
td.TdClassName
{
border-color: #EE154F;
}
.TagClassName
{
border-color: #EE154F;
}
</style>