Shades of Razzle Dazzle Rose #FF2EBB
Tints of Razzle Dazzle Rose #FF2EBB
RGB
CMYK
RGB Variations
Color information
#FF2EBB (or 0xFF2EBB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and BB. RGB value is (255,46,187). Sum of RGB (Red+Green+Blue) = 255+46+187=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2EBB is #00D144. Grayscale: #7C7C7C. Windows color (decimal): -53573 or 12267263. OLE color: 12267263.
HSL color Cylindrical-coordinate representation of color #FF2EBB: hue angle of 319.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2EBB is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 187 | - |
| CMYK | 0 | 0.82 | 0.27 | 0 |
| HSL | 319.52º | 1% | 0.59% | - |
| HSV(B) | 319.52º | 0.82% | 1% | - |
| XYZ | 51.19 | 26.8 | 49.49 | - |
| YUV | 124.57 | 163.24 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 187 | 0 | 0.82 | 0.27 | 0 | 319.52 | 1 | 0.59 |
| Hex | FF | 2E | BB | 0 | 52 | 1B | 0 | 140 | 64 | 3B |
| Octal | 377 | 56 | 273 | 0 | 122 | 33 | 0 | 500 | 144 | 73 |
| Binary | 11111111 | 101110 | 10111011 | 0 | 1010010 | 11011 | 0 | 101000000 | 1100100 | 111011 |
Color Harmonies of #FF2EBB
Complementary color
Monochromatic Colors of #FF2EBB
Black with #FF2EBB
Text Example
Text Example
White with #FF2EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EBB; }
p { color: rgb(255,46,187); }
H1.HeaderClassName
{
color: #FF2EBB;
}
.AnyTagClassName
{
color: #FF2EBB;
}
</style>
background-color css
<style>
a { background-color: #FF2EBB; }
a { background-color: rgb(255,46,187); }
div.DivClassName
{
background-color: #FF2EBB;
}
.BgClassName
{
background-color: #FF2EBB;
}
</style>
border-color css
<style>
span { border-color: #FF2EBB; }
span { border-color: rgb(255,46,187); }
td.TdClassName
{
border-color: #FF2EBB;
}
.TagClassName
{
border-color: #FF2EBB;
}
</style>