Shades of Razzmatazz #E40267
Tints of Razzmatazz #E40267
RGB
CMYK
RGB Variations
Color information
#E40267 (or 0xE40267) is known color: Razzmatazz. HEX triplet: E4, 02 and 67. RGB value is (228,2,103). Sum of RGB (Red+Green+Blue) = 228+2+103=333 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.47% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 228 - color contains mainly: red. Hex color #E40267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40267 is #1BFD98. Grayscale: #505050. Windows color (decimal): -1834393 or 6750948. OLE color: 6750948.
HSL color Cylindrical-coordinate representation of color #E40267: hue angle of 333.19º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40267 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 103 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.11 |
| HSL | 333.19º | 0.98% | 0.45% | - |
| HSV(B) | 333.19º | 0.99% | 0.89% | - |
| XYZ | 34.46 | 17.52 | 14.4 | - |
| YUV | 81.09 | 140.37 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 103 | 0 | 0.99 | 0.55 | 0.11 | 333.19 | 0.98 | 0.45 |
| Hex | E4 | 2 | 67 | 0 | 63 | 37 | B | 14D | 62 | 2D |
| Octal | 344 | 2 | 147 | 0 | 143 | 67 | 13 | 515 | 142 | 55 |
| Binary | 11100100 | 10 | 1100111 | 0 | 1100011 | 110111 | 1011 | 101001101 | 1100010 | 101101 |
Color Harmonies of #E40267
Complementary color
Monochromatic Colors of #E40267
Black with #E40267
Text Example
Text Example
White with #E40267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40267; }
p { color: rgb(228,2,103); }
H1.HeaderClassName
{
color: #E40267;
}
.AnyTagClassName
{
color: #E40267;
}
</style>
background-color css
<style>
a { background-color: #E40267; }
a { background-color: rgb(228,2,103); }
div.DivClassName
{
background-color: #E40267;
}
.BgClassName
{
background-color: #E40267;
}
</style>
border-color css
<style>
span { border-color: #E40267; }
span { border-color: rgb(228,2,103); }
td.TdClassName
{
border-color: #E40267;
}
.TagClassName
{
border-color: #E40267;
}
</style>