Shades of Razzle Dazzle Rose #FF2BEB
Tints of Razzle Dazzle Rose #FF2BEB
RGB
CMYK
RGB Variations
Color information
#FF2BEB (or 0xFF2BEB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2B and EB. RGB value is (255,43,235). Sum of RGB (Red+Green+Blue) = 255+43+235=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 43 (17.19% from 255 or 8.07% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2BEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2BEB is #00D414. Grayscale: #7F7F7F. Windows color (decimal): -54293 or 15412223. OLE color: 15412223.
HSL color Cylindrical-coordinate representation of color #FF2BEB: hue angle of 305.66º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2BEB is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 235 | - |
| CMYK | 0 | 0.83 | 0.08 | 0 |
| HSL | 305.66º | 1% | 0.58% | - |
| HSV(B) | 305.66º | 0.83% | 1% | - |
| XYZ | 57.1 | 28.99 | 81.18 | - |
| YUV | 128.28 | 188.24 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 235 | 0 | 0.83 | 0.08 | 0 | 305.66 | 1 | 0.58 |
| Hex | FF | 2B | EB | 0 | 53 | 8 | 0 | 132 | 64 | 3A |
| Octal | 377 | 53 | 353 | 0 | 123 | 10 | 0 | 462 | 144 | 72 |
| Binary | 11111111 | 101011 | 11101011 | 0 | 1010011 | 1000 | 0 | 100110010 | 1100100 | 111010 |
Color Harmonies of #FF2BEB
Complementary color
Monochromatic Colors of #FF2BEB
Black with #FF2BEB
Text Example
Text Example
White with #FF2BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2BEB; }
p { color: rgb(255,43,235); }
H1.HeaderClassName
{
color: #FF2BEB;
}
.AnyTagClassName
{
color: #FF2BEB;
}
</style>
background-color css
<style>
a { background-color: #FF2BEB; }
a { background-color: rgb(255,43,235); }
div.DivClassName
{
background-color: #FF2BEB;
}
.BgClassName
{
background-color: #FF2BEB;
}
</style>
border-color css
<style>
span { border-color: #FF2BEB; }
span { border-color: rgb(255,43,235); }
td.TdClassName
{
border-color: #FF2BEB;
}
.TagClassName
{
border-color: #FF2BEB;
}
</style>