Shades of Razzle Dazzle Rose #FF2ED2
Tints of Razzle Dazzle Rose #FF2ED2
RGB
CMYK
RGB Variations
Color information
#FF2ED2 (or 0xFF2ED2) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and D2. RGB value is (255,46,210). Sum of RGB (Red+Green+Blue) = 255+46+210=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 46 (18.36% from 255 or 9.00% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2ED2 is #00D12D. Grayscale: #7E7E7E. Windows color (decimal): -53550 or 13774591. OLE color: 13774591.
HSL color Cylindrical-coordinate representation of color #FF2ED2: hue angle of 312.92º 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 #FF2ED2 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 210 | - |
| CMYK | 0 | 0.82 | 0.18 | 0 |
| HSL | 312.92º | 1% | 0.59% | - |
| HSV(B) | 312.92º | 0.82% | 1% | - |
| XYZ | 53.85 | 27.87 | 63.51 | - |
| YUV | 127.19 | 174.74 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 210 | 0 | 0.82 | 0.18 | 0 | 312.92 | 1 | 0.59 |
| Hex | FF | 2E | D2 | 0 | 52 | 12 | 0 | 139 | 64 | 3B |
| Octal | 377 | 56 | 322 | 0 | 122 | 22 | 0 | 471 | 144 | 73 |
| Binary | 11111111 | 101110 | 11010010 | 0 | 1010010 | 10010 | 0 | 100111001 | 1100100 | 111011 |
Color Harmonies of #FF2ED2
Complementary color
Monochromatic Colors of #FF2ED2
Black with #FF2ED2
Text Example
Text Example
White with #FF2ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2ED2; }
p { color: rgb(255,46,210); }
H1.HeaderClassName
{
color: #FF2ED2;
}
.AnyTagClassName
{
color: #FF2ED2;
}
</style>
background-color css
<style>
a { background-color: #FF2ED2; }
a { background-color: rgb(255,46,210); }
div.DivClassName
{
background-color: #FF2ED2;
}
.BgClassName
{
background-color: #FF2ED2;
}
</style>
border-color css
<style>
span { border-color: #FF2ED2; }
span { border-color: rgb(255,46,210); }
td.TdClassName
{
border-color: #FF2ED2;
}
.TagClassName
{
border-color: #FF2ED2;
}
</style>