Shades of Razzle Dazzle Rose #FF47EA
Tints of Razzle Dazzle Rose #FF47EA
RGB
CMYK
RGB Variations
Color information
#FF47EA (or 0xFF47EA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and EA. RGB value is (255,71,234). Sum of RGB (Red+Green+Blue) = 255+71+234=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 71 (28.12% from 255 or 12.68% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF47EA is #00B815. Grayscale: #909090. Windows color (decimal): -47126 or 15353855. OLE color: 15353855.
HSL color Cylindrical-coordinate representation of color #FF47EA: hue angle of 306.85º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF47EA is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 234 | - |
| CMYK | 0 | 0.72 | 0.08 | 0 |
| HSL | 306.85º | 1% | 0.64% | - |
| HSV(B) | 306.85º | 0.72% | 1% | - |
| XYZ | 58.34 | 31.71 | 80.89 | - |
| YUV | 144.6 | 178.46 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 234 | 0 | 0.72 | 0.08 | 0 | 306.85 | 1 | 0.64 |
| Hex | FF | 47 | EA | 0 | 48 | 8 | 0 | 133 | 64 | 40 |
| Octal | 377 | 107 | 352 | 0 | 110 | 10 | 0 | 463 | 144 | 100 |
| Binary | 11111111 | 1000111 | 11101010 | 0 | 1001000 | 1000 | 0 | 100110011 | 1100100 | 1000000 |
Color Harmonies of #FF47EA
Complementary color
Monochromatic Colors of #FF47EA
Black with #FF47EA
Text Example
Text Example
White with #FF47EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47EA; }
p { color: rgb(255,71,234); }
H1.HeaderClassName
{
color: #FF47EA;
}
.AnyTagClassName
{
color: #FF47EA;
}
</style>
background-color css
<style>
a { background-color: #FF47EA; }
a { background-color: rgb(255,71,234); }
div.DivClassName
{
background-color: #FF47EA;
}
.BgClassName
{
background-color: #FF47EA;
}
</style>
border-color css
<style>
span { border-color: #FF47EA; }
span { border-color: rgb(255,71,234); }
td.TdClassName
{
border-color: #FF47EA;
}
.TagClassName
{
border-color: #FF47EA;
}
</style>