Shades of Razzle Dazzle Rose #FE36E2
Tints of Razzle Dazzle Rose #FE36E2
RGB
CMYK
RGB Variations
Color information
#FE36E2 (or 0xFE36E2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and E2. RGB value is (254,54,226). Sum of RGB (Red+Green+Blue) = 254+54+226=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 54 (21.48% from 255 or 10.11% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36E2 is #01C91D. Grayscale: #848484. Windows color (decimal): -117022 or 14825214. OLE color: 14825214.
HSL color Cylindrical-coordinate representation of color #FE36E2: hue angle of 308.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE36E2 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 226 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.00 |
| HSL | 308.4º | 0.99% | 0.6% | - |
| HSV(B) | 308.4º | 0.79% | 1% | - |
| XYZ | 55.92 | 29.2 | 74.64 | - |
| YUV | 133.41 | 180.26 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 226 | 0 | 0.79 | 0.11 | 0.00 | 308.4 | 0.99 | 0.6 |
| Hex | FE | 36 | E2 | 0 | 4F | B | 0 | 134 | 63 | 3C |
| Octal | 376 | 66 | 342 | 0 | 117 | 13 | 0 | 464 | 143 | 74 |
| Binary | 11111110 | 110110 | 11100010 | 0 | 1001111 | 1011 | 0 | 100110100 | 1100011 | 111100 |
Color Harmonies of #FE36E2
Complementary color
Monochromatic Colors of #FE36E2
Black with #FE36E2
Text Example
Text Example
White with #FE36E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36E2; }
p { color: rgb(254,54,226); }
H1.HeaderClassName
{
color: #FE36E2;
}
.AnyTagClassName
{
color: #FE36E2;
}
</style>
background-color css
<style>
a { background-color: #FE36E2; }
a { background-color: rgb(254,54,226); }
div.DivClassName
{
background-color: #FE36E2;
}
.BgClassName
{
background-color: #FE36E2;
}
</style>
border-color css
<style>
span { border-color: #FE36E2; }
span { border-color: rgb(254,54,226); }
td.TdClassName
{
border-color: #FE36E2;
}
.TagClassName
{
border-color: #FE36E2;
}
</style>