Shades of Razzle Dazzle Rose #FF2EEB
Tints of Razzle Dazzle Rose #FF2EEB
RGB
CMYK
RGB Variations
Color information
#FF2EEB (or 0xFF2EEB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and EB. RGB value is (255,46,235). Sum of RGB (Red+Green+Blue) = 255+46+235=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 46 (18.36% from 255 or 8.58% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2EEB is #00D114. Grayscale: #818181. Windows color (decimal): -53525 or 15412991. OLE color: 15412991.
HSL color Cylindrical-coordinate representation of color #FF2EEB: hue angle of 305.74º 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 #FF2EEB is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 235 | - |
| CMYK | 0 | 0.82 | 0.08 | 0 |
| HSL | 305.74º | 1% | 0.59% | - |
| HSV(B) | 305.74º | 0.82% | 1% | - |
| XYZ | 57.21 | 29.21 | 81.22 | - |
| YUV | 130.04 | 187.24 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 235 | 0 | 0.82 | 0.08 | 0 | 305.74 | 1 | 0.59 |
| Hex | FF | 2E | EB | 0 | 52 | 8 | 0 | 132 | 64 | 3B |
| Octal | 377 | 56 | 353 | 0 | 122 | 10 | 0 | 462 | 144 | 73 |
| Binary | 11111111 | 101110 | 11101011 | 0 | 1010010 | 1000 | 0 | 100110010 | 1100100 | 111011 |
Color Harmonies of #FF2EEB
Complementary color
Monochromatic Colors of #FF2EEB
Black with #FF2EEB
Text Example
Text Example
White with #FF2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EEB; }
p { color: rgb(255,46,235); }
H1.HeaderClassName
{
color: #FF2EEB;
}
.AnyTagClassName
{
color: #FF2EEB;
}
</style>
background-color css
<style>
a { background-color: #FF2EEB; }
a { background-color: rgb(255,46,235); }
div.DivClassName
{
background-color: #FF2EEB;
}
.BgClassName
{
background-color: #FF2EEB;
}
</style>
border-color css
<style>
span { border-color: #FF2EEB; }
span { border-color: rgb(255,46,235); }
td.TdClassName
{
border-color: #FF2EEB;
}
.TagClassName
{
border-color: #FF2EEB;
}
</style>