Shades of Razzle Dazzle Rose #FF3EBB
Tints of Razzle Dazzle Rose #FF3EBB
RGB
CMYK
RGB Variations
Color information
#FF3EBB (or 0xFF3EBB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3E and BB. RGB value is (255,62,187). Sum of RGB (Red+Green+Blue) = 255+62+187=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3EBB is #00C144. Grayscale: #858585. Windows color (decimal): -49477 or 12271359. OLE color: 12271359.
HSL color Cylindrical-coordinate representation of color #FF3EBB: hue angle of 321.14º 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 #FF3EBB is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 187 | - |
| CMYK | 0 | 0.76 | 0.27 | 0 |
| HSL | 321.14º | 1% | 0.62% | - |
| HSV(B) | 321.14º | 0.76% | 1% | - |
| XYZ | 51.93 | 28.29 | 49.74 | - |
| YUV | 133.96 | 157.94 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 187 | 0 | 0.76 | 0.27 | 0 | 321.14 | 1 | 0.62 |
| Hex | FF | 3E | BB | 0 | 4C | 1B | 0 | 141 | 64 | 3E |
| Octal | 377 | 76 | 273 | 0 | 114 | 33 | 0 | 501 | 144 | 76 |
| Binary | 11111111 | 111110 | 10111011 | 0 | 1001100 | 11011 | 0 | 101000001 | 1100100 | 111110 |
Color Harmonies of #FF3EBB
Complementary color
Monochromatic Colors of #FF3EBB
Black with #FF3EBB
Text Example
Text Example
White with #FF3EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EBB; }
p { color: rgb(255,62,187); }
H1.HeaderClassName
{
color: #FF3EBB;
}
.AnyTagClassName
{
color: #FF3EBB;
}
</style>
background-color css
<style>
a { background-color: #FF3EBB; }
a { background-color: rgb(255,62,187); }
div.DivClassName
{
background-color: #FF3EBB;
}
.BgClassName
{
background-color: #FF3EBB;
}
</style>
border-color css
<style>
span { border-color: #FF3EBB; }
span { border-color: rgb(255,62,187); }
td.TdClassName
{
border-color: #FF3EBB;
}
.TagClassName
{
border-color: #FF3EBB;
}
</style>