Shades of Razzle Dazzle Rose #E940BB
Tints of Razzle Dazzle Rose #E940BB
RGB
CMYK
RGB Variations
Color information
#E940BB (or 0xE940BB) is known color: Razzle Dazzle Rose. HEX triplet: E9, 40 and BB. RGB value is (233,64,187). Sum of RGB (Red+Green+Blue) = 233+64+187=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E940BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E940BB is #16BF44. Grayscale: #808080. Windows color (decimal): -1490757 or 12271849. OLE color: 12271849.
HSL color Cylindrical-coordinate representation of color #E940BB: hue angle of 316.33º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E940BB is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 187 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.09 |
| HSL | 316.33º | 0.79% | 0.58% | - |
| HSV(B) | 316.33º | 0.73% | 0.91% | - |
| XYZ | 44.41 | 24.58 | 49.42 | - |
| YUV | 128.55 | 160.99 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 187 | 0 | 0.73 | 0.20 | 0.09 | 316.33 | 0.79 | 0.58 |
| Hex | E9 | 40 | BB | 0 | 49 | 14 | 9 | 13C | 4F | 3A |
| Octal | 351 | 100 | 273 | 0 | 111 | 24 | 11 | 474 | 117 | 72 |
| Binary | 11101001 | 1000000 | 10111011 | 0 | 1001001 | 10100 | 1001 | 100111100 | 1001111 | 111010 |
Color Harmonies of #E940BB
Complementary color
Monochromatic Colors of #E940BB
Black with #E940BB
Text Example
Text Example
White with #E940BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940BB; }
p { color: rgb(233,64,187); }
H1.HeaderClassName
{
color: #E940BB;
}
.AnyTagClassName
{
color: #E940BB;
}
</style>
background-color css
<style>
a { background-color: #E940BB; }
a { background-color: rgb(233,64,187); }
div.DivClassName
{
background-color: #E940BB;
}
.BgClassName
{
background-color: #E940BB;
}
</style>
border-color css
<style>
span { border-color: #E940BB; }
span { border-color: rgb(233,64,187); }
td.TdClassName
{
border-color: #E940BB;
}
.TagClassName
{
border-color: #E940BB;
}
</style>