Shades of Razzle Dazzle Rose #FF2EC0
Tints of Razzle Dazzle Rose #FF2EC0
RGB
CMYK
RGB Variations
Color information
#FF2EC0 (or 0xFF2EC0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and C0. RGB value is (255,46,192). Sum of RGB (Red+Green+Blue) = 255+46+192=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2EC0 is #00D13F. Grayscale: #7C7C7C. Windows color (decimal): -53568 or 12594943. OLE color: 12594943.
HSL color Cylindrical-coordinate representation of color #FF2EC0: hue angle of 318.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2EC0 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 192 | - |
| CMYK | 0 | 0.82 | 0.25 | 0 |
| HSL | 318.09º | 1% | 0.59% | - |
| HSV(B) | 318.09º | 0.82% | 1% | - |
| XYZ | 51.73 | 27.02 | 52.36 | - |
| YUV | 125.14 | 165.74 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 192 | 0 | 0.82 | 0.25 | 0 | 318.09 | 1 | 0.59 |
| Hex | FF | 2E | C0 | 0 | 52 | 19 | 0 | 13E | 64 | 3B |
| Octal | 377 | 56 | 300 | 0 | 122 | 31 | 0 | 476 | 144 | 73 |
| Binary | 11111111 | 101110 | 11000000 | 0 | 1010010 | 11001 | 0 | 100111110 | 1100100 | 111011 |
Color Harmonies of #FF2EC0
Complementary color
Monochromatic Colors of #FF2EC0
Black with #FF2EC0
Text Example
Text Example
White with #FF2EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EC0; }
p { color: rgb(255,46,192); }
H1.HeaderClassName
{
color: #FF2EC0;
}
.AnyTagClassName
{
color: #FF2EC0;
}
</style>
background-color css
<style>
a { background-color: #FF2EC0; }
a { background-color: rgb(255,46,192); }
div.DivClassName
{
background-color: #FF2EC0;
}
.BgClassName
{
background-color: #FF2EC0;
}
</style>
border-color css
<style>
span { border-color: #FF2EC0; }
span { border-color: rgb(255,46,192); }
td.TdClassName
{
border-color: #FF2EC0;
}
.TagClassName
{
border-color: #FF2EC0;
}
</style>