Shades of Razzle Dazzle Rose #FE2EED
Tints of Razzle Dazzle Rose #FE2EED
RGB
CMYK
RGB Variations
Color information
#FE2EED (or 0xFE2EED) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and ED. RGB value is (254,46,237). Sum of RGB (Red+Green+Blue) = 254+46+237=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 46 (18.36% from 255 or 8.57% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2EED is #01D112. Grayscale: #818181. Windows color (decimal): -119059 or 15544062. OLE color: 15544062.
HSL color Cylindrical-coordinate representation of color #FE2EED: hue angle of 304.9º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2EED is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 237 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.00 |
| HSL | 304.9º | 0.99% | 0.59% | - |
| HSV(B) | 304.9º | 0.82% | 1% | - |
| XYZ | 57.14 | 29.14 | 82.73 | - |
| YUV | 129.97 | 188.41 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 237 | 0 | 0.82 | 0.07 | 0.00 | 304.9 | 0.99 | 0.59 |
| Hex | FE | 2E | ED | 0 | 52 | 7 | 0 | 131 | 63 | 3B |
| Octal | 376 | 56 | 355 | 0 | 122 | 7 | 0 | 461 | 143 | 73 |
| Binary | 11111110 | 101110 | 11101101 | 0 | 1010010 | 111 | 0 | 100110001 | 1100011 | 111011 |
Color Harmonies of #FE2EED
Complementary color
Monochromatic Colors of #FE2EED
Black with #FE2EED
Text Example
Text Example
White with #FE2EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EED; }
p { color: rgb(254,46,237); }
H1.HeaderClassName
{
color: #FE2EED;
}
.AnyTagClassName
{
color: #FE2EED;
}
</style>
background-color css
<style>
a { background-color: #FE2EED; }
a { background-color: rgb(254,46,237); }
div.DivClassName
{
background-color: #FE2EED;
}
.BgClassName
{
background-color: #FE2EED;
}
</style>
border-color css
<style>
span { border-color: #FE2EED; }
span { border-color: rgb(254,46,237); }
td.TdClassName
{
border-color: #FE2EED;
}
.TagClassName
{
border-color: #FE2EED;
}
</style>