Shades of Razzle Dazzle Rose #E134BE
Tints of Razzle Dazzle Rose #E134BE
RGB
CMYK
RGB Variations
Color information
#E134BE (or 0xE134BE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 34 and BE. RGB value is (225,52,190). Sum of RGB (Red+Green+Blue) = 225+52+190=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E134BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E134BE is #1ECB41. Grayscale: #777777. Windows color (decimal): -2018114 or 12465377. OLE color: 12465377.
HSL color Cylindrical-coordinate representation of color #E134BE: hue angle of 312.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E134BE is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 190 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.12 |
| HSL | 312.14º | 0.74% | 0.54% | - |
| HSV(B) | 312.14º | 0.77% | 0.88% | - |
| XYZ | 41.57 | 22.18 | 50.81 | - |
| YUV | 119.46 | 167.81 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 190 | 0 | 0.77 | 0.16 | 0.12 | 312.14 | 0.74 | 0.54 |
| Hex | E1 | 34 | BE | 0 | 4D | 10 | C | 138 | 4A | 36 |
| Octal | 341 | 64 | 276 | 0 | 115 | 20 | 14 | 470 | 112 | 66 |
| Binary | 11100001 | 110100 | 10111110 | 0 | 1001101 | 10000 | 1100 | 100111000 | 1001010 | 110110 |
Color Harmonies of #E134BE
Complementary color
Monochromatic Colors of #E134BE
Black with #E134BE
Text Example
Text Example
White with #E134BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E134BE; }
p { color: rgb(225,52,190); }
H1.HeaderClassName
{
color: #E134BE;
}
.AnyTagClassName
{
color: #E134BE;
}
</style>
background-color css
<style>
a { background-color: #E134BE; }
a { background-color: rgb(225,52,190); }
div.DivClassName
{
background-color: #E134BE;
}
.BgClassName
{
background-color: #E134BE;
}
</style>
border-color css
<style>
span { border-color: #E134BE; }
span { border-color: rgb(225,52,190); }
td.TdClassName
{
border-color: #E134BE;
}
.TagClassName
{
border-color: #E134BE;
}
</style>