Shades of Razzle Dazzle Rose #FF2CE5
Tints of Razzle Dazzle Rose #FF2CE5
RGB
CMYK
RGB Variations
Color information
#FF2CE5 (or 0xFF2CE5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2C and E5. RGB value is (255,44,229). Sum of RGB (Red+Green+Blue) = 255+44+229=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 44 (17.58% from 255 or 8.33% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2CE5 is #00D31A. Grayscale: #7F7F7F. Windows color (decimal): -54043 or 15019263. OLE color: 15019263.
HSL color Cylindrical-coordinate representation of color #FF2CE5: hue angle of 307.39º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2CE5 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 229 | - |
| CMYK | 0 | 0.83 | 0.10 | 0 |
| HSL | 307.39º | 1% | 0.59% | - |
| HSV(B) | 307.39º | 0.83% | 1% | - |
| XYZ | 56.28 | 28.72 | 76.71 | - |
| YUV | 128.18 | 184.9 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 229 | 0 | 0.83 | 0.10 | 0 | 307.39 | 1 | 0.59 |
| Hex | FF | 2C | E5 | 0 | 53 | A | 0 | 133 | 64 | 3B |
| Octal | 377 | 54 | 345 | 0 | 123 | 12 | 0 | 463 | 144 | 73 |
| Binary | 11111111 | 101100 | 11100101 | 0 | 1010011 | 1010 | 0 | 100110011 | 1100100 | 111011 |
Color Harmonies of #FF2CE5
Complementary color
Monochromatic Colors of #FF2CE5
Black with #FF2CE5
Text Example
Text Example
White with #FF2CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2CE5; }
p { color: rgb(255,44,229); }
H1.HeaderClassName
{
color: #FF2CE5;
}
.AnyTagClassName
{
color: #FF2CE5;
}
</style>
background-color css
<style>
a { background-color: #FF2CE5; }
a { background-color: rgb(255,44,229); }
div.DivClassName
{
background-color: #FF2CE5;
}
.BgClassName
{
background-color: #FF2CE5;
}
</style>
border-color css
<style>
span { border-color: #FF2CE5; }
span { border-color: rgb(255,44,229); }
td.TdClassName
{
border-color: #FF2CE5;
}
.TagClassName
{
border-color: #FF2CE5;
}
</style>