Shades of Razzle Dazzle Rose #FF20E9
Tints of Razzle Dazzle Rose #FF20E9
RGB
CMYK
RGB Variations
Color information
#FF20E9 (or 0xFF20E9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 20 and E9. RGB value is (255,32,233). Sum of RGB (Red+Green+Blue) = 255+32+233=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 32 (12.89% from 255 or 6.15% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF20E9 is #00DF16. Grayscale: #797979. Windows color (decimal): -57111 or 15278335. OLE color: 15278335.
HSL color Cylindrical-coordinate representation of color #FF20E9: hue angle of 305.92º 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 #FF20E9 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 233 | - |
| CMYK | 0 | 0.87 | 0.09 | 0 |
| HSL | 305.92º | 1% | 0.56% | - |
| HSV(B) | 305.92º | 0.87% | 1% | - |
| XYZ | 56.46 | 28.18 | 79.55 | - |
| YUV | 121.59 | 190.88 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 233 | 0 | 0.87 | 0.09 | 0 | 305.92 | 1 | 0.56 |
| Hex | FF | 20 | E9 | 0 | 57 | 9 | 0 | 132 | 64 | 38 |
| Octal | 377 | 40 | 351 | 0 | 127 | 11 | 0 | 462 | 144 | 70 |
| Binary | 11111111 | 100000 | 11101001 | 0 | 1010111 | 1001 | 0 | 100110010 | 1100100 | 111000 |
Color Harmonies of #FF20E9
Complementary color
Monochromatic Colors of #FF20E9
Black with #FF20E9
Text Example
Text Example
White with #FF20E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20E9; }
p { color: rgb(255,32,233); }
H1.HeaderClassName
{
color: #FF20E9;
}
.AnyTagClassName
{
color: #FF20E9;
}
</style>
background-color css
<style>
a { background-color: #FF20E9; }
a { background-color: rgb(255,32,233); }
div.DivClassName
{
background-color: #FF20E9;
}
.BgClassName
{
background-color: #FF20E9;
}
</style>
border-color css
<style>
span { border-color: #FF20E9; }
span { border-color: rgb(255,32,233); }
td.TdClassName
{
border-color: #FF20E9;
}
.TagClassName
{
border-color: #FF20E9;
}
</style>