Shades of Razzmatazz #E30266
Tints of Razzmatazz #E30266
RGB
CMYK
RGB Variations
Color information
#E30266 (or 0xE30266) is known color: Razzmatazz. HEX triplet: E3, 02 and 66. RGB value is (227,2,102). Sum of RGB (Red+Green+Blue) = 227+2+102=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E30266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30266 is #1CFD99. Grayscale: #505050. Windows color (decimal): -1899930 or 6685411. OLE color: 6685411.
HSL color Cylindrical-coordinate representation of color #E30266: hue angle of 333.33º 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 #E30266 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.11 |
| HSL | 333.33º | 0.98% | 0.45% | - |
| HSV(B) | 333.33º | 0.99% | 0.89% | - |
| XYZ | 34.1 | 17.33 | 14.12 | - |
| YUV | 80.68 | 140.04 | 232.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 102 | 0 | 0.99 | 0.55 | 0.11 | 333.33 | 0.98 | 0.45 |
| Hex | E3 | 2 | 66 | 0 | 63 | 37 | B | 14D | 62 | 2D |
| Octal | 343 | 2 | 146 | 0 | 143 | 67 | 13 | 515 | 142 | 55 |
| Binary | 11100011 | 10 | 1100110 | 0 | 1100011 | 110111 | 1011 | 101001101 | 1100010 | 101101 |
Color Harmonies of #E30266
Complementary color
Monochromatic Colors of #E30266
Black with #E30266
Text Example
Text Example
White with #E30266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30266; }
p { color: rgb(227,2,102); }
H1.HeaderClassName
{
color: #E30266;
}
.AnyTagClassName
{
color: #E30266;
}
</style>
background-color css
<style>
a { background-color: #E30266; }
a { background-color: rgb(227,2,102); }
div.DivClassName
{
background-color: #E30266;
}
.BgClassName
{
background-color: #E30266;
}
</style>
border-color css
<style>
span { border-color: #E30266; }
span { border-color: rgb(227,2,102); }
td.TdClassName
{
border-color: #E30266;
}
.TagClassName
{
border-color: #E30266;
}
</style>