Shades of Razzmatazz #EF0469
Tints of Razzmatazz #EF0469
RGB
CMYK
RGB Variations
Color information
#EF0469 (or 0xEF0469) is known color: Razzmatazz. HEX triplet: EF, 04 and 69. RGB value is (239,4,105). Sum of RGB (Red+Green+Blue) = 239+4+105=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0469 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0469 is #10FB96. Grayscale: #555555. Windows color (decimal): -1112983 or 6882543. OLE color: 6882543.
HSL color Cylindrical-coordinate representation of color #EF0469: hue angle of 334.21º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0469 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 105 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.06 |
| HSL | 334.21º | 0.97% | 0.48% | - |
| HSV(B) | 334.21º | 0.98% | 0.94% | - |
| XYZ | 38.19 | 19.46 | 15.11 | - |
| YUV | 85.78 | 138.86 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 105 | 0 | 0.98 | 0.56 | 0.06 | 334.21 | 0.97 | 0.48 |
| Hex | EF | 4 | 69 | 0 | 62 | 38 | 6 | 14E | 61 | 30 |
| Octal | 357 | 4 | 151 | 0 | 142 | 70 | 6 | 516 | 141 | 60 |
| Binary | 11101111 | 100 | 1101001 | 0 | 1100010 | 111000 | 110 | 101001110 | 1100001 | 110000 |
Color Harmonies of #EF0469
Complementary color
Monochromatic Colors of #EF0469
Black with #EF0469
Text Example
Text Example
White with #EF0469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0469; }
p { color: rgb(239,4,105); }
H1.HeaderClassName
{
color: #EF0469;
}
.AnyTagClassName
{
color: #EF0469;
}
</style>
background-color css
<style>
a { background-color: #EF0469; }
a { background-color: rgb(239,4,105); }
div.DivClassName
{
background-color: #EF0469;
}
.BgClassName
{
background-color: #EF0469;
}
</style>
border-color css
<style>
span { border-color: #EF0469; }
span { border-color: rgb(239,4,105); }
td.TdClassName
{
border-color: #EF0469;
}
.TagClassName
{
border-color: #EF0469;
}
</style>