Shades of Razzle Dazzle Rose #E343BE
Tints of Razzle Dazzle Rose #E343BE
RGB
CMYK
RGB Variations
Color information
#E343BE (or 0xE343BE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 43 and BE. RGB value is (227,67,190). Sum of RGB (Red+Green+Blue) = 227+67+190=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 67 (26.56% from 255 or 13.84% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E343BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E343BE is #1CBC41. Grayscale: #808080. Windows color (decimal): -1883202 or 12469219. OLE color: 12469219.
HSL color Cylindrical-coordinate representation of color #E343BE: hue angle of 313.88º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E343BE is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 190 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.11 |
| HSL | 313.88º | 0.74% | 0.58% | - |
| HSV(B) | 313.88º | 0.7% | 0.89% | - |
| XYZ | 42.98 | 24.06 | 51.09 | - |
| YUV | 128.86 | 162.51 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 190 | 0 | 0.70 | 0.16 | 0.11 | 313.88 | 0.74 | 0.58 |
| Hex | E3 | 43 | BE | 0 | 46 | 10 | B | 13A | 4A | 3A |
| Octal | 343 | 103 | 276 | 0 | 106 | 20 | 13 | 472 | 112 | 72 |
| Binary | 11100011 | 1000011 | 10111110 | 0 | 1000110 | 10000 | 1011 | 100111010 | 1001010 | 111010 |
Color Harmonies of #E343BE
Complementary color
Monochromatic Colors of #E343BE
Black with #E343BE
Text Example
Text Example
White with #E343BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E343BE; }
p { color: rgb(227,67,190); }
H1.HeaderClassName
{
color: #E343BE;
}
.AnyTagClassName
{
color: #E343BE;
}
</style>
background-color css
<style>
a { background-color: #E343BE; }
a { background-color: rgb(227,67,190); }
div.DivClassName
{
background-color: #E343BE;
}
.BgClassName
{
background-color: #E343BE;
}
</style>
border-color css
<style>
span { border-color: #E343BE; }
span { border-color: rgb(227,67,190); }
td.TdClassName
{
border-color: #E343BE;
}
.TagClassName
{
border-color: #E343BE;
}
</style>