Shades of Razzle Dazzle Rose #FF3EBA
Tints of Razzle Dazzle Rose #FF3EBA
RGB
CMYK
RGB Variations
Color information
#FF3EBA (or 0xFF3EBA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3E and BA. RGB value is (255,62,186). Sum of RGB (Red+Green+Blue) = 255+62+186=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 62 (24.61% from 255 or 12.33% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3EBA is #00C145. Grayscale: #858585. Windows color (decimal): -49478 or 12205823. OLE color: 12205823.
HSL color Cylindrical-coordinate representation of color #FF3EBA: hue angle of 321.45º 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 #FF3EBA is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 186 | - |
| CMYK | 0 | 0.76 | 0.27 | 0 |
| HSL | 321.45º | 1% | 0.62% | - |
| HSV(B) | 321.45º | 0.76% | 1% | - |
| XYZ | 51.83 | 28.25 | 49.18 | - |
| YUV | 133.84 | 157.44 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 186 | 0 | 0.76 | 0.27 | 0 | 321.45 | 1 | 0.62 |
| Hex | FF | 3E | BA | 0 | 4C | 1B | 0 | 141 | 64 | 3E |
| Octal | 377 | 76 | 272 | 0 | 114 | 33 | 0 | 501 | 144 | 76 |
| Binary | 11111111 | 111110 | 10111010 | 0 | 1001100 | 11011 | 0 | 101000001 | 1100100 | 111110 |
Color Harmonies of #FF3EBA
Complementary color
Monochromatic Colors of #FF3EBA
Black with #FF3EBA
Text Example
Text Example
White with #FF3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EBA; }
p { color: rgb(255,62,186); }
H1.HeaderClassName
{
color: #FF3EBA;
}
.AnyTagClassName
{
color: #FF3EBA;
}
</style>
background-color css
<style>
a { background-color: #FF3EBA; }
a { background-color: rgb(255,62,186); }
div.DivClassName
{
background-color: #FF3EBA;
}
.BgClassName
{
background-color: #FF3EBA;
}
</style>
border-color css
<style>
span { border-color: #FF3EBA; }
span { border-color: rgb(255,62,186); }
td.TdClassName
{
border-color: #FF3EBA;
}
.TagClassName
{
border-color: #FF3EBA;
}
</style>