Shades of Razzle Dazzle Rose #FF32E4
Tints of Razzle Dazzle Rose #FF32E4
RGB
CMYK
RGB Variations
Color information
#FF32E4 (or 0xFF32E4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 32 and E4. RGB value is (255,50,228). Sum of RGB (Red+Green+Blue) = 255+50+228=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 50 (19.92% from 255 or 9.38% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF32E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF32E4 is #00CD1B. Grayscale: #838383. Windows color (decimal): -52508 or 14955263. OLE color: 14955263.
HSL color Cylindrical-coordinate representation of color #FF32E4: hue angle of 307.9º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF32E4 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 228 | - |
| CMYK | 0 | 0.80 | 0.11 | 0 |
| HSL | 307.9º | 1% | 0.6% | - |
| HSV(B) | 307.9º | 0.8% | 1% | - |
| XYZ | 56.38 | 29.14 | 76.05 | - |
| YUV | 131.59 | 182.42 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 228 | 0 | 0.80 | 0.11 | 0 | 307.9 | 1 | 0.6 |
| Hex | FF | 32 | E4 | 0 | 50 | B | 0 | 134 | 64 | 3C |
| Octal | 377 | 62 | 344 | 0 | 120 | 13 | 0 | 464 | 144 | 74 |
| Binary | 11111111 | 110010 | 11100100 | 0 | 1010000 | 1011 | 0 | 100110100 | 1100100 | 111100 |
Color Harmonies of #FF32E4
Complementary color
Monochromatic Colors of #FF32E4
Black with #FF32E4
Text Example
Text Example
White with #FF32E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF32E4; }
p { color: rgb(255,50,228); }
H1.HeaderClassName
{
color: #FF32E4;
}
.AnyTagClassName
{
color: #FF32E4;
}
</style>
background-color css
<style>
a { background-color: #FF32E4; }
a { background-color: rgb(255,50,228); }
div.DivClassName
{
background-color: #FF32E4;
}
.BgClassName
{
background-color: #FF32E4;
}
</style>
border-color css
<style>
span { border-color: #FF32E4; }
span { border-color: rgb(255,50,228); }
td.TdClassName
{
border-color: #FF32E4;
}
.TagClassName
{
border-color: #FF32E4;
}
</style>