Shades of Razzle Dazzle Rose #E229BA
Tints of Razzle Dazzle Rose #E229BA
RGB
CMYK
RGB Variations
Color information
#E229BA (or 0xE229BA) is known color: Razzle Dazzle Rose. HEX triplet: E2, 29 and BA. RGB value is (226,41,186). Sum of RGB (Red+Green+Blue) = 226+41+186=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E229BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229BA is #1DD645. Grayscale: #707070. Windows color (decimal): -1955398 or 12200418. OLE color: 12200418.
HSL color Cylindrical-coordinate representation of color #E229BA: hue angle of 312.97º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E229BA is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 186 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.11 |
| HSL | 312.97º | 0.76% | 0.52% | - |
| HSV(B) | 312.97º | 0.82% | 0.89% | - |
| XYZ | 41.02 | 21.3 | 48.4 | - |
| YUV | 112.85 | 169.29 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 186 | 0 | 0.82 | 0.18 | 0.11 | 312.97 | 0.76 | 0.52 |
| Hex | E2 | 29 | BA | 0 | 52 | 12 | B | 139 | 4C | 34 |
| Octal | 342 | 51 | 272 | 0 | 122 | 22 | 13 | 471 | 114 | 64 |
| Binary | 11100010 | 101001 | 10111010 | 0 | 1010010 | 10010 | 1011 | 100111001 | 1001100 | 110100 |
Color Harmonies of #E229BA
Complementary color
Monochromatic Colors of #E229BA
Black with #E229BA
Text Example
Text Example
White with #E229BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229BA; }
p { color: rgb(226,41,186); }
H1.HeaderClassName
{
color: #E229BA;
}
.AnyTagClassName
{
color: #E229BA;
}
</style>
background-color css
<style>
a { background-color: #E229BA; }
a { background-color: rgb(226,41,186); }
div.DivClassName
{
background-color: #E229BA;
}
.BgClassName
{
background-color: #E229BA;
}
</style>
border-color css
<style>
span { border-color: #E229BA; }
span { border-color: rgb(226,41,186); }
td.TdClassName
{
border-color: #E229BA;
}
.TagClassName
{
border-color: #E229BA;
}
</style>