Shades of Razzle Dazzle Rose #FE27EE
Tints of Razzle Dazzle Rose #FE27EE
RGB
CMYK
RGB Variations
Color information
#FE27EE (or 0xFE27EE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 27 and EE. RGB value is (254,39,238). Sum of RGB (Red+Green+Blue) = 254+39+238=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 39 (15.62% from 255 or 7.34% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE27EE is #01D811. Grayscale: #7D7D7D. Windows color (decimal): -120850 or 15607806. OLE color: 15607806.
HSL color Cylindrical-coordinate representation of color #FE27EE: hue angle of 304.47º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE27EE is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 238 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.00 |
| HSL | 304.47º | 0.99% | 0.57% | - |
| HSV(B) | 304.47º | 0.85% | 1% | - |
| XYZ | 57.03 | 28.69 | 83.42 | - |
| YUV | 125.97 | 191.23 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 238 | 0 | 0.85 | 0.06 | 0.00 | 304.47 | 0.99 | 0.57 |
| Hex | FE | 27 | EE | 0 | 55 | 6 | 0 | 130 | 63 | 39 |
| Octal | 376 | 47 | 356 | 0 | 125 | 6 | 0 | 460 | 143 | 71 |
| Binary | 11111110 | 100111 | 11101110 | 0 | 1010101 | 110 | 0 | 100110000 | 1100011 | 111001 |
Color Harmonies of #FE27EE
Complementary color
Monochromatic Colors of #FE27EE
Black with #FE27EE
Text Example
Text Example
White with #FE27EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27EE; }
p { color: rgb(254,39,238); }
H1.HeaderClassName
{
color: #FE27EE;
}
.AnyTagClassName
{
color: #FE27EE;
}
</style>
background-color css
<style>
a { background-color: #FE27EE; }
a { background-color: rgb(254,39,238); }
div.DivClassName
{
background-color: #FE27EE;
}
.BgClassName
{
background-color: #FE27EE;
}
</style>
border-color css
<style>
span { border-color: #FE27EE; }
span { border-color: rgb(254,39,238); }
td.TdClassName
{
border-color: #FE27EE;
}
.TagClassName
{
border-color: #FE27EE;
}
</style>