Shades of Razzle Dazzle Rose #FF34E5
Tints of Razzle Dazzle Rose #FF34E5
RGB
CMYK
RGB Variations
Color information
#FF34E5 (or 0xFF34E5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 34 and E5. RGB value is (255,52,229). Sum of RGB (Red+Green+Blue) = 255+52+229=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 52 (20.70% from 255 or 9.70% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34E5 is #00CB1A. Grayscale: #848484. Windows color (decimal): -51995 or 15021311. OLE color: 15021311.
HSL color Cylindrical-coordinate representation of color #FF34E5: hue angle of 307.68º 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 #FF34E5 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 229 | - |
| CMYK | 0 | 0.80 | 0.10 | 0 |
| HSL | 307.68º | 1% | 0.6% | - |
| HSV(B) | 307.68º | 0.8% | 1% | - |
| XYZ | 56.61 | 29.37 | 76.81 | - |
| YUV | 132.88 | 182.25 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 229 | 0 | 0.80 | 0.10 | 0 | 307.68 | 1 | 0.6 |
| Hex | FF | 34 | E5 | 0 | 50 | A | 0 | 134 | 64 | 3C |
| Octal | 377 | 64 | 345 | 0 | 120 | 12 | 0 | 464 | 144 | 74 |
| Binary | 11111111 | 110100 | 11100101 | 0 | 1010000 | 1010 | 0 | 100110100 | 1100100 | 111100 |
Color Harmonies of #FF34E5
Complementary color
Monochromatic Colors of #FF34E5
Black with #FF34E5
Text Example
Text Example
White with #FF34E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34E5; }
p { color: rgb(255,52,229); }
H1.HeaderClassName
{
color: #FF34E5;
}
.AnyTagClassName
{
color: #FF34E5;
}
</style>
background-color css
<style>
a { background-color: #FF34E5; }
a { background-color: rgb(255,52,229); }
div.DivClassName
{
background-color: #FF34E5;
}
.BgClassName
{
background-color: #FF34E5;
}
</style>
border-color css
<style>
span { border-color: #FF34E5; }
span { border-color: rgb(255,52,229); }
td.TdClassName
{
border-color: #FF34E5;
}
.TagClassName
{
border-color: #FF34E5;
}
</style>