Shades of Razzle Dazzle Rose #FF20E6
Tints of Razzle Dazzle Rose #FF20E6
RGB
CMYK
RGB Variations
Color information
#FF20E6 (or 0xFF20E6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 20 and E6. RGB value is (255,32,230). Sum of RGB (Red+Green+Blue) = 255+32+230=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 32 (12.89% from 255 or 6.19% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF20E6 is #00DF19. Grayscale: #787878. Windows color (decimal): -57114 or 15081727. OLE color: 15081727.
HSL color Cylindrical-coordinate representation of color #FF20E6: hue angle of 306.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF20E6 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 230 | - |
| CMYK | 0 | 0.87 | 0.10 | 0 |
| HSL | 306.73º | 1% | 0.56% | - |
| HSV(B) | 306.73º | 0.87% | 1% | - |
| XYZ | 56.04 | 28.01 | 77.32 | - |
| YUV | 121.25 | 189.38 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 230 | 0 | 0.87 | 0.10 | 0 | 306.73 | 1 | 0.56 |
| Hex | FF | 20 | E6 | 0 | 57 | A | 0 | 133 | 64 | 38 |
| Octal | 377 | 40 | 346 | 0 | 127 | 12 | 0 | 463 | 144 | 70 |
| Binary | 11111111 | 100000 | 11100110 | 0 | 1010111 | 1010 | 0 | 100110011 | 1100100 | 111000 |
Color Harmonies of #FF20E6
Complementary color
Monochromatic Colors of #FF20E6
Black with #FF20E6
Text Example
Text Example
White with #FF20E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20E6; }
p { color: rgb(255,32,230); }
H1.HeaderClassName
{
color: #FF20E6;
}
.AnyTagClassName
{
color: #FF20E6;
}
</style>
background-color css
<style>
a { background-color: #FF20E6; }
a { background-color: rgb(255,32,230); }
div.DivClassName
{
background-color: #FF20E6;
}
.BgClassName
{
background-color: #FF20E6;
}
</style>
border-color css
<style>
span { border-color: #FF20E6; }
span { border-color: rgb(255,32,230); }
td.TdClassName
{
border-color: #FF20E6;
}
.TagClassName
{
border-color: #FF20E6;
}
</style>