Shades of Razzle Dazzle Rose #E940D3
Tints of Razzle Dazzle Rose #E940D3
RGB
CMYK
RGB Variations
Color information
#E940D3 (or 0xE940D3) is known color: Razzle Dazzle Rose. HEX triplet: E9, 40 and D3. RGB value is (233,64,211). Sum of RGB (Red+Green+Blue) = 233+64+211=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E940D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E940D3 is #16BF2C. Grayscale: #828282. Windows color (decimal): -1490733 or 13844713. OLE color: 13844713.
HSL color Cylindrical-coordinate representation of color #E940D3: hue angle of 307.81º 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 #E940D3 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 211 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.09 |
| HSL | 307.81º | 0.79% | 0.58% | - |
| HSV(B) | 307.81º | 0.73% | 0.91% | - |
| XYZ | 47.2 | 25.69 | 64.1 | - |
| YUV | 131.29 | 172.99 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 211 | 0 | 0.73 | 0.09 | 0.09 | 307.81 | 0.79 | 0.58 |
| Hex | E9 | 40 | D3 | 0 | 49 | 9 | 9 | 134 | 4F | 3A |
| Octal | 351 | 100 | 323 | 0 | 111 | 11 | 11 | 464 | 117 | 72 |
| Binary | 11101001 | 1000000 | 11010011 | 0 | 1001001 | 1001 | 1001 | 100110100 | 1001111 | 111010 |
Color Harmonies of #E940D3
Complementary color
Monochromatic Colors of #E940D3
Black with #E940D3
Text Example
Text Example
White with #E940D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940D3; }
p { color: rgb(233,64,211); }
H1.HeaderClassName
{
color: #E940D3;
}
.AnyTagClassName
{
color: #E940D3;
}
</style>
background-color css
<style>
a { background-color: #E940D3; }
a { background-color: rgb(233,64,211); }
div.DivClassName
{
background-color: #E940D3;
}
.BgClassName
{
background-color: #E940D3;
}
</style>
border-color css
<style>
span { border-color: #E940D3; }
span { border-color: rgb(233,64,211); }
td.TdClassName
{
border-color: #E940D3;
}
.TagClassName
{
border-color: #E940D3;
}
</style>