Shades of Razzle Dazzle Rose #FF4EC7
Tints of Razzle Dazzle Rose #FF4EC7
RGB
CMYK
RGB Variations
Color information
#FF4EC7 (or 0xFF4EC7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4E and C7. RGB value is (255,78,199). Sum of RGB (Red+Green+Blue) = 255+78+199=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 78 (30.86% from 255 or 14.66% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4EC7 is #00B138. Grayscale: #909090. Windows color (decimal): -45369 or 13061887. OLE color: 13061887.
HSL color Cylindrical-coordinate representation of color #FF4EC7: hue angle of 318.98º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4EC7 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 199 | - |
| CMYK | 0 | 0.69 | 0.22 | 0 |
| HSL | 318.98º | 1% | 0.65% | - |
| HSV(B) | 318.98º | 0.69% | 1% | - |
| XYZ | 54.27 | 30.83 | 57.12 | - |
| YUV | 144.72 | 158.64 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 199 | 0 | 0.69 | 0.22 | 0 | 318.98 | 1 | 0.65 |
| Hex | FF | 4E | C7 | 0 | 45 | 16 | 0 | 13F | 64 | 41 |
| Octal | 377 | 116 | 307 | 0 | 105 | 26 | 0 | 477 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11000111 | 0 | 1000101 | 10110 | 0 | 100111111 | 1100100 | 1000001 |
Color Harmonies of #FF4EC7
Complementary color
Monochromatic Colors of #FF4EC7
Black with #FF4EC7
Text Example
Text Example
White with #FF4EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EC7; }
p { color: rgb(255,78,199); }
H1.HeaderClassName
{
color: #FF4EC7;
}
.AnyTagClassName
{
color: #FF4EC7;
}
</style>
background-color css
<style>
a { background-color: #FF4EC7; }
a { background-color: rgb(255,78,199); }
div.DivClassName
{
background-color: #FF4EC7;
}
.BgClassName
{
background-color: #FF4EC7;
}
</style>
border-color css
<style>
span { border-color: #FF4EC7; }
span { border-color: rgb(255,78,199); }
td.TdClassName
{
border-color: #FF4EC7;
}
.TagClassName
{
border-color: #FF4EC7;
}
</style>