Shades of Razzle Dazzle Rose #FF2EEE
Tints of Razzle Dazzle Rose #FF2EEE
RGB
CMYK
RGB Variations
Color information
#FF2EEE (or 0xFF2EEE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and EE. RGB value is (255,46,238). Sum of RGB (Red+Green+Blue) = 255+46+238=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 46 (18.36% from 255 or 8.53% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2EEE is #00D111. Grayscale: #818181. Windows color (decimal): -53522 or 15609599. OLE color: 15609599.
HSL color Cylindrical-coordinate representation of color #FF2EEE: hue angle of 304.88º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2EEE is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 238 | - |
| CMYK | 0 | 0.82 | 0.07 | 0 |
| HSL | 304.88º | 1% | 0.59% | - |
| HSV(B) | 304.88º | 0.82% | 1% | - |
| XYZ | 57.65 | 29.39 | 83.52 | - |
| YUV | 130.38 | 188.74 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 238 | 0 | 0.82 | 0.07 | 0 | 304.88 | 1 | 0.59 |
| Hex | FF | 2E | EE | 0 | 52 | 7 | 0 | 131 | 64 | 3B |
| Octal | 377 | 56 | 356 | 0 | 122 | 7 | 0 | 461 | 144 | 73 |
| Binary | 11111111 | 101110 | 11101110 | 0 | 1010010 | 111 | 0 | 100110001 | 1100100 | 111011 |
Color Harmonies of #FF2EEE
Complementary color
Monochromatic Colors of #FF2EEE
Black with #FF2EEE
Text Example
Text Example
White with #FF2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EEE; }
p { color: rgb(255,46,238); }
H1.HeaderClassName
{
color: #FF2EEE;
}
.AnyTagClassName
{
color: #FF2EEE;
}
</style>
background-color css
<style>
a { background-color: #FF2EEE; }
a { background-color: rgb(255,46,238); }
div.DivClassName
{
background-color: #FF2EEE;
}
.BgClassName
{
background-color: #FF2EEE;
}
</style>
border-color css
<style>
span { border-color: #FF2EEE; }
span { border-color: rgb(255,46,238); }
td.TdClassName
{
border-color: #FF2EEE;
}
.TagClassName
{
border-color: #FF2EEE;
}
</style>