Shades of Razzle Dazzle Rose #FF20E3
Tints of Razzle Dazzle Rose #FF20E3
RGB
CMYK
RGB Variations
Color information
#FF20E3 (or 0xFF20E3) is known color: Razzle Dazzle Rose. HEX triplet: FF, 20 and E3. RGB value is (255,32,227). Sum of RGB (Red+Green+Blue) = 255+32+227=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 32 (12.89% from 255 or 6.23% from 514); Blue value is 227 (89.06% from 255 or 44.16% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20E3 is #00DF1C. Grayscale: #787878. Windows color (decimal): -57117 or 14885119. OLE color: 14885119.
HSL color Cylindrical-coordinate representation of color #FF20E3: hue angle of 307.53º 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 #FF20E3 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 227 | - |
| CMYK | 0 | 0.87 | 0.11 | 0 |
| HSL | 307.53º | 1% | 0.56% | - |
| HSV(B) | 307.53º | 0.87% | 1% | - |
| XYZ | 55.62 | 27.84 | 75.11 | - |
| YUV | 120.91 | 187.88 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 227 | 0 | 0.87 | 0.11 | 0 | 307.53 | 1 | 0.56 |
| Hex | FF | 20 | E3 | 0 | 57 | B | 0 | 134 | 64 | 38 |
| Octal | 377 | 40 | 343 | 0 | 127 | 13 | 0 | 464 | 144 | 70 |
| Binary | 11111111 | 100000 | 11100011 | 0 | 1010111 | 1011 | 0 | 100110100 | 1100100 | 111000 |
Color Harmonies of #FF20E3
Complementary color
Monochromatic Colors of #FF20E3
Black with #FF20E3
Text Example
Text Example
White with #FF20E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20E3; }
p { color: rgb(255,32,227); }
H1.HeaderClassName
{
color: #FF20E3;
}
.AnyTagClassName
{
color: #FF20E3;
}
</style>
background-color css
<style>
a { background-color: #FF20E3; }
a { background-color: rgb(255,32,227); }
div.DivClassName
{
background-color: #FF20E3;
}
.BgClassName
{
background-color: #FF20E3;
}
</style>
border-color css
<style>
span { border-color: #FF20E3; }
span { border-color: rgb(255,32,227); }
td.TdClassName
{
border-color: #FF20E3;
}
.TagClassName
{
border-color: #FF20E3;
}
</style>