Shades of Razzle Dazzle Rose #FF4EDD
Tints of Razzle Dazzle Rose #FF4EDD
RGB
CMYK
RGB Variations
Color information
#FF4EDD (or 0xFF4EDD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4E and DD. RGB value is (255,78,221). Sum of RGB (Red+Green+Blue) = 255+78+221=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 78 (30.86% from 255 or 14.08% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4EDD is #00B122. Grayscale: #929292. Windows color (decimal): -45347 or 14503679. OLE color: 14503679.
HSL color Cylindrical-coordinate representation of color #FF4EDD: hue angle of 311.53º 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 #FF4EDD is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 221 | - |
| CMYK | 0 | 0.69 | 0.13 | 0 |
| HSL | 311.53º | 1% | 0.65% | - |
| HSV(B) | 311.53º | 0.69% | 1% | - |
| XYZ | 57.02 | 31.93 | 71.56 | - |
| YUV | 147.23 | 169.64 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 221 | 0 | 0.69 | 0.13 | 0 | 311.53 | 1 | 0.65 |
| Hex | FF | 4E | DD | 0 | 45 | D | 0 | 138 | 64 | 41 |
| Octal | 377 | 116 | 335 | 0 | 105 | 15 | 0 | 470 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11011101 | 0 | 1000101 | 1101 | 0 | 100111000 | 1100100 | 1000001 |
Color Harmonies of #FF4EDD
Complementary color
Monochromatic Colors of #FF4EDD
Black with #FF4EDD
Text Example
Text Example
White with #FF4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EDD; }
p { color: rgb(255,78,221); }
H1.HeaderClassName
{
color: #FF4EDD;
}
.AnyTagClassName
{
color: #FF4EDD;
}
</style>
background-color css
<style>
a { background-color: #FF4EDD; }
a { background-color: rgb(255,78,221); }
div.DivClassName
{
background-color: #FF4EDD;
}
.BgClassName
{
background-color: #FF4EDD;
}
</style>
border-color css
<style>
span { border-color: #FF4EDD; }
span { border-color: rgb(255,78,221); }
td.TdClassName
{
border-color: #FF4EDD;
}
.TagClassName
{
border-color: #FF4EDD;
}
</style>