Shades of Razzle Dazzle Rose #FF34ED
Tints of Razzle Dazzle Rose #FF34ED
RGB
CMYK
RGB Variations
Color information
#FF34ED (or 0xFF34ED) is known color: Razzle Dazzle Rose. HEX triplet: FF, 34 and ED. RGB value is (255,52,237). Sum of RGB (Red+Green+Blue) = 255+52+237=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 52 (20.70% from 255 or 9.56% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF34ED is #00CB12. Grayscale: #858585. Windows color (decimal): -51987 or 15545599. OLE color: 15545599.
HSL color Cylindrical-coordinate representation of color #FF34ED: hue angle of 305.32º 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 #FF34ED is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 237 | - |
| CMYK | 0 | 0.80 | 0.07 | 0 |
| HSL | 305.32º | 1% | 0.6% | - |
| HSV(B) | 305.32º | 0.8% | 1% | - |
| XYZ | 57.75 | 29.83 | 82.83 | - |
| YUV | 133.79 | 186.25 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 237 | 0 | 0.80 | 0.07 | 0 | 305.32 | 1 | 0.6 |
| Hex | FF | 34 | ED | 0 | 50 | 7 | 0 | 131 | 64 | 3C |
| Octal | 377 | 64 | 355 | 0 | 120 | 7 | 0 | 461 | 144 | 74 |
| Binary | 11111111 | 110100 | 11101101 | 0 | 1010000 | 111 | 0 | 100110001 | 1100100 | 111100 |
Color Harmonies of #FF34ED
Complementary color
Monochromatic Colors of #FF34ED
Black with #FF34ED
Text Example
Text Example
White with #FF34ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34ED; }
p { color: rgb(255,52,237); }
H1.HeaderClassName
{
color: #FF34ED;
}
.AnyTagClassName
{
color: #FF34ED;
}
</style>
background-color css
<style>
a { background-color: #FF34ED; }
a { background-color: rgb(255,52,237); }
div.DivClassName
{
background-color: #FF34ED;
}
.BgClassName
{
background-color: #FF34ED;
}
</style>
border-color css
<style>
span { border-color: #FF34ED; }
span { border-color: rgb(255,52,237); }
td.TdClassName
{
border-color: #FF34ED;
}
.TagClassName
{
border-color: #FF34ED;
}
</style>