Shades of Razzle Dazzle Rose #FF35EC
Tints of Razzle Dazzle Rose #FF35EC
RGB
CMYK
RGB Variations
Color information
#FF35EC (or 0xFF35EC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 35 and EC. RGB value is (255,53,236). Sum of RGB (Red+Green+Blue) = 255+53+236=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 53 (21.09% from 255 or 9.74% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF35EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF35EC is #00CA13. Grayscale: #858585. Windows color (decimal): -51732 or 15480319. OLE color: 15480319.
HSL color Cylindrical-coordinate representation of color #FF35EC: hue angle of 305.64º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF35EC is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 236 | - |
| CMYK | 0 | 0.79 | 0.07 | 0 |
| HSL | 305.64º | 1% | 0.6% | - |
| HSV(B) | 305.64º | 0.79% | 1% | - |
| XYZ | 57.65 | 29.86 | 82.08 | - |
| YUV | 134.26 | 185.42 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 236 | 0 | 0.79 | 0.07 | 0 | 305.64 | 1 | 0.6 |
| Hex | FF | 35 | EC | 0 | 4F | 7 | 0 | 132 | 64 | 3C |
| Octal | 377 | 65 | 354 | 0 | 117 | 7 | 0 | 462 | 144 | 74 |
| Binary | 11111111 | 110101 | 11101100 | 0 | 1001111 | 111 | 0 | 100110010 | 1100100 | 111100 |
Color Harmonies of #FF35EC
Complementary color
Monochromatic Colors of #FF35EC
Black with #FF35EC
Text Example
Text Example
White with #FF35EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF35EC; }
p { color: rgb(255,53,236); }
H1.HeaderClassName
{
color: #FF35EC;
}
.AnyTagClassName
{
color: #FF35EC;
}
</style>
background-color css
<style>
a { background-color: #FF35EC; }
a { background-color: rgb(255,53,236); }
div.DivClassName
{
background-color: #FF35EC;
}
.BgClassName
{
background-color: #FF35EC;
}
</style>
border-color css
<style>
span { border-color: #FF35EC; }
span { border-color: rgb(255,53,236); }
td.TdClassName
{
border-color: #FF35EC;
}
.TagClassName
{
border-color: #FF35EC;
}
</style>