Shades of Razzle Dazzle Rose #E940BD
Tints of Razzle Dazzle Rose #E940BD
RGB
CMYK
RGB Variations
Color information
#E940BD (or 0xE940BD) is known color: Razzle Dazzle Rose. HEX triplet: E9, 40 and BD. RGB value is (233,64,189). Sum of RGB (Red+Green+Blue) = 233+64+189=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E940BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E940BD is #16BF42. Grayscale: #808080. Windows color (decimal): -1490755 or 12402921. OLE color: 12402921.
HSL color Cylindrical-coordinate representation of color #E940BD: hue angle of 315.62º 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 #E940BD is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 189 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.09 |
| HSL | 315.62º | 0.79% | 0.58% | - |
| HSV(B) | 315.62º | 0.73% | 0.91% | - |
| XYZ | 44.62 | 24.66 | 50.55 | - |
| YUV | 128.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 189 | 0 | 0.73 | 0.19 | 0.09 | 315.62 | 0.79 | 0.58 |
| Hex | E9 | 40 | BD | 0 | 49 | 13 | 9 | 13C | 4F | 3A |
| Octal | 351 | 100 | 275 | 0 | 111 | 23 | 11 | 474 | 117 | 72 |
| Binary | 11101001 | 1000000 | 10111101 | 0 | 1001001 | 10011 | 1001 | 100111100 | 1001111 | 111010 |
Color Harmonies of #E940BD
Complementary color
Monochromatic Colors of #E940BD
Black with #E940BD
Text Example
Text Example
White with #E940BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940BD; }
p { color: rgb(233,64,189); }
H1.HeaderClassName
{
color: #E940BD;
}
.AnyTagClassName
{
color: #E940BD;
}
</style>
background-color css
<style>
a { background-color: #E940BD; }
a { background-color: rgb(233,64,189); }
div.DivClassName
{
background-color: #E940BD;
}
.BgClassName
{
background-color: #E940BD;
}
</style>
border-color css
<style>
span { border-color: #E940BD; }
span { border-color: rgb(233,64,189); }
td.TdClassName
{
border-color: #E940BD;
}
.TagClassName
{
border-color: #E940BD;
}
</style>