Shades of Razzle Dazzle Rose #FF2EE0
Tints of Razzle Dazzle Rose #FF2EE0
RGB
CMYK
RGB Variations
Color information
#FF2EE0 (or 0xFF2EE0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and E0. RGB value is (255,46,224). Sum of RGB (Red+Green+Blue) = 255+46+224=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 46 (18.36% from 255 or 8.76% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2EE0 is #00D11F. Grayscale: #808080. Windows color (decimal): -53536 or 14692095. OLE color: 14692095.
HSL color Cylindrical-coordinate representation of color #FF2EE0: hue angle of 308.9º 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 #FF2EE0 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 224 | - |
| CMYK | 0 | 0.82 | 0.12 | 0 |
| HSL | 308.9º | 1% | 0.59% | - |
| HSV(B) | 308.9º | 0.82% | 1% | - |
| XYZ | 55.67 | 28.6 | 73.11 | - |
| YUV | 128.78 | 181.74 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 224 | 0 | 0.82 | 0.12 | 0 | 308.9 | 1 | 0.59 |
| Hex | FF | 2E | E0 | 0 | 52 | C | 0 | 135 | 64 | 3B |
| Octal | 377 | 56 | 340 | 0 | 122 | 14 | 0 | 465 | 144 | 73 |
| Binary | 11111111 | 101110 | 11100000 | 0 | 1010010 | 1100 | 0 | 100110101 | 1100100 | 111011 |
Color Harmonies of #FF2EE0
Complementary color
Monochromatic Colors of #FF2EE0
Black with #FF2EE0
Text Example
Text Example
White with #FF2EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EE0; }
p { color: rgb(255,46,224); }
H1.HeaderClassName
{
color: #FF2EE0;
}
.AnyTagClassName
{
color: #FF2EE0;
}
</style>
background-color css
<style>
a { background-color: #FF2EE0; }
a { background-color: rgb(255,46,224); }
div.DivClassName
{
background-color: #FF2EE0;
}
.BgClassName
{
background-color: #FF2EE0;
}
</style>
border-color css
<style>
span { border-color: #FF2EE0; }
span { border-color: rgb(255,46,224); }
td.TdClassName
{
border-color: #FF2EE0;
}
.TagClassName
{
border-color: #FF2EE0;
}
</style>