Shades of Razzle Dazzle Rose #FF2EBC
Tints of Razzle Dazzle Rose #FF2EBC
RGB
CMYK
RGB Variations
Color information
#FF2EBC (or 0xFF2EBC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and BC. RGB value is (255,46,188). Sum of RGB (Red+Green+Blue) = 255+46+188=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2EBC is #00D143. Grayscale: #7C7C7C. Windows color (decimal): -53572 or 12332799. OLE color: 12332799.
HSL color Cylindrical-coordinate representation of color #FF2EBC: hue angle of 319.23º 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 #FF2EBC is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 188 | - |
| CMYK | 0 | 0.82 | 0.26 | 0 |
| HSL | 319.23º | 1% | 0.59% | - |
| HSV(B) | 319.23º | 0.82% | 1% | - |
| XYZ | 51.29 | 26.84 | 50.06 | - |
| YUV | 124.68 | 163.74 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 188 | 0 | 0.82 | 0.26 | 0 | 319.23 | 1 | 0.59 |
| Hex | FF | 2E | BC | 0 | 52 | 1A | 0 | 13F | 64 | 3B |
| Octal | 377 | 56 | 274 | 0 | 122 | 32 | 0 | 477 | 144 | 73 |
| Binary | 11111111 | 101110 | 10111100 | 0 | 1010010 | 11010 | 0 | 100111111 | 1100100 | 111011 |
Color Harmonies of #FF2EBC
Complementary color
Monochromatic Colors of #FF2EBC
Black with #FF2EBC
Text Example
Text Example
White with #FF2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EBC; }
p { color: rgb(255,46,188); }
H1.HeaderClassName
{
color: #FF2EBC;
}
.AnyTagClassName
{
color: #FF2EBC;
}
</style>
background-color css
<style>
a { background-color: #FF2EBC; }
a { background-color: rgb(255,46,188); }
div.DivClassName
{
background-color: #FF2EBC;
}
.BgClassName
{
background-color: #FF2EBC;
}
</style>
border-color css
<style>
span { border-color: #FF2EBC; }
span { border-color: rgb(255,46,188); }
td.TdClassName
{
border-color: #FF2EBC;
}
.TagClassName
{
border-color: #FF2EBC;
}
</style>