Shades of Razzle Dazzle Rose #E344BB
Tints of Razzle Dazzle Rose #E344BB
RGB
CMYK
RGB Variations
Color information
#E344BB (or 0xE344BB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 44 and BB. RGB value is (227,68,187). Sum of RGB (Red+Green+Blue) = 227+68+187=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E344BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E344BB is #1CBB44. Grayscale: #808080. Windows color (decimal): -1882949 or 12272867. OLE color: 12272867.
HSL color Cylindrical-coordinate representation of color #E344BB: hue angle of 315.09º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E344BB is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 187 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.11 |
| HSL | 315.09º | 0.74% | 0.58% | - |
| HSV(B) | 315.09º | 0.7% | 0.89% | - |
| XYZ | 42.72 | 24.05 | 49.41 | - |
| YUV | 129.11 | 160.68 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 187 | 0 | 0.70 | 0.18 | 0.11 | 315.09 | 0.74 | 0.58 |
| Hex | E3 | 44 | BB | 0 | 46 | 12 | B | 13B | 4A | 3A |
| Octal | 343 | 104 | 273 | 0 | 106 | 22 | 13 | 473 | 112 | 72 |
| Binary | 11100011 | 1000100 | 10111011 | 0 | 1000110 | 10010 | 1011 | 100111011 | 1001010 | 111010 |
Color Harmonies of #E344BB
Complementary color
Monochromatic Colors of #E344BB
Black with #E344BB
Text Example
Text Example
White with #E344BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E344BB; }
p { color: rgb(227,68,187); }
H1.HeaderClassName
{
color: #E344BB;
}
.AnyTagClassName
{
color: #E344BB;
}
</style>
background-color css
<style>
a { background-color: #E344BB; }
a { background-color: rgb(227,68,187); }
div.DivClassName
{
background-color: #E344BB;
}
.BgClassName
{
background-color: #E344BB;
}
</style>
border-color css
<style>
span { border-color: #E344BB; }
span { border-color: rgb(227,68,187); }
td.TdClassName
{
border-color: #E344BB;
}
.TagClassName
{
border-color: #E344BB;
}
</style>