Shades of Razzle Dazzle Rose #FF3CE1
Tints of Razzle Dazzle Rose #FF3CE1
RGB
CMYK
RGB Variations
Color information
#FF3CE1 (or 0xFF3CE1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3C and E1. RGB value is (255,60,225). Sum of RGB (Red+Green+Blue) = 255+60+225=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 60 (23.83% from 255 or 11.11% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3CE1 is #00C31E. Grayscale: #888888. Windows color (decimal): -49951 or 14761215. OLE color: 14761215.
HSL color Cylindrical-coordinate representation of color #FF3CE1: hue angle of 309.23º 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 #FF3CE1 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 225 | - |
| CMYK | 0 | 0.76 | 0.12 | 0 |
| HSL | 309.23º | 1% | 0.62% | - |
| HSV(B) | 309.23º | 0.76% | 1% | - |
| XYZ | 56.45 | 29.93 | 74.04 | - |
| YUV | 137.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 225 | 0 | 0.76 | 0.12 | 0 | 309.23 | 1 | 0.62 |
| Hex | FF | 3C | E1 | 0 | 4C | C | 0 | 135 | 64 | 3E |
| Octal | 377 | 74 | 341 | 0 | 114 | 14 | 0 | 465 | 144 | 76 |
| Binary | 11111111 | 111100 | 11100001 | 0 | 1001100 | 1100 | 0 | 100110101 | 1100100 | 111110 |
Color Harmonies of #FF3CE1
Complementary color
Monochromatic Colors of #FF3CE1
Black with #FF3CE1
Text Example
Text Example
White with #FF3CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CE1; }
p { color: rgb(255,60,225); }
H1.HeaderClassName
{
color: #FF3CE1;
}
.AnyTagClassName
{
color: #FF3CE1;
}
</style>
background-color css
<style>
a { background-color: #FF3CE1; }
a { background-color: rgb(255,60,225); }
div.DivClassName
{
background-color: #FF3CE1;
}
.BgClassName
{
background-color: #FF3CE1;
}
</style>
border-color css
<style>
span { border-color: #FF3CE1; }
span { border-color: rgb(255,60,225); }
td.TdClassName
{
border-color: #FF3CE1;
}
.TagClassName
{
border-color: #FF3CE1;
}
</style>