Shades of Razzle Dazzle Rose #FF2BEA
Tints of Razzle Dazzle Rose #FF2BEA
RGB
CMYK
RGB Variations
Color information
#FF2BEA (or 0xFF2BEA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2B and EA. RGB value is (255,43,234). Sum of RGB (Red+Green+Blue) = 255+43+234=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 43 (17.19% from 255 or 8.08% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2BEA is #00D415. Grayscale: #7F7F7F. Windows color (decimal): -54294 or 15346687. OLE color: 15346687.
HSL color Cylindrical-coordinate representation of color #FF2BEA: hue angle of 305.94º 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 #FF2BEA is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 234 | - |
| CMYK | 0 | 0.83 | 0.08 | 0 |
| HSL | 305.94º | 1% | 0.58% | - |
| HSV(B) | 305.94º | 0.83% | 1% | - |
| XYZ | 56.96 | 28.93 | 80.42 | - |
| YUV | 128.16 | 187.74 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 234 | 0 | 0.83 | 0.08 | 0 | 305.94 | 1 | 0.58 |
| Hex | FF | 2B | EA | 0 | 53 | 8 | 0 | 132 | 64 | 3A |
| Octal | 377 | 53 | 352 | 0 | 123 | 10 | 0 | 462 | 144 | 72 |
| Binary | 11111111 | 101011 | 11101010 | 0 | 1010011 | 1000 | 0 | 100110010 | 1100100 | 111010 |
Color Harmonies of #FF2BEA
Complementary color
Monochromatic Colors of #FF2BEA
Black with #FF2BEA
Text Example
Text Example
White with #FF2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2BEA; }
p { color: rgb(255,43,234); }
H1.HeaderClassName
{
color: #FF2BEA;
}
.AnyTagClassName
{
color: #FF2BEA;
}
</style>
background-color css
<style>
a { background-color: #FF2BEA; }
a { background-color: rgb(255,43,234); }
div.DivClassName
{
background-color: #FF2BEA;
}
.BgClassName
{
background-color: #FF2BEA;
}
</style>
border-color css
<style>
span { border-color: #FF2BEA; }
span { border-color: rgb(255,43,234); }
td.TdClassName
{
border-color: #FF2BEA;
}
.TagClassName
{
border-color: #FF2BEA;
}
</style>