Shades of Razzle Dazzle Rose #FF3ECC
Tints of Razzle Dazzle Rose #FF3ECC
RGB
CMYK
RGB Variations
Color information
#FF3ECC (or 0xFF3ECC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3E and CC. RGB value is (255,62,204). Sum of RGB (Red+Green+Blue) = 255+62+204=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 62 (24.61% from 255 or 11.90% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3ECC is #00C133. Grayscale: #878787. Windows color (decimal): -49460 or 13385471. OLE color: 13385471.
HSL color Cylindrical-coordinate representation of color #FF3ECC: hue angle of 315.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3ECC is Cyan = 0, Magento = 0.76, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 204 | - |
| CMYK | 0 | 0.76 | 0.2 | 0 |
| HSL | 315.85º | 1% | 0.62% | - |
| HSV(B) | 315.85º | 0.76% | 1% | - |
| XYZ | 53.86 | 29.06 | 59.9 | - |
| YUV | 135.9 | 166.44 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 204 | 0 | 0.76 | 0.2 | 0 | 315.85 | 1 | 0.62 |
| Hex | FF | 3E | CC | 0 | 4C | 14 | 0 | 13C | 64 | 3E |
| Octal | 377 | 76 | 314 | 0 | 114 | 24 | 0 | 474 | 144 | 76 |
| Binary | 11111111 | 111110 | 11001100 | 0 | 1001100 | 10100 | 0 | 100111100 | 1100100 | 111110 |
Color Harmonies of #FF3ECC
Complementary color
Monochromatic Colors of #FF3ECC
Black with #FF3ECC
Text Example
Text Example
White with #FF3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3ECC; }
p { color: rgb(255,62,204); }
H1.HeaderClassName
{
color: #FF3ECC;
}
.AnyTagClassName
{
color: #FF3ECC;
}
</style>
background-color css
<style>
a { background-color: #FF3ECC; }
a { background-color: rgb(255,62,204); }
div.DivClassName
{
background-color: #FF3ECC;
}
.BgClassName
{
background-color: #FF3ECC;
}
</style>
border-color css
<style>
span { border-color: #FF3ECC; }
span { border-color: rgb(255,62,204); }
td.TdClassName
{
border-color: #FF3ECC;
}
.TagClassName
{
border-color: #FF3ECC;
}
</style>