Shades of Razzle Dazzle Rose #FF3EC5
Tints of Razzle Dazzle Rose #FF3EC5
RGB
CMYK
RGB Variations
Color information
#FF3EC5 (or 0xFF3EC5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3E and C5. RGB value is (255,62,197). Sum of RGB (Red+Green+Blue) = 255+62+197=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 62 (24.61% from 255 or 12.06% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3EC5 is #00C13A. Grayscale: #868686. Windows color (decimal): -49467 or 12926719. OLE color: 12926719.
HSL color Cylindrical-coordinate representation of color #FF3EC5: hue angle of 318.03º 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 #FF3EC5 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 197 | - |
| CMYK | 0 | 0.76 | 0.23 | 0 |
| HSL | 318.03º | 1% | 0.62% | - |
| HSV(B) | 318.03º | 0.76% | 1% | - |
| XYZ | 53.04 | 28.74 | 55.57 | - |
| YUV | 135.1 | 162.94 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 197 | 0 | 0.76 | 0.23 | 0 | 318.03 | 1 | 0.62 |
| Hex | FF | 3E | C5 | 0 | 4C | 17 | 0 | 13E | 64 | 3E |
| Octal | 377 | 76 | 305 | 0 | 114 | 27 | 0 | 476 | 144 | 76 |
| Binary | 11111111 | 111110 | 11000101 | 0 | 1001100 | 10111 | 0 | 100111110 | 1100100 | 111110 |
Color Harmonies of #FF3EC5
Complementary color
Monochromatic Colors of #FF3EC5
Black with #FF3EC5
Text Example
Text Example
White with #FF3EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EC5; }
p { color: rgb(255,62,197); }
H1.HeaderClassName
{
color: #FF3EC5;
}
.AnyTagClassName
{
color: #FF3EC5;
}
</style>
background-color css
<style>
a { background-color: #FF3EC5; }
a { background-color: rgb(255,62,197); }
div.DivClassName
{
background-color: #FF3EC5;
}
.BgClassName
{
background-color: #FF3EC5;
}
</style>
border-color css
<style>
span { border-color: #FF3EC5; }
span { border-color: rgb(255,62,197); }
td.TdClassName
{
border-color: #FF3EC5;
}
.TagClassName
{
border-color: #FF3EC5;
}
</style>