Shades of Razzle Dazzle Rose #FE3EE0
Tints of Razzle Dazzle Rose #FE3EE0
RGB
CMYK
RGB Variations
Color information
#FE3EE0 (or 0xFE3EE0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3E and E0. RGB value is (254,62,224). Sum of RGB (Red+Green+Blue) = 254+62+224=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 62 (24.61% from 255 or 11.48% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3EE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3EE0 is #01C11F. Grayscale: #898989. Windows color (decimal): -114976 or 14696190. OLE color: 14696190.
HSL color Cylindrical-coordinate representation of color #FE3EE0: hue angle of 309.38º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3EE0 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 224 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.00 |
| HSL | 309.38º | 0.99% | 0.62% | - |
| HSV(B) | 309.38º | 0.76% | 1% | - |
| XYZ | 56.05 | 29.9 | 73.34 | - |
| YUV | 137.88 | 176.61 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 224 | 0 | 0.76 | 0.12 | 0.00 | 309.38 | 0.99 | 0.62 |
| Hex | FE | 3E | E0 | 0 | 4C | C | 0 | 135 | 63 | 3E |
| Octal | 376 | 76 | 340 | 0 | 114 | 14 | 0 | 465 | 143 | 76 |
| Binary | 11111110 | 111110 | 11100000 | 0 | 1001100 | 1100 | 0 | 100110101 | 1100011 | 111110 |
Color Harmonies of #FE3EE0
Complementary color
Monochromatic Colors of #FE3EE0
Black with #FE3EE0
Text Example
Text Example
White with #FE3EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3EE0; }
p { color: rgb(254,62,224); }
H1.HeaderClassName
{
color: #FE3EE0;
}
.AnyTagClassName
{
color: #FE3EE0;
}
</style>
background-color css
<style>
a { background-color: #FE3EE0; }
a { background-color: rgb(254,62,224); }
div.DivClassName
{
background-color: #FE3EE0;
}
.BgClassName
{
background-color: #FE3EE0;
}
</style>
border-color css
<style>
span { border-color: #FE3EE0; }
span { border-color: rgb(254,62,224); }
td.TdClassName
{
border-color: #FE3EE0;
}
.TagClassName
{
border-color: #FE3EE0;
}
</style>