Shades of Razzle Dazzle Rose #E334BD
Tints of Razzle Dazzle Rose #E334BD
RGB
CMYK
RGB Variations
Color information
#E334BD (or 0xE334BD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and BD. RGB value is (227,52,189). Sum of RGB (Red+Green+Blue) = 227+52+189=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E334BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334BD is #1CCB42. Grayscale: #777777. Windows color (decimal): -1887043 or 12399843. OLE color: 12399843.
HSL color Cylindrical-coordinate representation of color #E334BD: hue angle of 313.03º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E334BD is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 189 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.11 |
| HSL | 313.03º | 0.76% | 0.55% | - |
| HSV(B) | 313.03º | 0.77% | 0.89% | - |
| XYZ | 42.09 | 22.46 | 50.26 | - |
| YUV | 119.94 | 166.98 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 189 | 0 | 0.77 | 0.17 | 0.11 | 313.03 | 0.76 | 0.55 |
| Hex | E3 | 34 | BD | 0 | 4D | 11 | B | 139 | 4C | 37 |
| Octal | 343 | 64 | 275 | 0 | 115 | 21 | 13 | 471 | 114 | 67 |
| Binary | 11100011 | 110100 | 10111101 | 0 | 1001101 | 10001 | 1011 | 100111001 | 1001100 | 110111 |
Color Harmonies of #E334BD
Complementary color
Monochromatic Colors of #E334BD
Black with #E334BD
Text Example
Text Example
White with #E334BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334BD; }
p { color: rgb(227,52,189); }
H1.HeaderClassName
{
color: #E334BD;
}
.AnyTagClassName
{
color: #E334BD;
}
</style>
background-color css
<style>
a { background-color: #E334BD; }
a { background-color: rgb(227,52,189); }
div.DivClassName
{
background-color: #E334BD;
}
.BgClassName
{
background-color: #E334BD;
}
</style>
border-color css
<style>
span { border-color: #E334BD; }
span { border-color: rgb(227,52,189); }
td.TdClassName
{
border-color: #E334BD;
}
.TagClassName
{
border-color: #E334BD;
}
</style>