Shades of Razzle Dazzle Rose #FF2DEE
Tints of Razzle Dazzle Rose #FF2DEE
RGB
CMYK
RGB Variations
Color information
#FF2DEE (or 0xFF2DEE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2D and EE. RGB value is (255,45,238). Sum of RGB (Red+Green+Blue) = 255+45+238=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 45 (17.97% from 255 or 8.36% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2DEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2DEE is #00D211. Grayscale: #818181. Windows color (decimal): -53778 or 15609343. OLE color: 15609343.
HSL color Cylindrical-coordinate representation of color #FF2DEE: hue angle of 304.86º 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 #FF2DEE is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 238 | - |
| CMYK | 0 | 0.82 | 0.07 | 0 |
| HSL | 304.86º | 1% | 0.59% | - |
| HSV(B) | 304.86º | 0.82% | 1% | - |
| XYZ | 57.61 | 29.31 | 83.51 | - |
| YUV | 129.79 | 189.07 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 238 | 0 | 0.82 | 0.07 | 0 | 304.86 | 1 | 0.59 |
| Hex | FF | 2D | EE | 0 | 52 | 7 | 0 | 131 | 64 | 3B |
| Octal | 377 | 55 | 356 | 0 | 122 | 7 | 0 | 461 | 144 | 73 |
| Binary | 11111111 | 101101 | 11101110 | 0 | 1010010 | 111 | 0 | 100110001 | 1100100 | 111011 |
Color Harmonies of #FF2DEE
Complementary color
Monochromatic Colors of #FF2DEE
Black with #FF2DEE
Text Example
Text Example
White with #FF2DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2DEE; }
p { color: rgb(255,45,238); }
H1.HeaderClassName
{
color: #FF2DEE;
}
.AnyTagClassName
{
color: #FF2DEE;
}
</style>
background-color css
<style>
a { background-color: #FF2DEE; }
a { background-color: rgb(255,45,238); }
div.DivClassName
{
background-color: #FF2DEE;
}
.BgClassName
{
background-color: #FF2DEE;
}
</style>
border-color css
<style>
span { border-color: #FF2DEE; }
span { border-color: rgb(255,45,238); }
td.TdClassName
{
border-color: #FF2DEE;
}
.TagClassName
{
border-color: #FF2DEE;
}
</style>