Shades of Razzle Dazzle Rose #FF3EC2
Tints of Razzle Dazzle Rose #FF3EC2
RGB
CMYK
RGB Variations
Color information
#FF3EC2 (or 0xFF3EC2) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3E and C2. RGB value is (255,62,194). Sum of RGB (Red+Green+Blue) = 255+62+194=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 62 (24.61% from 255 or 12.13% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3EC2 is #00C13D. Grayscale: #868686. Windows color (decimal): -49470 or 12730111. OLE color: 12730111.
HSL color Cylindrical-coordinate representation of color #FF3EC2: hue angle of 318.96º 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 #FF3EC2 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 194 | - |
| CMYK | 0 | 0.76 | 0.24 | 0 |
| HSL | 318.96º | 1% | 0.62% | - |
| HSV(B) | 318.96º | 0.76% | 1% | - |
| XYZ | 52.7 | 28.6 | 53.78 | - |
| YUV | 134.76 | 161.44 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 194 | 0 | 0.76 | 0.24 | 0 | 318.96 | 1 | 0.62 |
| Hex | FF | 3E | C2 | 0 | 4C | 18 | 0 | 13F | 64 | 3E |
| Octal | 377 | 76 | 302 | 0 | 114 | 30 | 0 | 477 | 144 | 76 |
| Binary | 11111111 | 111110 | 11000010 | 0 | 1001100 | 11000 | 0 | 100111111 | 1100100 | 111110 |
Color Harmonies of #FF3EC2
Complementary color
Monochromatic Colors of #FF3EC2
Black with #FF3EC2
Text Example
Text Example
White with #FF3EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EC2; }
p { color: rgb(255,62,194); }
H1.HeaderClassName
{
color: #FF3EC2;
}
.AnyTagClassName
{
color: #FF3EC2;
}
</style>
background-color css
<style>
a { background-color: #FF3EC2; }
a { background-color: rgb(255,62,194); }
div.DivClassName
{
background-color: #FF3EC2;
}
.BgClassName
{
background-color: #FF3EC2;
}
</style>
border-color css
<style>
span { border-color: #FF3EC2; }
span { border-color: rgb(255,62,194); }
td.TdClassName
{
border-color: #FF3EC2;
}
.TagClassName
{
border-color: #FF3EC2;
}
</style>