Shades of Razzle Dazzle Rose #FF4AE5
Tints of Razzle Dazzle Rose #FF4AE5
RGB
CMYK
RGB Variations
Color information
#FF4AE5 (or 0xFF4AE5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4A and E5. RGB value is (255,74,229). Sum of RGB (Red+Green+Blue) = 255+74+229=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 74 (29.30% from 255 or 13.26% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4AE5 is #00B51A. Grayscale: #919191. Windows color (decimal): -46363 or 15026943. OLE color: 15026943.
HSL color Cylindrical-coordinate representation of color #FF4AE5: hue angle of 308.62º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4AE5 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 229 | - |
| CMYK | 0 | 0.71 | 0.10 | 0 |
| HSL | 308.62º | 1% | 0.65% | - |
| HSV(B) | 308.62º | 0.71% | 1% | - |
| XYZ | 57.83 | 31.81 | 77.22 | - |
| YUV | 145.79 | 174.97 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 229 | 0 | 0.71 | 0.10 | 0 | 308.62 | 1 | 0.65 |
| Hex | FF | 4A | E5 | 0 | 47 | A | 0 | 135 | 64 | 41 |
| Octal | 377 | 112 | 345 | 0 | 107 | 12 | 0 | 465 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11100101 | 0 | 1000111 | 1010 | 0 | 100110101 | 1100100 | 1000001 |
Color Harmonies of #FF4AE5
Complementary color
Monochromatic Colors of #FF4AE5
Black with #FF4AE5
Text Example
Text Example
White with #FF4AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AE5; }
p { color: rgb(255,74,229); }
H1.HeaderClassName
{
color: #FF4AE5;
}
.AnyTagClassName
{
color: #FF4AE5;
}
</style>
background-color css
<style>
a { background-color: #FF4AE5; }
a { background-color: rgb(255,74,229); }
div.DivClassName
{
background-color: #FF4AE5;
}
.BgClassName
{
background-color: #FF4AE5;
}
</style>
border-color css
<style>
span { border-color: #FF4AE5; }
span { border-color: rgb(255,74,229); }
td.TdClassName
{
border-color: #FF4AE5;
}
.TagClassName
{
border-color: #FF4AE5;
}
</style>