Shades of Razzle Dazzle Rose #FF4ECC
Tints of Razzle Dazzle Rose #FF4ECC
RGB
CMYK
RGB Variations
Color information
#FF4ECC (or 0xFF4ECC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4E and CC. RGB value is (255,78,204). Sum of RGB (Red+Green+Blue) = 255+78+204=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 78 (30.86% from 255 or 14.53% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4ECC is #00B133. Grayscale: #909090. Windows color (decimal): -45364 or 13389567. OLE color: 13389567.
HSL color Cylindrical-coordinate representation of color #FF4ECC: hue angle of 317.29º 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 #FF4ECC is Cyan = 0, Magento = 0.69, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 204 | - |
| CMYK | 0 | 0.69 | 0.2 | 0 |
| HSL | 317.29º | 1% | 0.65% | - |
| HSV(B) | 317.29º | 0.69% | 1% | - |
| XYZ | 54.86 | 31.07 | 60.23 | - |
| YUV | 145.29 | 161.14 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 204 | 0 | 0.69 | 0.2 | 0 | 317.29 | 1 | 0.65 |
| Hex | FF | 4E | CC | 0 | 45 | 14 | 0 | 13D | 64 | 41 |
| Octal | 377 | 116 | 314 | 0 | 105 | 24 | 0 | 475 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11001100 | 0 | 1000101 | 10100 | 0 | 100111101 | 1100100 | 1000001 |
Color Harmonies of #FF4ECC
Complementary color
Monochromatic Colors of #FF4ECC
Black with #FF4ECC
Text Example
Text Example
White with #FF4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4ECC; }
p { color: rgb(255,78,204); }
H1.HeaderClassName
{
color: #FF4ECC;
}
.AnyTagClassName
{
color: #FF4ECC;
}
</style>
background-color css
<style>
a { background-color: #FF4ECC; }
a { background-color: rgb(255,78,204); }
div.DivClassName
{
background-color: #FF4ECC;
}
.BgClassName
{
background-color: #FF4ECC;
}
</style>
border-color css
<style>
span { border-color: #FF4ECC; }
span { border-color: rgb(255,78,204); }
td.TdClassName
{
border-color: #FF4ECC;
}
.TagClassName
{
border-color: #FF4ECC;
}
</style>