Shades of Razzle Dazzle Rose #FE38E5
Tints of Razzle Dazzle Rose #FE38E5
RGB
CMYK
RGB Variations
Color information
#FE38E5 (or 0xFE38E5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 38 and E5. RGB value is (254,56,229). Sum of RGB (Red+Green+Blue) = 254+56+229=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 56 (22.27% from 255 or 10.39% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE38E5 is #01C71A. Grayscale: #868686. Windows color (decimal): -116507 or 15022334. OLE color: 15022334.
HSL color Cylindrical-coordinate representation of color #FE38E5: hue angle of 307.58º 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 #FE38E5 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 229 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.00 |
| HSL | 307.58º | 0.99% | 0.61% | - |
| HSV(B) | 307.58º | 0.78% | 1% | - |
| XYZ | 56.43 | 29.56 | 76.86 | - |
| YUV | 134.92 | 181.1 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 229 | 0 | 0.78 | 0.10 | 0.00 | 307.58 | 0.99 | 0.61 |
| Hex | FE | 38 | E5 | 0 | 4E | A | 0 | 134 | 63 | 3D |
| Octal | 376 | 70 | 345 | 0 | 116 | 12 | 0 | 464 | 143 | 75 |
| Binary | 11111110 | 111000 | 11100101 | 0 | 1001110 | 1010 | 0 | 100110100 | 1100011 | 111101 |
Color Harmonies of #FE38E5
Complementary color
Monochromatic Colors of #FE38E5
Black with #FE38E5
Text Example
Text Example
White with #FE38E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE38E5; }
p { color: rgb(254,56,229); }
H1.HeaderClassName
{
color: #FE38E5;
}
.AnyTagClassName
{
color: #FE38E5;
}
</style>
background-color css
<style>
a { background-color: #FE38E5; }
a { background-color: rgb(254,56,229); }
div.DivClassName
{
background-color: #FE38E5;
}
.BgClassName
{
background-color: #FE38E5;
}
</style>
border-color css
<style>
span { border-color: #FE38E5; }
span { border-color: rgb(254,56,229); }
td.TdClassName
{
border-color: #FE38E5;
}
.TagClassName
{
border-color: #FE38E5;
}
</style>