Shades of Razzle Dazzle Rose #E348B6
Tints of Razzle Dazzle Rose #E348B6
RGB
CMYK
RGB Variations
Color information
#E348B6 (or 0xE348B6) is known color: Razzle Dazzle Rose. HEX triplet: E3, 48 and B6. RGB value is (227,72,182). Sum of RGB (Red+Green+Blue) = 227+72+182=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E348B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348B6 is #1CB749. Grayscale: #828282. Windows color (decimal): -1881930 or 11946211. OLE color: 11946211.
HSL color Cylindrical-coordinate representation of color #E348B6: hue angle of 317.42º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E348B6 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 182 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.11 |
| HSL | 317.42º | 0.73% | 0.59% | - |
| HSV(B) | 317.42º | 0.68% | 0.89% | - |
| XYZ | 42.44 | 24.34 | 46.72 | - |
| YUV | 130.89 | 156.85 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 182 | 0 | 0.68 | 0.20 | 0.11 | 317.42 | 0.73 | 0.59 |
| Hex | E3 | 48 | B6 | 0 | 44 | 14 | B | 13D | 49 | 3B |
| Octal | 343 | 110 | 266 | 0 | 104 | 24 | 13 | 475 | 111 | 73 |
| Binary | 11100011 | 1001000 | 10110110 | 0 | 1000100 | 10100 | 1011 | 100111101 | 1001001 | 111011 |
Color Harmonies of #E348B6
Complementary color
Monochromatic Colors of #E348B6
Black with #E348B6
Text Example
Text Example
White with #E348B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E348B6; }
p { color: rgb(227,72,182); }
H1.HeaderClassName
{
color: #E348B6;
}
.AnyTagClassName
{
color: #E348B6;
}
</style>
background-color css
<style>
a { background-color: #E348B6; }
a { background-color: rgb(227,72,182); }
div.DivClassName
{
background-color: #E348B6;
}
.BgClassName
{
background-color: #E348B6;
}
</style>
border-color css
<style>
span { border-color: #E348B6; }
span { border-color: rgb(227,72,182); }
td.TdClassName
{
border-color: #E348B6;
}
.TagClassName
{
border-color: #E348B6;
}
</style>