Shades of Razzle Dazzle Rose #FF30E3
Tints of Razzle Dazzle Rose #FF30E3
RGB
CMYK
RGB Variations
Color information
#FF30E3 (or 0xFF30E3) is known color: Razzle Dazzle Rose. HEX triplet: FF, 30 and E3. RGB value is (255,48,227). Sum of RGB (Red+Green+Blue) = 255+48+227=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 48 (19.14% from 255 or 9.06% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF30E3 is #00CF1C. Grayscale: #818181. Windows color (decimal): -53021 or 14889215. OLE color: 14889215.
HSL color Cylindrical-coordinate representation of color #FF30E3: hue angle of 308.12º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF30E3 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 227 | - |
| CMYK | 0 | 0.81 | 0.11 | 0 |
| HSL | 308.12º | 1% | 0.59% | - |
| HSV(B) | 308.12º | 0.81% | 1% | - |
| XYZ | 56.16 | 28.92 | 75.3 | - |
| YUV | 130.3 | 182.58 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 227 | 0 | 0.81 | 0.11 | 0 | 308.12 | 1 | 0.59 |
| Hex | FF | 30 | E3 | 0 | 51 | B | 0 | 134 | 64 | 3B |
| Octal | 377 | 60 | 343 | 0 | 121 | 13 | 0 | 464 | 144 | 73 |
| Binary | 11111111 | 110000 | 11100011 | 0 | 1010001 | 1011 | 0 | 100110100 | 1100100 | 111011 |
Color Harmonies of #FF30E3
Complementary color
Monochromatic Colors of #FF30E3
Black with #FF30E3
Text Example
Text Example
White with #FF30E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF30E3; }
p { color: rgb(255,48,227); }
H1.HeaderClassName
{
color: #FF30E3;
}
.AnyTagClassName
{
color: #FF30E3;
}
</style>
background-color css
<style>
a { background-color: #FF30E3; }
a { background-color: rgb(255,48,227); }
div.DivClassName
{
background-color: #FF30E3;
}
.BgClassName
{
background-color: #FF30E3;
}
</style>
border-color css
<style>
span { border-color: #FF30E3; }
span { border-color: rgb(255,48,227); }
td.TdClassName
{
border-color: #FF30E3;
}
.TagClassName
{
border-color: #FF30E3;
}
</style>