Shades of Razzle Dazzle Rose #FF2CE6
Tints of Razzle Dazzle Rose #FF2CE6
RGB
CMYK
RGB Variations
Color information
#FF2CE6 (or 0xFF2CE6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2C and E6. RGB value is (255,44,230). Sum of RGB (Red+Green+Blue) = 255+44+230=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 44 (17.58% from 255 or 8.32% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2CE6 is #00D319. Grayscale: #7F7F7F. Windows color (decimal): -54042 or 15084799. OLE color: 15084799.
HSL color Cylindrical-coordinate representation of color #FF2CE6: hue angle of 307.11º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2CE6 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 230 | - |
| CMYK | 0 | 0.83 | 0.10 | 0 |
| HSL | 307.11º | 1% | 0.59% | - |
| HSV(B) | 307.11º | 0.83% | 1% | - |
| XYZ | 56.42 | 28.77 | 77.44 | - |
| YUV | 128.29 | 185.4 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 230 | 0 | 0.83 | 0.10 | 0 | 307.11 | 1 | 0.59 |
| Hex | FF | 2C | E6 | 0 | 53 | A | 0 | 133 | 64 | 3B |
| Octal | 377 | 54 | 346 | 0 | 123 | 12 | 0 | 463 | 144 | 73 |
| Binary | 11111111 | 101100 | 11100110 | 0 | 1010011 | 1010 | 0 | 100110011 | 1100100 | 111011 |
Color Harmonies of #FF2CE6
Complementary color
Monochromatic Colors of #FF2CE6
Black with #FF2CE6
Text Example
Text Example
White with #FF2CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2CE6; }
p { color: rgb(255,44,230); }
H1.HeaderClassName
{
color: #FF2CE6;
}
.AnyTagClassName
{
color: #FF2CE6;
}
</style>
background-color css
<style>
a { background-color: #FF2CE6; }
a { background-color: rgb(255,44,230); }
div.DivClassName
{
background-color: #FF2CE6;
}
.BgClassName
{
background-color: #FF2CE6;
}
</style>
border-color css
<style>
span { border-color: #FF2CE6; }
span { border-color: rgb(255,44,230); }
td.TdClassName
{
border-color: #FF2CE6;
}
.TagClassName
{
border-color: #FF2CE6;
}
</style>