Shades of Razzle Dazzle Rose #FF28E0
Tints of Razzle Dazzle Rose #FF28E0
RGB
CMYK
RGB Variations
Color information
#FF28E0 (or 0xFF28E0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 28 and E0. RGB value is (255,40,224). Sum of RGB (Red+Green+Blue) = 255+40+224=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 40 (16.02% from 255 or 7.71% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF28E0 is #00D71F. Grayscale: #7C7C7C. Windows color (decimal): -55072 or 14690559. OLE color: 14690559.
HSL color Cylindrical-coordinate representation of color #FF28E0: hue angle of 308.65º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF28E0 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 224 | - |
| CMYK | 0 | 0.84 | 0.12 | 0 |
| HSL | 308.65º | 1% | 0.58% | - |
| HSV(B) | 308.65º | 0.84% | 1% | - |
| XYZ | 55.45 | 28.16 | 73.03 | - |
| YUV | 125.26 | 183.73 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 224 | 0 | 0.84 | 0.12 | 0 | 308.65 | 1 | 0.58 |
| Hex | FF | 28 | E0 | 0 | 54 | C | 0 | 135 | 64 | 3A |
| Octal | 377 | 50 | 340 | 0 | 124 | 14 | 0 | 465 | 144 | 72 |
| Binary | 11111111 | 101000 | 11100000 | 0 | 1010100 | 1100 | 0 | 100110101 | 1100100 | 111010 |
Color Harmonies of #FF28E0
Complementary color
Monochromatic Colors of #FF28E0
Black with #FF28E0
Text Example
Text Example
White with #FF28E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28E0; }
p { color: rgb(255,40,224); }
H1.HeaderClassName
{
color: #FF28E0;
}
.AnyTagClassName
{
color: #FF28E0;
}
</style>
background-color css
<style>
a { background-color: #FF28E0; }
a { background-color: rgb(255,40,224); }
div.DivClassName
{
background-color: #FF28E0;
}
.BgClassName
{
background-color: #FF28E0;
}
</style>
border-color css
<style>
span { border-color: #FF28E0; }
span { border-color: rgb(255,40,224); }
td.TdClassName
{
border-color: #FF28E0;
}
.TagClassName
{
border-color: #FF28E0;
}
</style>