Shades of Razzle Dazzle Rose #FF4CE0
Tints of Razzle Dazzle Rose #FF4CE0
RGB
CMYK
RGB Variations
Color information
#FF4CE0 (or 0xFF4CE0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4C and E0. RGB value is (255,76,224). Sum of RGB (Red+Green+Blue) = 255+76+224=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 76 (30.08% from 255 or 13.69% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4CE0 is #00B31F. Grayscale: #919191. Windows color (decimal): -45856 or 14699775. OLE color: 14699775.
HSL color Cylindrical-coordinate representation of color #FF4CE0: hue angle of 310.39º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4CE0 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 224 | - |
| CMYK | 0 | 0.70 | 0.12 | 0 |
| HSL | 310.39º | 1% | 0.65% | - |
| HSV(B) | 310.39º | 0.7% | 1% | - |
| XYZ | 57.28 | 31.81 | 73.64 | - |
| YUV | 146.39 | 171.8 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 224 | 0 | 0.70 | 0.12 | 0 | 310.39 | 1 | 0.65 |
| Hex | FF | 4C | E0 | 0 | 46 | C | 0 | 136 | 64 | 41 |
| Octal | 377 | 114 | 340 | 0 | 106 | 14 | 0 | 466 | 144 | 101 |
| Binary | 11111111 | 1001100 | 11100000 | 0 | 1000110 | 1100 | 0 | 100110110 | 1100100 | 1000001 |
Color Harmonies of #FF4CE0
Complementary color
Monochromatic Colors of #FF4CE0
Black with #FF4CE0
Text Example
Text Example
White with #FF4CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CE0; }
p { color: rgb(255,76,224); }
H1.HeaderClassName
{
color: #FF4CE0;
}
.AnyTagClassName
{
color: #FF4CE0;
}
</style>
background-color css
<style>
a { background-color: #FF4CE0; }
a { background-color: rgb(255,76,224); }
div.DivClassName
{
background-color: #FF4CE0;
}
.BgClassName
{
background-color: #FF4CE0;
}
</style>
border-color css
<style>
span { border-color: #FF4CE0; }
span { border-color: rgb(255,76,224); }
td.TdClassName
{
border-color: #FF4CE0;
}
.TagClassName
{
border-color: #FF4CE0;
}
</style>