Shades of Razzle Dazzle Rose #FE28EE
Tints of Razzle Dazzle Rose #FE28EE
RGB
CMYK
RGB Variations
Color information
#FE28EE (or 0xFE28EE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 28 and EE. RGB value is (254,40,238). Sum of RGB (Red+Green+Blue) = 254+40+238=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 40 (16.02% from 255 or 7.52% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE28EE is #01D711. Grayscale: #7D7D7D. Windows color (decimal): -120594 or 15608062. OLE color: 15608062.
HSL color Cylindrical-coordinate representation of color #FE28EE: hue angle of 304.49º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE28EE is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 238 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.00 |
| HSL | 304.49º | 0.99% | 0.58% | - |
| HSV(B) | 304.49º | 0.84% | 1% | - |
| XYZ | 57.06 | 28.76 | 83.43 | - |
| YUV | 126.56 | 190.9 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 238 | 0 | 0.84 | 0.06 | 0.00 | 304.49 | 0.99 | 0.58 |
| Hex | FE | 28 | EE | 0 | 54 | 6 | 0 | 130 | 63 | 3A |
| Octal | 376 | 50 | 356 | 0 | 124 | 6 | 0 | 460 | 143 | 72 |
| Binary | 11111110 | 101000 | 11101110 | 0 | 1010100 | 110 | 0 | 100110000 | 1100011 | 111010 |
Color Harmonies of #FE28EE
Complementary color
Monochromatic Colors of #FE28EE
Black with #FE28EE
Text Example
Text Example
White with #FE28EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28EE; }
p { color: rgb(254,40,238); }
H1.HeaderClassName
{
color: #FE28EE;
}
.AnyTagClassName
{
color: #FE28EE;
}
</style>
background-color css
<style>
a { background-color: #FE28EE; }
a { background-color: rgb(254,40,238); }
div.DivClassName
{
background-color: #FE28EE;
}
.BgClassName
{
background-color: #FE28EE;
}
</style>
border-color css
<style>
span { border-color: #FE28EE; }
span { border-color: rgb(254,40,238); }
td.TdClassName
{
border-color: #FE28EE;
}
.TagClassName
{
border-color: #FE28EE;
}
</style>