Shades of Razzle Dazzle Rose #E338BD
Tints of Razzle Dazzle Rose #E338BD
RGB
CMYK
RGB Variations
Color information
#E338BD (or 0xE338BD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 38 and BD. RGB value is (227,56,189). Sum of RGB (Red+Green+Blue) = 227+56+189=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E338BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E338BD is #1CC742. Grayscale: #797979. Windows color (decimal): -1886019 or 12400867. OLE color: 12400867.
HSL color Cylindrical-coordinate representation of color #E338BD: hue angle of 313.33º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E338BD is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 56 | 189 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.11 |
| HSL | 313.33º | 0.75% | 0.55% | - |
| HSV(B) | 313.33º | 0.75% | 0.89% | - |
| XYZ | 42.28 | 22.83 | 50.32 | - |
| YUV | 122.29 | 165.65 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 56 | 189 | 0 | 0.75 | 0.17 | 0.11 | 313.33 | 0.75 | 0.55 |
| Hex | E3 | 38 | BD | 0 | 4B | 11 | B | 139 | 4B | 37 |
| Octal | 343 | 70 | 275 | 0 | 113 | 21 | 13 | 471 | 113 | 67 |
| Binary | 11100011 | 111000 | 10111101 | 0 | 1001011 | 10001 | 1011 | 100111001 | 1001011 | 110111 |
Color Harmonies of #E338BD
Complementary color
Monochromatic Colors of #E338BD
Black with #E338BD
Text Example
Text Example
White with #E338BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E338BD; }
p { color: rgb(227,56,189); }
H1.HeaderClassName
{
color: #E338BD;
}
.AnyTagClassName
{
color: #E338BD;
}
</style>
background-color css
<style>
a { background-color: #E338BD; }
a { background-color: rgb(227,56,189); }
div.DivClassName
{
background-color: #E338BD;
}
.BgClassName
{
background-color: #E338BD;
}
</style>
border-color css
<style>
span { border-color: #E338BD; }
span { border-color: rgb(227,56,189); }
td.TdClassName
{
border-color: #E338BD;
}
.TagClassName
{
border-color: #E338BD;
}
</style>