Shades of Razzle Dazzle Rose #FF27EE
Tints of Razzle Dazzle Rose #FF27EE
RGB
CMYK
RGB Variations
Color information
#FF27EE (or 0xFF27EE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 27 and EE. RGB value is (255,39,238). Sum of RGB (Red+Green+Blue) = 255+39+238=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 39 (15.62% from 255 or 7.33% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF27EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF27EE is #00D811. Grayscale: #7D7D7D. Windows color (decimal): -55314 or 15607807. OLE color: 15607807.
HSL color Cylindrical-coordinate representation of color #FF27EE: hue angle of 304.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF27EE is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 238 | - |
| CMYK | 0 | 0.85 | 0.07 | 0 |
| HSL | 304.72º | 1% | 0.58% | - |
| HSV(B) | 304.72º | 0.85% | 1% | - |
| XYZ | 57.4 | 28.88 | 83.44 | - |
| YUV | 126.27 | 191.06 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 238 | 0 | 0.85 | 0.07 | 0 | 304.72 | 1 | 0.58 |
| Hex | FF | 27 | EE | 0 | 55 | 7 | 0 | 131 | 64 | 3A |
| Octal | 377 | 47 | 356 | 0 | 125 | 7 | 0 | 461 | 144 | 72 |
| Binary | 11111111 | 100111 | 11101110 | 0 | 1010101 | 111 | 0 | 100110001 | 1100100 | 111010 |
Color Harmonies of #FF27EE
Complementary color
Monochromatic Colors of #FF27EE
Black with #FF27EE
Text Example
Text Example
White with #FF27EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF27EE; }
p { color: rgb(255,39,238); }
H1.HeaderClassName
{
color: #FF27EE;
}
.AnyTagClassName
{
color: #FF27EE;
}
</style>
background-color css
<style>
a { background-color: #FF27EE; }
a { background-color: rgb(255,39,238); }
div.DivClassName
{
background-color: #FF27EE;
}
.BgClassName
{
background-color: #FF27EE;
}
</style>
border-color css
<style>
span { border-color: #FF27EE; }
span { border-color: rgb(255,39,238); }
td.TdClassName
{
border-color: #FF27EE;
}
.TagClassName
{
border-color: #FF27EE;
}
</style>