Shades of Razzle Dazzle Rose #FE4ECB
Tints of Razzle Dazzle Rose #FE4ECB
RGB
CMYK
RGB Variations
Color information
#FE4ECB (or 0xFE4ECB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4E and CB. RGB value is (254,78,203). Sum of RGB (Red+Green+Blue) = 254+78+203=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 78 (30.86% from 255 or 14.58% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4ECB is #01B134. Grayscale: #909090. Windows color (decimal): -110901 or 13324030. OLE color: 13324030.
HSL color Cylindrical-coordinate representation of color #FE4ECB: hue angle of 317.39º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4ECB is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 203 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.00 |
| HSL | 317.39º | 0.99% | 0.65% | - |
| HSV(B) | 317.39º | 0.69% | 1% | - |
| XYZ | 54.38 | 30.83 | 59.58 | - |
| YUV | 144.87 | 160.81 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 203 | 0 | 0.69 | 0.20 | 0.00 | 317.39 | 0.99 | 0.65 |
| Hex | FE | 4E | CB | 0 | 45 | 14 | 0 | 13D | 63 | 41 |
| Octal | 376 | 116 | 313 | 0 | 105 | 24 | 0 | 475 | 143 | 101 |
| Binary | 11111110 | 1001110 | 11001011 | 0 | 1000101 | 10100 | 0 | 100111101 | 1100011 | 1000001 |
Color Harmonies of #FE4ECB
Complementary color
Monochromatic Colors of #FE4ECB
Black with #FE4ECB
Text Example
Text Example
White with #FE4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4ECB; }
p { color: rgb(254,78,203); }
H1.HeaderClassName
{
color: #FE4ECB;
}
.AnyTagClassName
{
color: #FE4ECB;
}
</style>
background-color css
<style>
a { background-color: #FE4ECB; }
a { background-color: rgb(254,78,203); }
div.DivClassName
{
background-color: #FE4ECB;
}
.BgClassName
{
background-color: #FE4ECB;
}
</style>
border-color css
<style>
span { border-color: #FE4ECB; }
span { border-color: rgb(254,78,203); }
td.TdClassName
{
border-color: #FE4ECB;
}
.TagClassName
{
border-color: #FE4ECB;
}
</style>