Shades of Razzle Dazzle Rose #FF29E4
Tints of Razzle Dazzle Rose #FF29E4
RGB
CMYK
RGB Variations
Color information
#FF29E4 (or 0xFF29E4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and E4. RGB value is (255,41,228). Sum of RGB (Red+Green+Blue) = 255+41+228=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 41 (16.41% from 255 or 7.82% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29E4 is #00D61B. Grayscale: #7D7D7D. Windows color (decimal): -54812 or 14952959. OLE color: 14952959.
HSL color Cylindrical-coordinate representation of color #FF29E4: hue angle of 307.57º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF29E4 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 228 | - |
| CMYK | 0 | 0.84 | 0.11 | 0 |
| HSL | 307.57º | 1% | 0.58% | - |
| HSV(B) | 307.57º | 0.84% | 1% | - |
| XYZ | 56.04 | 28.45 | 75.94 | - |
| YUV | 126.3 | 185.4 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 228 | 0 | 0.84 | 0.11 | 0 | 307.57 | 1 | 0.58 |
| Hex | FF | 29 | E4 | 0 | 54 | B | 0 | 134 | 64 | 3A |
| Octal | 377 | 51 | 344 | 0 | 124 | 13 | 0 | 464 | 144 | 72 |
| Binary | 11111111 | 101001 | 11100100 | 0 | 1010100 | 1011 | 0 | 100110100 | 1100100 | 111010 |
Color Harmonies of #FF29E4
Complementary color
Monochromatic Colors of #FF29E4
Black with #FF29E4
Text Example
Text Example
White with #FF29E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29E4; }
p { color: rgb(255,41,228); }
H1.HeaderClassName
{
color: #FF29E4;
}
.AnyTagClassName
{
color: #FF29E4;
}
</style>
background-color css
<style>
a { background-color: #FF29E4; }
a { background-color: rgb(255,41,228); }
div.DivClassName
{
background-color: #FF29E4;
}
.BgClassName
{
background-color: #FF29E4;
}
</style>
border-color css
<style>
span { border-color: #FF29E4; }
span { border-color: rgb(255,41,228); }
td.TdClassName
{
border-color: #FF29E4;
}
.TagClassName
{
border-color: #FF29E4;
}
</style>