Shades of Razzle Dazzle Rose #FE38E7
Tints of Razzle Dazzle Rose #FE38E7
RGB
CMYK
RGB Variations
Color information
#FE38E7 (or 0xFE38E7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 38 and E7. RGB value is (254,56,231). Sum of RGB (Red+Green+Blue) = 254+56+231=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 56 (22.27% from 255 or 10.35% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE38E7 is #01C718. Grayscale: #868686. Windows color (decimal): -116505 or 15153406. OLE color: 15153406.
HSL color Cylindrical-coordinate representation of color #FE38E7: hue angle of 306.97º 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 #FE38E7 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 231 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.00 |
| HSL | 306.97º | 0.99% | 0.61% | - |
| HSV(B) | 306.97º | 0.78% | 1% | - |
| XYZ | 56.71 | 29.67 | 78.34 | - |
| YUV | 135.15 | 182.1 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 231 | 0 | 0.78 | 0.09 | 0.00 | 306.97 | 0.99 | 0.61 |
| Hex | FE | 38 | E7 | 0 | 4E | 9 | 0 | 133 | 63 | 3D |
| Octal | 376 | 70 | 347 | 0 | 116 | 11 | 0 | 463 | 143 | 75 |
| Binary | 11111110 | 111000 | 11100111 | 0 | 1001110 | 1001 | 0 | 100110011 | 1100011 | 111101 |
Color Harmonies of #FE38E7
Complementary color
Monochromatic Colors of #FE38E7
Black with #FE38E7
Text Example
Text Example
White with #FE38E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE38E7; }
p { color: rgb(254,56,231); }
H1.HeaderClassName
{
color: #FE38E7;
}
.AnyTagClassName
{
color: #FE38E7;
}
</style>
background-color css
<style>
a { background-color: #FE38E7; }
a { background-color: rgb(254,56,231); }
div.DivClassName
{
background-color: #FE38E7;
}
.BgClassName
{
background-color: #FE38E7;
}
</style>
border-color css
<style>
span { border-color: #FE38E7; }
span { border-color: rgb(254,56,231); }
td.TdClassName
{
border-color: #FE38E7;
}
.TagClassName
{
border-color: #FE38E7;
}
</style>