Shades of Razzle Dazzle Rose #FF2BEE
Tints of Razzle Dazzle Rose #FF2BEE
RGB
CMYK
RGB Variations
Color information
#FF2BEE (or 0xFF2BEE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2B and EE. RGB value is (255,43,238). Sum of RGB (Red+Green+Blue) = 255+43+238=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 43 (17.19% from 255 or 8.02% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2BEE is #00D411. Grayscale: #808080. Windows color (decimal): -54290 or 15608831. OLE color: 15608831.
HSL color Cylindrical-coordinate representation of color #FF2BEE: hue angle of 304.81º 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 #FF2BEE is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 238 | - |
| CMYK | 0 | 0.83 | 0.07 | 0 |
| HSL | 304.81º | 1% | 0.58% | - |
| HSV(B) | 304.81º | 0.83% | 1% | - |
| XYZ | 57.54 | 29.16 | 83.49 | - |
| YUV | 128.62 | 189.74 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 238 | 0 | 0.83 | 0.07 | 0 | 304.81 | 1 | 0.58 |
| Hex | FF | 2B | EE | 0 | 53 | 7 | 0 | 131 | 64 | 3A |
| Octal | 377 | 53 | 356 | 0 | 123 | 7 | 0 | 461 | 144 | 72 |
| Binary | 11111111 | 101011 | 11101110 | 0 | 1010011 | 111 | 0 | 100110001 | 1100100 | 111010 |
Color Harmonies of #FF2BEE
Complementary color
Monochromatic Colors of #FF2BEE
Black with #FF2BEE
Text Example
Text Example
White with #FF2BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2BEE; }
p { color: rgb(255,43,238); }
H1.HeaderClassName
{
color: #FF2BEE;
}
.AnyTagClassName
{
color: #FF2BEE;
}
</style>
background-color css
<style>
a { background-color: #FF2BEE; }
a { background-color: rgb(255,43,238); }
div.DivClassName
{
background-color: #FF2BEE;
}
.BgClassName
{
background-color: #FF2BEE;
}
</style>
border-color css
<style>
span { border-color: #FF2BEE; }
span { border-color: rgb(255,43,238); }
td.TdClassName
{
border-color: #FF2BEE;
}
.TagClassName
{
border-color: #FF2BEE;
}
</style>