Shades of Razzle Dazzle Rose #FF3EBC
Tints of Razzle Dazzle Rose #FF3EBC
RGB
CMYK
RGB Variations
Color information
#FF3EBC (or 0xFF3EBC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3E and BC. RGB value is (255,62,188). Sum of RGB (Red+Green+Blue) = 255+62+188=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3EBC is #00C143. Grayscale: #858585. Windows color (decimal): -49476 or 12336895. OLE color: 12336895.
HSL color Cylindrical-coordinate representation of color #FF3EBC: hue angle of 320.83º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3EBC is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 188 | - |
| CMYK | 0 | 0.76 | 0.26 | 0 |
| HSL | 320.83º | 1% | 0.62% | - |
| HSV(B) | 320.83º | 0.76% | 1% | - |
| XYZ | 52.04 | 28.34 | 50.3 | - |
| YUV | 134.07 | 158.44 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 188 | 0 | 0.76 | 0.26 | 0 | 320.83 | 1 | 0.62 |
| Hex | FF | 3E | BC | 0 | 4C | 1A | 0 | 141 | 64 | 3E |
| Octal | 377 | 76 | 274 | 0 | 114 | 32 | 0 | 501 | 144 | 76 |
| Binary | 11111111 | 111110 | 10111100 | 0 | 1001100 | 11010 | 0 | 101000001 | 1100100 | 111110 |
Color Harmonies of #FF3EBC
Complementary color
Monochromatic Colors of #FF3EBC
Black with #FF3EBC
Text Example
Text Example
White with #FF3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EBC; }
p { color: rgb(255,62,188); }
H1.HeaderClassName
{
color: #FF3EBC;
}
.AnyTagClassName
{
color: #FF3EBC;
}
</style>
background-color css
<style>
a { background-color: #FF3EBC; }
a { background-color: rgb(255,62,188); }
div.DivClassName
{
background-color: #FF3EBC;
}
.BgClassName
{
background-color: #FF3EBC;
}
</style>
border-color css
<style>
span { border-color: #FF3EBC; }
span { border-color: rgb(255,62,188); }
td.TdClassName
{
border-color: #FF3EBC;
}
.TagClassName
{
border-color: #FF3EBC;
}
</style>