Shades of Razzle Dazzle Rose #FF4EC5
Tints of Razzle Dazzle Rose #FF4EC5
RGB
CMYK
RGB Variations
Color information
#FF4EC5 (or 0xFF4EC5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4E and C5. RGB value is (255,78,197). Sum of RGB (Red+Green+Blue) = 255+78+197=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 78 (30.86% from 255 or 14.72% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4EC5 is #00B13A. Grayscale: #909090. Windows color (decimal): -45371 or 12930815. OLE color: 12930815.
HSL color Cylindrical-coordinate representation of color #FF4EC5: hue angle of 319.66º 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 #FF4EC5 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 197 | - |
| CMYK | 0 | 0.69 | 0.23 | 0 |
| HSL | 319.66º | 1% | 0.65% | - |
| HSV(B) | 319.66º | 0.69% | 1% | - |
| XYZ | 54.04 | 30.74 | 55.91 | - |
| YUV | 144.49 | 157.64 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 197 | 0 | 0.69 | 0.23 | 0 | 319.66 | 1 | 0.65 |
| Hex | FF | 4E | C5 | 0 | 45 | 17 | 0 | 140 | 64 | 41 |
| Octal | 377 | 116 | 305 | 0 | 105 | 27 | 0 | 500 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11000101 | 0 | 1000101 | 10111 | 0 | 101000000 | 1100100 | 1000001 |
Color Harmonies of #FF4EC5
Complementary color
Monochromatic Colors of #FF4EC5
Black with #FF4EC5
Text Example
Text Example
White with #FF4EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EC5; }
p { color: rgb(255,78,197); }
H1.HeaderClassName
{
color: #FF4EC5;
}
.AnyTagClassName
{
color: #FF4EC5;
}
</style>
background-color css
<style>
a { background-color: #FF4EC5; }
a { background-color: rgb(255,78,197); }
div.DivClassName
{
background-color: #FF4EC5;
}
.BgClassName
{
background-color: #FF4EC5;
}
</style>
border-color css
<style>
span { border-color: #FF4EC5; }
span { border-color: rgb(255,78,197); }
td.TdClassName
{
border-color: #FF4EC5;
}
.TagClassName
{
border-color: #FF4EC5;
}
</style>