Shades of Razzle Dazzle Rose #FF2EC2
Tints of Razzle Dazzle Rose #FF2EC2
RGB
CMYK
RGB Variations
Color information
#FF2EC2 (or 0xFF2EC2) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and C2. RGB value is (255,46,194). Sum of RGB (Red+Green+Blue) = 255+46+194=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 46 (18.36% from 255 or 9.29% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2EC2 is #00D13D. Grayscale: #7C7C7C. Windows color (decimal): -53566 or 12726015. OLE color: 12726015.
HSL color Cylindrical-coordinate representation of color #FF2EC2: hue angle of 317.51º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2EC2 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 194 | - |
| CMYK | 0 | 0.82 | 0.24 | 0 |
| HSL | 317.51º | 1% | 0.59% | - |
| HSV(B) | 317.51º | 0.82% | 1% | - |
| XYZ | 51.95 | 27.11 | 53.53 | - |
| YUV | 125.36 | 166.74 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 194 | 0 | 0.82 | 0.24 | 0 | 317.51 | 1 | 0.59 |
| Hex | FF | 2E | C2 | 0 | 52 | 18 | 0 | 13E | 64 | 3B |
| Octal | 377 | 56 | 302 | 0 | 122 | 30 | 0 | 476 | 144 | 73 |
| Binary | 11111111 | 101110 | 11000010 | 0 | 1010010 | 11000 | 0 | 100111110 | 1100100 | 111011 |
Color Harmonies of #FF2EC2
Complementary color
Monochromatic Colors of #FF2EC2
Black with #FF2EC2
Text Example
Text Example
White with #FF2EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EC2; }
p { color: rgb(255,46,194); }
H1.HeaderClassName
{
color: #FF2EC2;
}
.AnyTagClassName
{
color: #FF2EC2;
}
</style>
background-color css
<style>
a { background-color: #FF2EC2; }
a { background-color: rgb(255,46,194); }
div.DivClassName
{
background-color: #FF2EC2;
}
.BgClassName
{
background-color: #FF2EC2;
}
</style>
border-color css
<style>
span { border-color: #FF2EC2; }
span { border-color: rgb(255,46,194); }
td.TdClassName
{
border-color: #FF2EC2;
}
.TagClassName
{
border-color: #FF2EC2;
}
</style>