Shades of Razzle Dazzle Rose #FE37ED
Tints of Razzle Dazzle Rose #FE37ED
RGB
CMYK
RGB Variations
Color information
#FE37ED (or 0xFE37ED) is known color: Razzle Dazzle Rose. HEX triplet: FE, 37 and ED. RGB value is (254,55,237). Sum of RGB (Red+Green+Blue) = 254+55+237=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 55 (21.88% from 255 or 10.07% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE37ED is #01C812. Grayscale: #868686. Windows color (decimal): -116755 or 15546366. OLE color: 15546366.
HSL color Cylindrical-coordinate representation of color #FE37ED: hue angle of 305.13º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE37ED is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 237 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.00 |
| HSL | 305.13º | 0.99% | 0.61% | - |
| HSV(B) | 305.13º | 0.78% | 1% | - |
| XYZ | 57.53 | 29.92 | 82.86 | - |
| YUV | 135.25 | 185.43 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 237 | 0 | 0.78 | 0.07 | 0.00 | 305.13 | 0.99 | 0.61 |
| Hex | FE | 37 | ED | 0 | 4E | 7 | 0 | 131 | 63 | 3D |
| Octal | 376 | 67 | 355 | 0 | 116 | 7 | 0 | 461 | 143 | 75 |
| Binary | 11111110 | 110111 | 11101101 | 0 | 1001110 | 111 | 0 | 100110001 | 1100011 | 111101 |
Color Harmonies of #FE37ED
Complementary color
Monochromatic Colors of #FE37ED
Black with #FE37ED
Text Example
Text Example
White with #FE37ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE37ED; }
p { color: rgb(254,55,237); }
H1.HeaderClassName
{
color: #FE37ED;
}
.AnyTagClassName
{
color: #FE37ED;
}
</style>
background-color css
<style>
a { background-color: #FE37ED; }
a { background-color: rgb(254,55,237); }
div.DivClassName
{
background-color: #FE37ED;
}
.BgClassName
{
background-color: #FE37ED;
}
</style>
border-color css
<style>
span { border-color: #FE37ED; }
span { border-color: rgb(254,55,237); }
td.TdClassName
{
border-color: #FE37ED;
}
.TagClassName
{
border-color: #FE37ED;
}
</style>