Shades of Razzle Dazzle Rose #FF2EED
Tints of Razzle Dazzle Rose #FF2EED
RGB
CMYK
RGB Variations
Color information
#FF2EED (or 0xFF2EED) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and ED. RGB value is (255,46,237). Sum of RGB (Red+Green+Blue) = 255+46+237=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 46 (18.36% from 255 or 8.55% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2EED is #00D112. Grayscale: #818181. Windows color (decimal): -53523 or 15544063. OLE color: 15544063.
HSL color Cylindrical-coordinate representation of color #FF2EED: hue angle of 305.17º 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 #FF2EED is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 237 | - |
| CMYK | 0 | 0.82 | 0.07 | 0 |
| HSL | 305.17º | 1% | 0.59% | - |
| HSV(B) | 305.17º | 0.82% | 1% | - |
| XYZ | 57.5 | 29.33 | 82.75 | - |
| YUV | 130.27 | 188.24 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 237 | 0 | 0.82 | 0.07 | 0 | 305.17 | 1 | 0.59 |
| Hex | FF | 2E | ED | 0 | 52 | 7 | 0 | 131 | 64 | 3B |
| Octal | 377 | 56 | 355 | 0 | 122 | 7 | 0 | 461 | 144 | 73 |
| Binary | 11111111 | 101110 | 11101101 | 0 | 1010010 | 111 | 0 | 100110001 | 1100100 | 111011 |
Color Harmonies of #FF2EED
Complementary color
Monochromatic Colors of #FF2EED
Black with #FF2EED
Text Example
Text Example
White with #FF2EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EED; }
p { color: rgb(255,46,237); }
H1.HeaderClassName
{
color: #FF2EED;
}
.AnyTagClassName
{
color: #FF2EED;
}
</style>
background-color css
<style>
a { background-color: #FF2EED; }
a { background-color: rgb(255,46,237); }
div.DivClassName
{
background-color: #FF2EED;
}
.BgClassName
{
background-color: #FF2EED;
}
</style>
border-color css
<style>
span { border-color: #FF2EED; }
span { border-color: rgb(255,46,237); }
td.TdClassName
{
border-color: #FF2EED;
}
.TagClassName
{
border-color: #FF2EED;
}
</style>