Shades of Razzle Dazzle Rose #FF4EC8
Tints of Razzle Dazzle Rose #FF4EC8
RGB
CMYK
RGB Variations
Color information
#FF4EC8 (or 0xFF4EC8) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4E and C8. RGB value is (255,78,200). Sum of RGB (Red+Green+Blue) = 255+78+200=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 78 (30.86% from 255 or 14.63% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4EC8 is #00B137. Grayscale: #909090. Windows color (decimal): -45368 or 13127423. OLE color: 13127423.
HSL color Cylindrical-coordinate representation of color #FF4EC8: hue angle of 318.64º 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 #FF4EC8 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 200 | - |
| CMYK | 0 | 0.69 | 0.22 | 0 |
| HSL | 318.64º | 1% | 0.65% | - |
| HSV(B) | 318.64º | 0.69% | 1% | - |
| XYZ | 54.39 | 30.88 | 57.74 | - |
| YUV | 144.83 | 159.14 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 200 | 0 | 0.69 | 0.22 | 0 | 318.64 | 1 | 0.65 |
| Hex | FF | 4E | C8 | 0 | 45 | 16 | 0 | 13F | 64 | 41 |
| Octal | 377 | 116 | 310 | 0 | 105 | 26 | 0 | 477 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11001000 | 0 | 1000101 | 10110 | 0 | 100111111 | 1100100 | 1000001 |
Color Harmonies of #FF4EC8
Complementary color
Monochromatic Colors of #FF4EC8
Black with #FF4EC8
Text Example
Text Example
White with #FF4EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EC8; }
p { color: rgb(255,78,200); }
H1.HeaderClassName
{
color: #FF4EC8;
}
.AnyTagClassName
{
color: #FF4EC8;
}
</style>
background-color css
<style>
a { background-color: #FF4EC8; }
a { background-color: rgb(255,78,200); }
div.DivClassName
{
background-color: #FF4EC8;
}
.BgClassName
{
background-color: #FF4EC8;
}
</style>
border-color css
<style>
span { border-color: #FF4EC8; }
span { border-color: rgb(255,78,200); }
td.TdClassName
{
border-color: #FF4EC8;
}
.TagClassName
{
border-color: #FF4EC8;
}
</style>