Shades of Razzle Dazzle Rose #FF44EB
Tints of Razzle Dazzle Rose #FF44EB
RGB
CMYK
RGB Variations
Color information
#FF44EB (or 0xFF44EB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 44 and EB. RGB value is (255,68,235). Sum of RGB (Red+Green+Blue) = 255+68+235=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 68 (26.95% from 255 or 12.19% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF44EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF44EB is #00BB14. Grayscale: #8E8E8E. Windows color (decimal): -47893 or 15418623. OLE color: 15418623.
HSL color Cylindrical-coordinate representation of color #FF44EB: hue angle of 306.42º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF44EB is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 235 | - |
| CMYK | 0 | 0.73 | 0.08 | 0 |
| HSL | 306.42º | 1% | 0.63% | - |
| HSV(B) | 306.42º | 0.73% | 1% | - |
| XYZ | 58.3 | 31.39 | 81.58 | - |
| YUV | 142.95 | 179.95 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 235 | 0 | 0.73 | 0.08 | 0 | 306.42 | 1 | 0.63 |
| Hex | FF | 44 | EB | 0 | 49 | 8 | 0 | 132 | 64 | 3F |
| Octal | 377 | 104 | 353 | 0 | 111 | 10 | 0 | 462 | 144 | 77 |
| Binary | 11111111 | 1000100 | 11101011 | 0 | 1001001 | 1000 | 0 | 100110010 | 1100100 | 111111 |
Color Harmonies of #FF44EB
Complementary color
Monochromatic Colors of #FF44EB
Black with #FF44EB
Text Example
Text Example
White with #FF44EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF44EB; }
p { color: rgb(255,68,235); }
H1.HeaderClassName
{
color: #FF44EB;
}
.AnyTagClassName
{
color: #FF44EB;
}
</style>
background-color css
<style>
a { background-color: #FF44EB; }
a { background-color: rgb(255,68,235); }
div.DivClassName
{
background-color: #FF44EB;
}
.BgClassName
{
background-color: #FF44EB;
}
</style>
border-color css
<style>
span { border-color: #FF44EB; }
span { border-color: rgb(255,68,235); }
td.TdClassName
{
border-color: #FF44EB;
}
.TagClassName
{
border-color: #FF44EB;
}
</style>