Shades of Razzle Dazzle Rose #FF2EE1
Tints of Razzle Dazzle Rose #FF2EE1
RGB
CMYK
RGB Variations
Color information
#FF2EE1 (or 0xFF2EE1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and E1. RGB value is (255,46,225). Sum of RGB (Red+Green+Blue) = 255+46+225=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 46 (18.36% from 255 or 8.75% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2EE1 is #00D11E. Grayscale: #808080. Windows color (decimal): -53535 or 14757631. OLE color: 14757631.
HSL color Cylindrical-coordinate representation of color #FF2EE1: hue angle of 308.61º 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 #FF2EE1 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 225 | - |
| CMYK | 0 | 0.82 | 0.12 | 0 |
| HSL | 308.61º | 1% | 0.59% | - |
| HSV(B) | 308.61º | 0.82% | 1% | - |
| XYZ | 55.81 | 28.65 | 73.82 | - |
| YUV | 128.9 | 182.24 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 225 | 0 | 0.82 | 0.12 | 0 | 308.61 | 1 | 0.59 |
| Hex | FF | 2E | E1 | 0 | 52 | C | 0 | 135 | 64 | 3B |
| Octal | 377 | 56 | 341 | 0 | 122 | 14 | 0 | 465 | 144 | 73 |
| Binary | 11111111 | 101110 | 11100001 | 0 | 1010010 | 1100 | 0 | 100110101 | 1100100 | 111011 |
Color Harmonies of #FF2EE1
Complementary color
Monochromatic Colors of #FF2EE1
Black with #FF2EE1
Text Example
Text Example
White with #FF2EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EE1; }
p { color: rgb(255,46,225); }
H1.HeaderClassName
{
color: #FF2EE1;
}
.AnyTagClassName
{
color: #FF2EE1;
}
</style>
background-color css
<style>
a { background-color: #FF2EE1; }
a { background-color: rgb(255,46,225); }
div.DivClassName
{
background-color: #FF2EE1;
}
.BgClassName
{
background-color: #FF2EE1;
}
</style>
border-color css
<style>
span { border-color: #FF2EE1; }
span { border-color: rgb(255,46,225); }
td.TdClassName
{
border-color: #FF2EE1;
}
.TagClassName
{
border-color: #FF2EE1;
}
</style>