Shades of Razzle Dazzle Rose #FF28EA
Tints of Razzle Dazzle Rose #FF28EA
RGB
CMYK
RGB Variations
Color information
#FF28EA (or 0xFF28EA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 28 and EA. RGB value is (255,40,234). Sum of RGB (Red+Green+Blue) = 255+40+234=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 40 (16.02% from 255 or 7.56% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF28EA is #00D715. Grayscale: #7D7D7D. Windows color (decimal): -55062 or 15345919. OLE color: 15345919.
HSL color Cylindrical-coordinate representation of color #FF28EA: hue angle of 305.86º 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 #FF28EA is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 234 | - |
| CMYK | 0 | 0.84 | 0.08 | 0 |
| HSL | 305.86º | 1% | 0.58% | - |
| HSV(B) | 305.86º | 0.84% | 1% | - |
| XYZ | 56.85 | 28.72 | 80.39 | - |
| YUV | 126.4 | 188.73 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 234 | 0 | 0.84 | 0.08 | 0 | 305.86 | 1 | 0.58 |
| Hex | FF | 28 | EA | 0 | 54 | 8 | 0 | 132 | 64 | 3A |
| Octal | 377 | 50 | 352 | 0 | 124 | 10 | 0 | 462 | 144 | 72 |
| Binary | 11111111 | 101000 | 11101010 | 0 | 1010100 | 1000 | 0 | 100110010 | 1100100 | 111010 |
Color Harmonies of #FF28EA
Complementary color
Monochromatic Colors of #FF28EA
Black with #FF28EA
Text Example
Text Example
White with #FF28EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28EA; }
p { color: rgb(255,40,234); }
H1.HeaderClassName
{
color: #FF28EA;
}
.AnyTagClassName
{
color: #FF28EA;
}
</style>
background-color css
<style>
a { background-color: #FF28EA; }
a { background-color: rgb(255,40,234); }
div.DivClassName
{
background-color: #FF28EA;
}
.BgClassName
{
background-color: #FF28EA;
}
</style>
border-color css
<style>
span { border-color: #FF28EA; }
span { border-color: rgb(255,40,234); }
td.TdClassName
{
border-color: #FF28EA;
}
.TagClassName
{
border-color: #FF28EA;
}
</style>