Shades of Razzle Dazzle Rose #FF2ECE
Tints of Razzle Dazzle Rose #FF2ECE
RGB
CMYK
RGB Variations
Color information
#FF2ECE (or 0xFF2ECE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and CE. RGB value is (255,46,206). Sum of RGB (Red+Green+Blue) = 255+46+206=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 46 (18.36% from 255 or 9.07% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2ECE is #00D131. Grayscale: #7E7E7E. Windows color (decimal): -53554 or 13512447. OLE color: 13512447.
HSL color Cylindrical-coordinate representation of color #FF2ECE: hue angle of 314.07º 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 #FF2ECE is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 206 | - |
| CMYK | 0 | 0.82 | 0.19 | 0 |
| HSL | 314.07º | 1% | 0.59% | - |
| HSV(B) | 314.07º | 0.82% | 1% | - |
| XYZ | 53.36 | 27.67 | 60.92 | - |
| YUV | 126.73 | 172.74 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 206 | 0 | 0.82 | 0.19 | 0 | 314.07 | 1 | 0.59 |
| Hex | FF | 2E | CE | 0 | 52 | 13 | 0 | 13A | 64 | 3B |
| Octal | 377 | 56 | 316 | 0 | 122 | 23 | 0 | 472 | 144 | 73 |
| Binary | 11111111 | 101110 | 11001110 | 0 | 1010010 | 10011 | 0 | 100111010 | 1100100 | 111011 |
Color Harmonies of #FF2ECE
Complementary color
Monochromatic Colors of #FF2ECE
Black with #FF2ECE
Text Example
Text Example
White with #FF2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2ECE; }
p { color: rgb(255,46,206); }
H1.HeaderClassName
{
color: #FF2ECE;
}
.AnyTagClassName
{
color: #FF2ECE;
}
</style>
background-color css
<style>
a { background-color: #FF2ECE; }
a { background-color: rgb(255,46,206); }
div.DivClassName
{
background-color: #FF2ECE;
}
.BgClassName
{
background-color: #FF2ECE;
}
</style>
border-color css
<style>
span { border-color: #FF2ECE; }
span { border-color: rgb(255,46,206); }
td.TdClassName
{
border-color: #FF2ECE;
}
.TagClassName
{
border-color: #FF2ECE;
}
</style>